Conversation
Signed-off-by: ElenaStroebele <elena.stroebele@rohde-schwarz.com>
Signed-off-by: ElenaStroebele <elena.stroebele@rohde-schwarz.com>
Signed-off-by: Nihad Uddin <nihad.uddin@rohde-schwarz.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds filtering capabilities to the project list and migrates it to the new
GET /api/v2/projectsendpoint introduced by DependencyTrack/dependency-track#7348.The project list now supports filtering by:
The change also introduces URL-synchronized filters, token-based pagination,
and support for expandable project data such as metrics and teams.
This PR supersedes #1721.
Addressed Issue
Resolves #926
Resolves #2778
Additional Details
This PR is the frontend counterpart of DependencyTrack/dependency-track#7348.
In addition to the project list changes, it:
tags_allandteams_anyfor tag and team filtering.the v2 API response format.
severity filtering is outside the scope of the corresponding backend PR.
mainsince theoriginal PR was opened.
Checklist