-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ Redirecting labels request via catalog in director-v2 #7016
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
♻️ Redirecting labels request via catalog in director-v2 #7016
Conversation
…rvice-labels-to-catalog-client
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7016 +/- ##
===========================================
- Coverage 86.94% 71.30% -15.65%
===========================================
Files 1649 727 -922
Lines 64791 34937 -29854
Branches 2041 262 -1779
===========================================
- Hits 56335 24912 -31423
- Misses 8118 9965 +1847
+ Partials 338 60 -278
Continue to review full report in Codecov by Sentry.
|
…rvice-labels-to-catalog-client
…rvice-labels-to-catalog-client
sanderegg
left a comment
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.
very nice, just a few questions regarding the availability of these labels:
- does it make sense to return all the labels? they are used in the resources api endpoint
- would it make more sense to return just what is necessary so that we do not start to use that endpoint in parallel to the resources one?
services/catalog/src/simcore_service_catalog/api/rest/_services_labels.py
Outdated
Show resolved
Hide resolved
services/catalog/src/simcore_service_catalog/api/rest/_services_resources.py
Show resolved
Hide resolved
pcrespov
left a comment
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.
thx
dont forget to increase the minor version of the catalog as well
make version-minor
…rvice-labels-to-catalog-client
|
sanderegg
left a comment
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.
still a bit worried about making all the static labels available like so. but let's see what comes afterwards.



What do these changes do?
Since the ownership of a service's information is the catalog, a service's labels will now be provided by the
catalogand should not be recovered via thedirectorservice.Related issue/s
How to test
Dev-ops checklist