-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fix: Helm Chart Copy Button in UI #21969
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
Conversation
Signed-off-by: bupd <bupdprasanth@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #21969 +/- ##
==========================================
+ Coverage 45.36% 46.43% +1.06%
==========================================
Files 244 253 +9
Lines 13333 14238 +905
Branches 2719 2925 +206
==========================================
+ Hits 6049 6611 +562
- Misses 6983 7274 +291
- Partials 301 353 +52
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
...ct/artifact-list-page/artifact-list/artifact-list-tab/pull-command/pull-command.component.ts
Show resolved
Hide resolved
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
Signed-off-by: bupd <bupdprasanth@gmail.com>
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
Clients.CHART | ||
); | ||
} else { | ||
return ''; |
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.
OverAll LGTM and Nice to have some unit tests to cover those changes as suggested by Codecov
Please let me know your idea about it
* fix: helm chart copy btn in UI Signed-off-by: bupd <bupdprasanth@gmail.com> * add: tests for pull command component in UI Signed-off-by: bupd <bupdprasanth@gmail.com> --------- Signed-off-by: bupd <bupdprasanth@gmail.com>
* fix: helm chart copy btn in UI Signed-off-by: bupd <bupdprasanth@gmail.com> * add: tests for pull command component in UI Signed-off-by: bupd <bupdprasanth@gmail.com> --------- Signed-off-by: bupd <bupdprasanth@gmail.com>
Fix: Helm Chart Copy Button in UI (#21969) * fix: helm chart copy btn in UI * add: tests for pull command component in UI --------- Signed-off-by: bupd <bupdprasanth@gmail.com>
* fix: helm chart copy btn in UI Signed-off-by: bupd <bupdprasanth@gmail.com> * add: tests for pull command component in UI Signed-off-by: bupd <bupdprasanth@gmail.com> --------- Signed-off-by: bupd <bupdprasanth@gmail.com>
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Please indicate you've done the following: