Add "Outdated only" and "Direct only" switch to only show outdated components - #437
Merged
Merged
Conversation
walterdeboer
force-pushed
the
feature/436
branch
from
March 6, 2023 22:06
3de3dac to
2841828
Compare
walterdeboer
marked this pull request as ready for review
March 6, 2023 22:07
walterdeboer
force-pushed
the
feature/436
branch
from
March 7, 2023 17:13
26df1d7 to
5ad79b3
Compare
walterdeboer
marked this pull request as draft
March 7, 2023 17:15
walterdeboer
force-pushed
the
feature/436
branch
9 times, most recently
from
March 8, 2023 16:46
f4689ab to
306b445
Compare
walterdeboer
marked this pull request as ready for review
March 8, 2023 16:47
walterdeboer
force-pushed
the
feature/436
branch
8 times, most recently
from
March 31, 2023 13:47
b4ae967 to
2af2a63
Compare
walterdeboer
force-pushed
the
feature/436
branch
from
April 15, 2023 19:31
2af2a63 to
671d7aa
Compare
walterdeboer
force-pushed
the
feature/436
branch
from
April 28, 2023 06:38
671d7aa to
b185c38
Compare
Member
|
@walterdeboer Similar to #440, could you also resolve the merge conflicts in this PR please? |
added 3 commits
June 29, 2023 08:53
Signed-off-by: Walter de Boer <walterdeboer@dbso.nl>
…e versions. Different icons for outdated, unstable and recent components (fixes DependencyTrack#311). Signed-off-by: Walter de Boer <walterdeboer@dbso.nl>
Signed-off-by: Walter de Boer <walterdeboer@dbso.nl>
Signed-off-by: Walter de Boer <walterdeboer@dbso.nl>
walterdeboer
force-pushed
the
feature/436
branch
from
June 29, 2023 06:54
b185c38 to
e6c88cf
Compare
nscuro
reviewed
Jul 1, 2023
nscuro
requested changes
Jul 1, 2023
nscuro
left a comment
Member
There was a problem hiding this comment.
Looks good, just need clarification on the sbom command that was added.
Signed-off-by: Walter de Boer <walterdeboer@dbso.nl>
nscuro
approved these changes
Jul 2, 2023
yuwwx
pushed a commit
to yuwwx/dependency-track-frontend
that referenced
this pull request
Jun 2, 2026
heyiamwahab236
pushed a commit
to tecan/frontend_custom
that referenced
this pull request
Jun 17, 2026
Add "Outdated only" and "Direct only" switch to only show outdated components
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
Added "Outdated only" switch and "Dircet only" switch in the project's components overview to only show outdated components and/or only direct dependencies
Addressed Issue
Closes #436, fixes #311, addresses DependencyTrack/dependency-track#208
Additional Details
Also changed the icons do clearly distinquish outdated, unstable or recent components (#311).
Also reset the pageNumber to 1 in refreshTable (minor bug)
Needs DependencyTrack/dependency-track#2568
Checklist
and I have updated the documentation accordingly