Skip to content

Conversation

bupd
Copy link
Contributor

@bupd bupd commented May 7, 2025

Thank you for contributing to Harbor!

Comprehensive Summary of your change

Issue being fixed

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/update"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

Signed-off-by: bupd <bupdprasanth@gmail.com>
@bupd bupd requested a review from a team as a code owner May 7, 2025 03:38
Copy link

codecov bot commented May 7, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 46.43%. Comparing base (c8c11b4) to head (24e68b5).
Report is 473 commits behind head on main.

Files with missing lines Patch % Lines
...ct-list-tab/pull-command/pull-command.component.ts 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
unittests 46.43% <75.00%> (+1.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ct-list-tab/pull-command/pull-command.component.ts 48.27% <75.00%> (+35.77%) ⬆️

... and 177 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@wy65701436 wy65701436 left a 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>
@bupd bupd force-pushed the fix-helmpull-ui branch from 49ff3f1 to edd3b0e Compare May 8, 2025 12:09
Copy link
Contributor

@xuelichao xuelichao left a 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 '';
Copy link
Contributor

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

@wy65701436 wy65701436 merged commit ada851b into goharbor:main May 9, 2025
12 checks passed
bupd added a commit to bupd/harbor that referenced this pull request May 9, 2025
* 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>
bupd added a commit to bupd/harbor that referenced this pull request May 9, 2025
* 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>
wy65701436 pushed a commit that referenced this pull request May 9, 2025
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>
wy65701436 pushed a commit to wy65701436/harbor that referenced this pull request May 16, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uploading a new Helm chart with the same version breaks the web-ui
6 participants