-
Notifications
You must be signed in to change notification settings - Fork 61
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
✨ Add registry+v1 bundle validation framework #1885
✨ Add registry+v1 bundle validation framework #1885
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1885 +/- ##
==========================================
+ Coverage 68.98% 69.20% +0.21%
==========================================
Files 66 67 +1
Lines 5243 5302 +59
==========================================
+ Hits 3617 3669 +52
- Misses 1395 1400 +5
- Partials 231 233 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
11d453f
to
2af24e8
Compare
2af24e8
to
87717a5
Compare
87717a5
to
923b325
Compare
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
923b325
to
0c37d4a
Compare
Signed-off-by: Per Goncalves da Silva <[email protected]>
0c37d4a
to
45b1610
Compare
Description
Closes #1883 #1884
Adds a small registry+v1 bundle validation framework composed of individual validation functions. It is extensible by adding new validation functions. Note that the validation framework is not currently used. This will happen in a follow up PR because some refactoring will be needed of the convert/rukpak package and I didn't want to bloat the PR.
Reviewer Checklist