DependencyTrack / dependency-track

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.
https://dependencytrack.org/
Apache License 2.0
2.6k stars 549 forks source link

Add REST endpoint for tag deletion #3896

Closed nscuro closed 3 months ago

nscuro commented 3 months ago

Description

Adds REST endpoint for tag deletion.

image

Addressed Issue

Relates to https://github.com/DependencyTrack/dependency-track/issues/586

Additional Details

Frontend PR: https://github.com/DependencyTrack/frontend/pull/928

Checklist

codacy-production[bot] commented 3 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.06% (target: -1.00%) :white_check_mark: 88.03% (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (a2b2a665c9a1a47b5601ad930d4b6a0ec8cf5bf9) | 21963 | 16714 | 76.10% | | | Head commit (d8ac537dde178332dcbc5f63ccb535116d7bd23b) | 22074 (+111) | 16811 (+97) | 76.16% (**+0.06%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3896) | 117 | 103 | **88.03%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences


:rocket: Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more