-
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
⚠ (catalogd) Update query endpoint to metas endpoint #1703
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The [RFC](https://docs.google.com/document/d/1s6_9IFEKGQLNh3ueH7SF4Yrx4PW9NSiNFqFIJx0pU-8/edit?usp=sharing) was updated to reflect a decision to change the new endpoint from $base/api/v1/query to $base/api/v1/metas. This PR makes that change.
0f388d2
to
2dc1fa2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1703 +/- ##
==========================================
- Coverage 67.49% 67.47% -0.02%
==========================================
Files 59 59
Lines 5003 5003
==========================================
- Hits 3377 3376 -1
- Misses 1379 1380 +1
Partials 247 247
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
38b4795
Also rename `query` to `metas` in places that were missed by operator-framework#1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
Also rename `query` to `metas` in places that were missed by operator-framework#1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
Also rename `query` to `metas` in places that were missed by operator-framework#1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
Also rename `query` to `metas` in places that were missed by operator-framework#1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
Also rename `query` to `metas` in places that were missed by operator-framework#1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
Also rename `query` to `metas` in places that were missed by #1703 Signed-off-by: Anik Bhattacharjee <[email protected]>
The RFC was updated to reflect a decision to change the new endpoint from $base/api/v1/query to $base/api/v1/metas.
This PR makes that change.
Description
Reviewer Checklist