-
Notifications
You must be signed in to change notification settings - Fork 54
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
🌱 Descriptive Upgrade Constraint Policy constants #1233
🌱 Descriptive Upgrade Constraint Policy constants #1233
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f4ecb7c
to
eb4ca3f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1233 +/- ##
==========================================
- Coverage 76.53% 76.49% -0.05%
==========================================
Files 40 40
Lines 2340 2336 -4
==========================================
- Hits 1791 1787 -4
Misses 392 392
Partials 157 157
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one change that stood out to me as needing to be made
9adaa25
to
bc22eda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Conflicts because PR #1237 has merged |
f6da41e
bc22eda
to
f6da41e
Compare
Approved and then looked at CI - looks like you need to:
|
I've rebased and resolved conflicts. The CI failures are because we are changing the API right ? |
@skattoju It looks like there is still a sanity failure. I do expect the go-apidiff failure though. |
Looks like the sanity failure is due to the newly added types documentation |
f6da41e
to
514c1a2
Compare
looks like sanity is passing after doing |
fix unintentional override due to error in rebase Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
78a6c00
Fixes #1151
This PR renames the constant values used in the API for UpgradeConstraintPolicy and updates their references in the documentation.