-
Notifications
You must be signed in to change notification settings - Fork 429
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
feat: add is_live filter to versions endpoint #3688
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3688 +/- ##
==========================================
+ Coverage 95.84% 95.90% +0.06%
==========================================
Files 1099 1100 +1
Lines 34420 34495 +75
==========================================
+ Hits 32991 33084 +93
+ Misses 1429 1411 -18 ☔ View full report in Codecov by Sentry. |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Adds a new query parameter to the list endpoint for environment feature versions to allow the client to filter on whether the version is live or not.
How did you test this code?
Added a unit test to test both cases. Existing unit tests cover the case where the query parameter is not provided.