Skip to content
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

feat: added button to delete tag #401

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

eusebiu-constantin-petu-dbk

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades. Has updating a running cluster been tested?:

Does this change require updates to the CNI daemonset config files to work?:

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (d9370fb) 87.26% compared to head (07dd11c) 87.49%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/components/Shared/DeleteTag.jsx 82.35% 3 Missing ⚠️
src/components/Repo/RepoDetails.jsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   87.26%   87.49%   +0.22%     
==========================================
  Files          53       55       +2     
  Lines        1594     1623      +29     
  Branches      436      433       -3     
==========================================
+ Hits         1391     1420      +29     
- Misses        190      192       +2     
+ Partials       13       11       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/api.js Show resolved Hide resolved
src/components/Repo/RepoDetails.jsx Outdated Show resolved Hide resolved
src/components/Repo/Tabs/Tags.jsx Outdated Show resolved Hide resolved
src/components/Shared/ConfirmDialog.jsx Outdated Show resolved Hide resolved
src/components/Shared/ConfirmDialog.jsx Outdated Show resolved Hide resolved
src/components/Shared/ConfirmDialog.jsx Outdated Show resolved Hide resolved
src/components/Shared/DeleteTag.jsx Outdated Show resolved Hide resolved
@eusebiu-constantin-petu-dbk
Copy link
Author

@raulkele fixed all comments, thank you!

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andaaron andaaron linked an issue Dec 15, 2023 that may be closed by this pull request
@rchincha rchincha merged commit c375c06 into project-zot:main Dec 15, 2023
8 checks passed
@rchincha
Copy link
Contributor

Thanks @eviishondell for PR #391
This PR was inspired by your work on that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: ZUI: Add ability to delete images and repositories from ZUI
4 participants