-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Adding CREATE/DELETE Label for Robot Account #15815
Adding CREATE/DELETE Label for Robot Account #15815
Conversation
82dc6ed
to
568cf5b
Compare
@YangJiao0817 @wy65701436 FYI, I'm a bit confused by your testing on the API Tests. I can't find ref In order to create a delete label for the client correctly. |
@DandyDeveloper Please execute |
Codecov Report
@@ Coverage Diff @@
## master #15815 +/- ##
==========================================
+ Coverage 66.83% 66.86% +0.02%
==========================================
Files 935 935
Lines 77679 77716 +37
Branches 2290 2290
==========================================
+ Hits 51913 51961 +48
+ Misses 21762 21751 -11
Partials 4004 4004
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-util.ts
Show resolved
Hide resolved
@DandyDeveloper Please also modify harbor/tests/resources/Harbor-Pages/Robot_Account.robot, and add "Delete Artifact label", "Create Helm Chart label" and "Delete Helm Chart label" as below, this will make sure e2e testing can run successfully |
a7a8996
to
d213bbd
Compare
@AllForNothing All done. Thanks for the review. |
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.
LGTM
@DandyDeveloper One more thing, please squash your commits into one |
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.
lgtm, thanks
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
d213bbd
to
402f3d0
Compare
@AllForNothing Look good? |
Yes. Thanks for your contribution |
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
@YangJiao0817 @AllForNothing @wy65701436 This has been skipped for several releases now. Can I please get this included in a release? |
@DandyDeveloper This is already included in the upcoming 2.5 |
@AllForNothing Oh, sorry I don't see a tag anywhere so I assume it wasn't. Thank you. |
This is a basic implementation of adding CREATE/DELETE options for labels on both Artifacts AND Chartrepo charts.
Tests will follow, when I understand how your Python tests work :)