docs(ci): establish the GravityGraph v2 Stage 0 baseline#335
Draft
draedful wants to merge 10 commits into
Draft
Conversation
Contributor
|
Preview is ready. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Establish the repository-side Stage 0 baseline for independent Gravity Graph v1 and v2 development and release lines.
main, futurev2, and futurerelease/v1;Branch and release safety
v2orrelease/v1.mainremains the stable maintenance-only v1 line before cutover.2.xprereleases undernext; it cannot selectlatest.v2creation SHA will be recorded in [Stage 0.1] Define the v1 maintenance, v2 release, synchronization, and cutover policy #315 and [Stage 0.5] Create and validate the protected v2 development branch #312 after this baseline is merged and the external ruleset gate passes.Validation
npm run test:package-contract@gravity-ui/graph@1.11.3;npm run typechecknpm run testnode .github/release-routing/validate.mjs check-workflowsnode .github/rulesets/verify.mjs --self-testgit diff --checkRequired external gates
Before creating
v2:mainand the futurev2ref;mainSHA in [Stage 0.1] Define the v1 maintenance, v2 release, synchronization, and cutover policy #315 and [Stage 0.5] Create and validate the protected v2 development branch #312;v2from that exact SHA and immediately verify effective protection.Related: #310, #312, #313, #314, #315, #316, #317.
Summary by Sourcery
Establish a Stage 0 baseline for parallel v1 maintenance and v2 development by formalizing branch/release policy, strengthening CI and release safety checks, and protecting the published v1 package contract.
Enhancements:
CI:
Documentation:
Tests: