-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Consolidate upload (#432) * feat: merge uploadConfig into CommonConfig * chore: tests successful changes compiled * feat: respect parentProject in upload request When the upload request contains correct parent project information separate requests 1. to check if the parent exists 2. to move the uploaded project in the tree could be skipped. The big advantage is, that admin could separate permissions of teams using the new feature "Portfolio Access Control". Additionally if the uploaded project already exists in any other version the user account does not need the permission PORTFOLIO_MANAGEMENT. * chore: housekeeping * chore: fixed README.md * chore: fixed SonarQube findings * chore: fixed SonarQube findings * fix: added parentUuid to put request * fix: updated README.md * fix: replaced UUID type with String * fix: README.md * chore: Removed unused import 'java.util.UUID'. * Update src/main/java/io/github/pmckeown/dependencytrack/CommonConfig.java Co-authored-by: Paul McKeown <[email protected]> * chore: implemented review comments --------- Co-authored-by: Thomas Hucke <[email protected]> Co-authored-by: Paul McKeown <[email protected]> * fix: prioritized handling of parentUuid chore: updated maven dependencies * fix: Codacity findings --------- Co-authored-by: thomashucke <[email protected]> Co-authored-by: Thomas Hucke <[email protected]>
- Loading branch information
1 parent
398bded
commit 202325a
Showing
25 changed files
with
468 additions
and
210 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.