-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[code-infra] Use Circle CI context #41532
Merged
oliviertassinari
merged 1 commit into
mui:master
from
oliviertassinari:circle-ci-use-context
Mar 17, 2024
Merged
[code-infra] Use Circle CI context #41532
oliviertassinari
merged 1 commit into
mui:master
from
oliviertassinari:circle-ci-use-context
Mar 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oliviertassinari
added
core
Infrastructure work going on behind the scenes
scope: code-infra
Specific to the core-infra product
labels
Mar 17, 2024
oliviertassinari
force-pushed
the
circle-ci-use-context
branch
2 times, most recently
from
March 17, 2024 16:18
b8e9ad0
to
9d9b038
Compare
Netlify deploy previewhttps://deploy-preview-41532--material-ui.netlify.app/ Bundle size report |
oliviertassinari
force-pushed
the
circle-ci-use-context
branch
from
March 17, 2024 16:22
9d9b038
to
b19fdc9
Compare
oliviertassinari
force-pushed
the
circle-ci-use-context
branch
from
March 17, 2024 16:38
b19fdc9
to
79c678c
Compare
oliviertassinari
force-pushed
the
circle-ci-use-context
branch
from
March 17, 2024 16:38
79c678c
to
6c2e463
Compare
oliviertassinari
added a commit
to mui/base-ui
that referenced
this pull request
Mar 17, 2024
oliviertassinari
added a commit
to mui/mui-x
that referenced
this pull request
Mar 17, 2024
oliviertassinari
added a commit
to mui/toolpad
that referenced
this pull request
Mar 17, 2024
oliviertassinari
added a commit
to mui/mui-public
that referenced
this pull request
Mar 17, 2024
oliviertassinari
changed the title
[core] Use Circle CI context
[code-infra] Use Circle CI context
Mar 17, 2024
cherniavskii
pushed a commit
to cherniavskii/mui-x
that referenced
this pull request
Mar 29, 2024
This was referenced May 19, 2024
This was referenced Jun 5, 2024
This was referenced Jun 5, 2024
This was referenced Jun 5, 2024
This was referenced Jun 6, 2024
This was referenced Jun 6, 2024
This was referenced Jun 15, 2024
This was referenced Jul 16, 2024
thomasmoon
pushed a commit
to thomasmoon/mui-x
that referenced
this pull request
Sep 9, 2024
adonislucky
pushed a commit
to adonislucky/base-ui
that referenced
this pull request
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
Infrastructure work going on behind the scenes
scope: code-infra
Specific to the core-infra product
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR means that we don't have to duplicate the same tokens in each GitHub repository configuration. Simpler for the code-infra to work on the codebase by defining them once (e.g. token rotation). So far, we have 3 variables shared between the repositories.
https://app.circleci.com/settings/organization/github/mui/contexts/3f0e38e1-5317-4a70-9505-f9b8ccc9fee2?return-to=https%3A%2F%2Fapp.circleci.com%2Fpipelines%2Fgithub%2Fmui
Note that all open PRs need to be rebased on HEAD to work. I removed the tokens of each Circle CI repository that duplicate with the Circle CI organization.
This is part of the larger effort to break down Material UI into projects of smaller scopes, so they have a stronger chance to be entry points for developers, but also so we have more focus.