aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SCA-766 Add sca_vulnerability_issues.published_on columnHEADmasterMadeline Cowie24 hours3-0/+89
|
* SCA-641 Add analysis parameters to sca_analysesJohn Bintz2025-07-182-1/+56
|
* SCA-656 Add Severity Warning Boolean and API to Clear It for Dep RiskMike Young2025-07-112-1/+56
|
* SONAR-25117 Update rule names max size to 255Antoine Vinot2025-07-032-2/+54
|
* SCA-609 Add API to Set The Severity of a Dependency RiskMike Young2025-07-024-1/+177
|
* SONAR-25413 Add index on project_alm_settings.alm_repoJulien Camus2025-07-012-2/+36
|
* SCA-532 Organization-aware SCA license endpointsTravis Collins2025-07-014-1/+153
|
* NO-JIRA Fix missing package-info for new DbVersion202504Madeline Cowie2025-06-051-0/+23
|
* SCA-469 Add withdrawn column to support risks list Madeline Cowie2025-06-053-0/+90
|
* SCA-350 add policy_updated_at to license profilesMatt Pace2025-05-194-0/+158
|
* SCA-395 LicenseData: handle deprecated hardcoded with exceptionsMatt Pace2025-05-162-0/+91
|
* SCA-358 Do not store assigneeNameTravis Collins2025-05-133-0/+103
|
* SCA-358 Track Assignee NameMike Young2025-05-072-0/+55
|
* SONAR-24909 SONAR-24923 Add graph_version to architecture_graphs table.Steve Marion2025-05-072-0/+56
| | | | Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-338 Return To Correct Manual Status When Reopening Dep RiskMike Young2025-05-022-0/+55
|
* SONAR-24909 SONAR-24922 Update architecture_graphs with perspective_key and ↵Steve Marion2025-05-027-9/+260
| | | | | | analysis_uuid Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-303-0/+114
|
* NO-JIRA remove unnecessary commit() from migrationHavoc Pennington2025-04-281-1/+0
|
* SCA-297 remove dup sca_releases and add constraintHavoc Pennington2025-04-263-0/+172
|
* SCA-300 Add change_comment columnTravis Collins2025-04-243-1/+92
|
* NO-JIRA: add migrations for sca license profile tablesMatt Pace2025-04-231-11/+10
|
* SCA-242 track encountered license policy idsHavoc Pennington2025-04-233-1/+114
|
* SCA-248 add unique constraint on sca_license_profiles.nameMatt Pace2025-04-232-1/+58
|
* SCA-243 license category/customization tablesHavoc Pennington2025-04-235-1/+244
|
* SCA-241 Add schema for sca_lic_prof_projectsMatt Pace2025-04-233-1/+113
|
* SCA-241 Add schema and dto for sca_license_profilesMatt Pace2025-04-232-1/+58
|
* SCA-222 Update Dependency Issue Status ValuesMike Young2025-04-182-1/+49
|
* SCA-224 Start Recording Changes for Dependency RisksMike Young2025-04-173-1/+112
|
* SCA-229 Add SCA AssigneeTravis Collins2025-04-153-2/+57
|
* SCA-206 Rename new_in_pull_request -> is_newJohn Bintz2025-04-1110-2/+309
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SCA-223 Add Status Column to SCA Issues Releases TableMike Young2025-04-084-1/+162
|
* [NO JIRA] Fix new issuesAlain Kermis2025-04-042-3/+3
|
* SQRP-346 add known_package to sca_releases tableMatt Pace2025-04-036-0/+224
|
* SONAR-24546 squashed migrations from 10.0 to 10.8Lukasz Jarocki2025-03-26199-10139/+499
| | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-24671 create unique index for architecture graph table.Steve Marion2025-03-212-2/+62
|
* SCA-125 fix migration numbersLukasz Jarocki2025-03-208-73/+8
|
* SQRP-314 - Fix migration for declared_license_expression with existing data ↵Madeline Cowie2025-03-171-0/+2
| | | | (#13203)
* SQRP-314 SPDX SBOMs provide a licenseDeclared if we have one from upstream ↵Madeline Cowie2025-03-172-1/+57
| | | | (#13168)
* SONAR-24514 add architecture_graphs table.Steve Marion2025-03-172-1/+55
|
* SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191)Havoc Pennington2025-03-172-1/+55
|
* SONAR-24627 package-info.java (#13180)Travis Collins2025-03-171-0/+23
|
* SCA-125 Perf: releases endpoint (#13178)Travis Collins2025-03-174-0/+135
|
* SONAR-24413 Set default provider.key and modelKey propertiesSerhat Yenican2025-03-122-1/+78
|
* SQRP-308 add a new_in_pull_request column to sca_releases and sca_dependenciesHavoc Pennington2025-03-083-1/+109
|
* SQRP-292 Add sca_issues_releasesTravis Collins2025-03-045-1/+233
| | | | | | | | SQRP-293 add sca_issues_releases.severity column SQRP-292 Update sca_issues_releases Dao to support persisting SQRP-300 Add sca_issues_releases.severity_sort_key
* SQRP-246 Register a UUID for SCA issues in sca_issues tableHavoc Pennington2025-03-044-1/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives each issue a UUID that spans projects & analyses. SQRP-246 remove "get" from DbClient getter for sca issues DAO This wasn't following the naming convention. SQRP-287 add "IfApplicable" methods to ScaIssue These handle two things: * blank values become Optional.empty instead of junk * allows us to get all applicable values from a ScaIssue reference without type-casting. SQRP-287 add ScaIssuesDbTester Utility methods for ScaIssues testing SQRP-287 use a magic string value instead of empty string in ScaIssueDto Because Oracle considers empty string to be a synonym for null. SQRP-287 ScaIssuesDbTester vary the license saved in test issues SQRP-247 add more unit tests for ScaIssueDto SQRP-287 rename ScaIssue.titleIfApplicable => vulnerabilityTitleIfApplicable SQRP-246 make assertColumnDefinition work with DECIMAL on H2 SQRP-293 add base_severity to sca_vulnerability_issues This is the severity prior to any project-specific factors such as reachability. SQRP-293 increase ScaIssue test coverage SQRP-246 Add ScaIssueDto.Builder SQRP-246 Use a short placeholder CVE title, not giant description SQRP-246 Add toString to ScaIssue subtypes in sca_issues dbtester, separate new from insert SQRP-296 replace sca_vulnerability_issues.title with cwe_ids Replace title with cweIds in ScaIssue Remove ScaIssueFactory to be put back with IssuesReleases Replace title with cweids in the steps Change severity to INFO, LOW, MEDIUM, HIGH
* SONAR-24210 Lower the size limit and exclude duplications_dataEric Giffon2025-02-281-1/+1
|
* SONAR-24358 Make measures migration reentrantAleksandra Bozhinoska2025-02-281-2/+19
|
* SQRP-191 add new "sca_dependencies.chains" columnTieg Zaharia2025-02-191-0/+3
|
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-195-27/+139
| | | | | | | | This will allow us to do paginated queries of releases instead of dependencies. In this commit, the behavior of the dependencies endpoint is not changed; this commit sets it up to be change-able, but just keeps it the same for the time being.