Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename develop to main #28821

Merged
merged 3 commits into from
Dec 2, 2024
Merged

chore: Rename develop to main #28821

merged 3 commits into from
Dec 2, 2024

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 29, 2024

Description

Rename references to the main branch. It will be called main rather than develop.

Open in GitHub Codespaces

Related issues

Relates to https://github.com/MetaMask/MetaMask-planning/issues/3677/

Manual testing steps

N/A

Screenshots/Recordings

N/A

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@@ -477,7 +477,7 @@ jobs:

# This job is used for the e2e quality gate.
# It must be run before any job which uses the run-all.js script.
# The job is skipped in develop, master or RC branches.
# The job is skipped in main, master or RC branches.
get-changed-files-with-git-diff:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The git-diff-develop.ts script should be renamed as well, but we can do that in a later PR

@@ -334,7 +334,7 @@ function craftRegressionLabel(regressionStage: RegressionStage | undefined, rele
switch (regressionStage) {
case RegressionStage.Development:
return {
name: `regression-develop`,
name: `regression-main`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This label will need to be renamed

@@ -250,7 +250,7 @@ workflows:
filters:
branches:
only:
- develop
- main
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this should run on the master branch as well, so we could reuse the main_master_rc_only alias here. We can do this in a later PR though.

@metamaskbot
Copy link
Collaborator

Builds ready [205c755]
Page Load Metrics (1859 ± 54 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint16572119186611354
domContentLoaded16462105183811455
load16542110185911154
domInteractive24179413416
backgroundConnect86923189
firstReactRender1510024189
getState49177922713
initialActions01000
loadScripts12281640139410651
setupStore78017199
uiStartup186328412125211101
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: -3 Bytes (-0.00%)

@Gudahtt Gudahtt marked this pull request as ready for review November 29, 2024 18:28
@Gudahtt Gudahtt requested review from a team, HowardBraham and kumavis as code owners November 29, 2024 18:28
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

Copy link
Contributor

@danjm danjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@metamaskbot
Copy link
Collaborator

Builds ready [5a20bac]
Page Load Metrics (1895 ± 78 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint16162272189816881
domContentLoaded16072204186016278
load16232276189516378
domInteractive24185443517
backgroundConnect107432199
firstReactRender1695322211
getState49133972210
initialActions00000
loadScripts12061744142814168
setupStore77312147
uiStartup183626882202209100
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: -3 Bytes (-0.00%)

Gudahtt and others added 3 commits December 2, 2024 09:53
Rename references to the main branch. It will be called `main` rather
than `develop`.

Relates to MetaMask/MetaMask-planning#3677
@Gudahtt Gudahtt force-pushed the rename-main-branch branch from 5a20bac to 259f0b7 Compare December 2, 2024 13:23
@metamaskbot
Copy link
Collaborator

Builds ready [259f0b7]
Page Load Metrics (1687 ± 41 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1510184416899144
domContentLoaded1504180816578340
load1511184516878641
domInteractive23117352311
backgroundConnect869322010
firstReactRender1485262010
getState47189793316
initialActions01000
loadScripts1069138012497737
setupStore648994
uiStartup17342267192011354
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: -3 Bytes (-0.00%)

@Gudahtt Gudahtt added this pull request to the merge queue Dec 2, 2024
@Gudahtt Gudahtt removed this pull request from the merge queue due to a manual request Dec 2, 2024
@Gudahtt Gudahtt merged commit b6bf219 into main Dec 2, 2024
70 checks passed
@Gudahtt Gudahtt deleted the rename-main-branch branch December 2, 2024 14:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2024
@metamaskbot metamaskbot added the release-12.10.0 Issue or pull request that will be included in release 12.10.0 label Dec 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.10.0 Issue or pull request that will be included in release 12.10.0 team-extension-platform team-wallet-framework
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants