Bump SOC schemas to 2.0.0#876
Conversation
This reverts commit 7743668.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #876 +/- ##
==========================================
- Coverage 86.56% 86.03% -0.54%
==========================================
Files 15 15
Lines 1154 1131 -23
==========================================
- Hits 999 973 -26
- Misses 155 158 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@braingram I'll wait until this PR is merged before merging #870. |
schlafly
left a comment
There was a problem hiding this comment.
Looks good to me, thanks Brett!
|
As this has no archive changes, I'm fine with this going in now, but I'll let Paul give the final all clear / merge. |
|
@ejoliet Can you please review this PR? SSC files are modified, but they changes are only linked versions of: |
ejoliet
left a comment
There was a problem hiding this comment.
Should be fine for SSC. THanks.
Closes #859
This has:
Bump all SOC schema versions to 2.0.0 to provide a clear marker for pre-comissioning (<2) schemas.
Since every SSC schema references the rad metaschema (and a few also reference other SSC schemas) this also updates those schemas to point to the new 2.0.0 versions (which are functionally identical with only a version number difference).
Regression tests all pass: https://github.com/spacetelescope/RegressionTests/actions/runs/25557470637
This will conflict with:
as both of those bump the manifest to 1.10.0 (instead of 2.0.0). I suggest that we merge this one first then update those PRs (which will also be easier to review since they will contain many fewer changes).
Tasks
radtests.docs/page.no-changelog-entry-needed.)changes/:echo "changed something" > changes/<PR#>.<changetype>.rst(see below for change types).romancalregression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>").roman_datamodelsutilities and tests.News fragment change types:
changes/<PR#>.feature.rst: new featurechanges/<PR#>.bugfix.rst: fixes an issuechanges/<PR#>.doc.rst: documentation changechanges/<PR#>.removal.rst: deprecation or removal of public APIchanges/<PR#>.misc.rst: infrastructure or miscellaneous change