-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Provider to: TechDependency model and REST resources. Add _new_ report to list applications with a specific dependency identified by (provider,name, version,sha). Needed to change route: ``` /analyses/report/applications ``` To (for symmetry): ``` /analyses/report/issues/applications ``` Adds route: ``` /analyses/report/dependencies/applications ``` Adds migration 6. Unrelated: Fix next-migration script. Add repository to hack/add/application.sh Fixes unique index (issueA) on Issue to include AnalysisID. RuleSet,Rule must be unique **within** an analysis. Fixes unique index (depA) on TechDependency to include AnalysisID. Provider,Name,Version,SHA must be unique **within** an analysis. --- Routes: ``` /analyses/:id /analyses/dependencies /analyses/issues /analyses/issues/:id /analyses/issues/:id/incidents /analyses/report/rules /analyses/report/applications/:id/issues /analyses/report/issues/applications /analyses/report/issues/:id/files /analyses/report/dependencies /analyses/report/dependencies/applications ``` --------- Signed-off-by: Jeff Ortel <jortel@redhat.com>
- Loading branch information
Showing
8 changed files
with
389 additions
and
26 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
Oops, something went wrong.