-
Notifications
You must be signed in to change notification settings - Fork 0
Add CI gating pipeline with docs gate policy, ruleset, and repovec-ci #12
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e3291be
docs(execplans): add detailed execution plan for CI gating pipeline 1…
leynos 7bd1150
feat(ci): implement CI gating pipeline with stable required jobs and …
leynos 0aa2839
docs(execplans): document GitHub ruleset deployment commands
leynos a923a0f
feat(ci/docs-gate): add Mermaid validation flag and conditional run i…
leynos bd83bb6
feat(ci): add nixie installation to CI workflow for mermaid validation
leynos e39d14d
feat(ci): add Bun setup step before nixie install in CI pipeline
leynos e060cd5
feat(docs-gate): include docs tooling and conservative mermaid fallba…
leynos 6fe8a77
feat(ci): run core CI gates on PR updates and pushes to main only
leynos 7099bf4
feat(ci): add Mermaid CLI installation and improve Whitaker caching
leynos 1b4b296
feat(docs-gate): improve docs gate for unreadable markdown and toolin…
leynos 4a2720f
feat(repvovec-ci): add docs-gate policy helper and coverage tests
leynos fb4acd9
refactor(repovec-ci): refactor main logic and improve API documentation
leynos 8ecb1d7
docs(recovec-ci): revise and clarify developers-guide documentation
leynos 1780ca7
test(repovec-ci): add snapshot tests for CLI inputs and error outputs
leynos 2404d7e
docs(repecov-ci): clarify usage and rename output fields for consistency
leynos c46ef50
chore(ci): update setup-bun action to a specific commit in CI workflow
leynos d168fe1
refactor(tests): use const fn for plan function in docs_gate_policy_b…
leynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "name": "main-ci-gating", | ||
| "target": "branch", | ||
| "enforcement": "active", | ||
| "bypass_actors": [], | ||
| "conditions": { | ||
| "ref_name": { | ||
| "include": [ | ||
| "refs/heads/main" | ||
| ], | ||
| "exclude": [] | ||
| } | ||
| }, | ||
| "rules": [ | ||
| { | ||
| "type": "required_status_checks", | ||
| "parameters": { | ||
| "strict_required_status_checks_policy": true, | ||
| "do_not_enforce_on_create": false, | ||
| "required_status_checks": [ | ||
| { | ||
| "context": "build" | ||
| }, | ||
| { | ||
| "context": "check-fmt" | ||
| }, | ||
| { | ||
| "context": "lint" | ||
| }, | ||
| { | ||
| "context": "test" | ||
| }, | ||
| { | ||
| "context": "docs-gate" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.