Merge master into dev (pre-release safety) - #827
Conversation
Brings #825, which makes the stable docs workflow pre-release safe. Two conflicts: - build_deploy_stable_docs.yaml: dev carried the first version of the pre-release guard from #811; master now has #825's, which keys pre-release runs on their tag so publishing one cannot cancel another's build before it attaches docs.zip, and which stops a pre-release tag being picked as the stable docs version. Took master's, keeping dev's persist-credentials line. - docs/tutorial/coords.qmd: #814 was squash merged into dev as #820, so master's commit is not an ancestor and git re-presented the same change. Dev's text already combines both branches' wording, so kept dev's.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 12 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #827 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 164 164
Lines 17916 17916
=========================================
Hits 17916 17916
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
✅ Documentation built: |
Description
Merges
masterintodevto bring #825, which makes the stable docs workflow pre-release safe. This is the last prerequisite before tagging a beta fromdev.Net change is small — 2 files, no Python — because dev already had everything else from master.
Conflict 1:
build_deploy_stable_docs.yamlDev carried the first version of the pre-release guard (#811); master now has #825's, which supersedes it in two ways:
docs.zipworkflow_dispatchpath matches only finalvX.Y.Ztags, so a pre-release tag is never selected as the stable docs versionTook master's version, and kept dev's
persist-credentials: false, which master does not have. Verified the result differs from master's copy by exactly that one line.Conflict 2:
docs/tutorial/coords.qmdThis is a squash-merge artifact rather than a real disagreement. #814 reached dev as #820, which was squash merged, so master's commit is not an ancestor of dev and git re-presented the same change as a conflict. Dev's text already combines both branches' wording (it kept dev's description of what
snapdoes and folded in master's warning about the missing indexer), so dev's side was kept. Expect this to recur on future master → dev merges for the same reason.Verification
Check Yaml, actionlint, and typos pass; the workflow's edited shell block parses underbash -n.len(val) != 2fix indascore/utils/pd.pyis still present and was not reverted by the merge.devcontains no Python changes, so the test suite is unaffected; CI will confirm.Changelog
none
Checklist
I have (if applicable):