- Notifications
You must be signed in to change notification settings - Fork675
feat(api): add project label promotion#1610
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
9e6f705 toc26b619Comparecodecov-commenter commentedSep 27, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1610 +/- ##==========================================+ Coverage 91.57% 91.61% +0.03%========================================== Files 74 74 Lines 4263 4294 +31 ==========================================+ Hits 3904 3934 +30- Misses 359 360 +1
Flags with carried forward coverage won't be shown.Click here to find out more.
|
JohnVillalovos commentedSep 27, 2021
Thanks for this. This is going to need some docs updates too, so that people know it is there and also how to use it. |
StingRayZA commentedSep 27, 2021
Sure - will add them now the CI has given thecode a 👍 |
c26b619 to76715a5CompareStingRayZA commentedSep 29, 2021
I've removed the CLI action (It wasn't testing well, and I don't think I know how to make it work without breaking backwards compatibility) Also added a note into the docs... |
nejch 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.
Thank you@StingRayZA! I just had a few questions.
I'm unsure if/promote is an endpoint that will appear elsewhere and warrant its own Mixin, but it looks clean this way :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
StingRayZA commentedOct 7, 2021
Thanks for the review@nejch - I've got a tweak or two to make and I'll post them ASAP... |
76715a5 to68ba4b7CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
nejch commentedOct 17, 2021
Thanks again@StingRayZA. Just a nitpick for tests and if you could maybe rebase on top of |
Adds a mixin that allows the /promote endpoint to be called.Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
68ba4b7 to6d7c88aCompareStingRayZA commentedOct 18, 2021
All done@nejch - updated and rebased 😁 |
nejch commentedOct 20, 2021
Thanks for the contribution@StingRayZA! :) Looking forward to the milestone PR 😁 |
Adds a mixin that allows the
/promoteendpoint to be called on project labels.Fixes#1602