-
Notifications
You must be signed in to change notification settings - Fork 356
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 getMetadataValues for projects #9618
Conversation
✅ Deploy Preview for determined-ui 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 #9618 +/- ##
==========================================
- Coverage 52.91% 52.89% -0.03%
==========================================
Files 1255 1255
Lines 153086 153105 +19
Branches 3230 3229 -1
==========================================
- Hits 81004 80978 -26
- Misses 71931 71976 +45
Partials 151 151
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good! One last small nit, but it's non-blocking
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.
web changes ok!
Ticket
ET-226
Description
Add getMetadataValues endpoints which fetches all unique metadata values for a given key in a given project. This only applies to metadata values that are string typed.
Test Plan
Checklist
docs/release-notes/
See Release Note for details.