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

Fix usage of deprecated policy tagging endpoints, and add ability to untag policies from *Tags* view #937

Merged
merged 2 commits into from
Jul 6, 2024

Commits on Jul 6, 2024

  1. Fix usage of deprecated policy tagging endpoints

    Replaces usages of `/api/v1/policy/{uuid}/tag/{name}` endpoints with `/api/v1/tag/{name}/policy`, in accordance with DependencyTrack/dependency-track#3924.
    
    Also fixes redundant toasts when removing or adding tags from/to policies.
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    571bdd7 View commit details
    Browse the repository at this point in the history
  2. Add ability to untag policies from tags view

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    db3945d View commit details
    Browse the repository at this point in the history