-
-
Notifications
You must be signed in to change notification settings - Fork 583
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
Introduce isLatest
project flag & allow policies to be limited to latest version
#4184
Introduce isLatest
project flag & allow policies to be limited to latest version
#4184
Conversation
341b9a4
to
6063384
Compare
src/main/java/org/dependencytrack/persistence/ProjectQueryManager.java
Outdated
Show resolved
Hide resolved
src/main/java/org/dependencytrack/upgrade/v4120/v4120Updater.java
Outdated
Show resolved
Hide resolved
…oints which allow creation or modification of projects. Signed-off-by: Ralf King <[email protected]>
Signed-off-by: Ralf King <[email protected]>
Signed-off-by: Ralf King <[email protected]>
Signed-off-by: Ralf King <[email protected]>
6428a8f
to
cee3701
Compare
*Simplify Boolean to boolean in Project and Policy and remove unncessary migration script part *Move reads into transaction *remove unnecessary index *Rename ONLY_FOR_LATEST_PROJECT_VERSION to ONLY_LATEST_PROJECT_VERSION Signed-off-by: Ralf King <[email protected]>
Signed-off-by: Ralf King <[email protected]>
Signed-off-by: Ralf King <[email protected]>
src/main/java/org/dependencytrack/persistence/ProjectQueryManager.java
Outdated
Show resolved
Hide resolved
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
…t for it. Signed-off-by: Ralf King <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks!
isLatest
project flag & allow policies to be limited to latest version
Description
Frontend PR: DependencyTrack/frontend#1017
Implements #4148 :
Addressed Issue
closes #4148
Additional Details
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effective