aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src
Commit message (Collapse)AuthorAgeFilesLines
* SCA-300 Add change_comment columnTravis Collins45 hours5-1/+198
|
* NO-JIRA: add migrations for sca license profile tablesMatt Pace3 days1-11/+10
|
* SCA-242 track encountered license policy idsHavoc Pennington3 days5-1/+225
|
* SCA-248 add unique constraint on sca_license_profiles.nameMatt Pace3 days3-1/+110
|
* SCA-243 license category/customization tablesHavoc Pennington3 days9-1/+471
|
* SCA-241 Add schema for sca_lic_prof_projectsMatt Pace3 days5-1/+225
|
* SCA-241 Add schema and dto for sca_license_profilesMatt Pace3 days3-1/+119
|
* SCA-222 Update Dependency Issue Status ValuesMike Young8 days3-1/+130
|
* SCA-224 Start Recording Changes for Dependency RisksMike Young9 days5-1/+227
|
* SCA-229 Add SCA AssigneeTravis Collins11 days4-2/+110
|
* SCA-206 Rename new_in_pull_request -> is_newJohn Bintz2025-04-1116-2/+687
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SCA-264 Move migration tests to ITMike Young2025-04-113-4/+7
|
* SCA-223 Add Status Column to SCA Issues Releases TableMike Young2025-04-087-1/+359
|
* [NO JIRA] Fix new issuesAlain Kermis2025-04-042-3/+3
|
* SQRP-346 add known_package to sca_releases tableMatt Pace2025-04-0310-0/+473
|
* SONAR-24546 squashed migrations from 10.0 to 10.8Lukasz Jarocki2025-03-26386-22934/+525
| | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-24671 create unique index for architecture graph table.Steve Marion2025-03-213-2/+117
|
* SGB-312 Fix MigratePortfoliosLiveMeasuresToMeasuresIT test failuresAleksandra Bozhinoska2025-03-201-1/+1
|
* SCA-125 fix migration numbersLukasz Jarocki2025-03-2013-121/+16
|
* 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-174-1/+155
| | | | (#13168)
* SONAR-24514 add architecture_graphs table.Steve Marion2025-03-173-1/+111
|
* SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191)Havoc Pennington2025-03-173-1/+108
|
* SONAR-24627 package-info.java (#13180)Travis Collins2025-03-171-0/+23
|
* SCA-125 Perf: releases endpoint (#13178)Travis Collins2025-03-176-0/+246
|
* SONAR-24413 Set default provider.key and modelKey propertiesSerhat Yenican2025-03-123-1/+168
|
* SQRP-308 add a new_in_pull_request column to sca_releases and sca_dependenciesHavoc Pennington2025-03-085-1/+215
|
* SQRP-292 Add sca_issues_releasesTravis Collins2025-03-0410-1/+454
| | | | | | | | 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-048-1/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SGB-298 Fix IT on PostgreSQLEric Giffon2025-03-041-1/+1
|
* SONAR-24210 Lower the size limit and exclude duplications_dataEric Giffon2025-02-282-4/+8
|
* SONAR-24358 Make measures migration reentrantAleksandra Bozhinoska2025-02-283-2/+113
|
* SQRP-191 add new "sca_dependencies.chains" columnTieg Zaharia2025-02-192-0/+5
|
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-1910-42/+267
| | | | | | | | 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.
* SQRP-138 Create the sca_dependencies database tableHavoc Pennington2025-02-197-3/+261
|
* SONAR-24210 Do not migrate large measures to prevent OOM errorsEric Giffon2025-02-052-3/+80
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-0410-0/+388
|
* SONAR-19225 Fit IT for Oracle databaseMatteo Mara2025-01-101-2/+2
|
* SGB-268 Fix failing testNolwenn Cadic2025-01-101-3/+2
|
* SONAR-24146 Update license headers to 2025Matteo Mara2025-01-094-4/+4
|
* SONAR-19225 Add migration to update admin hashing algorithm is still based ↵Matteo Mara2025-01-093-1/+160
| | | | on BCRYPT
* SONAR-19225 Add migration to warn about the dropped BCRYPT hashing methodMatteo Mara2025-01-093-0/+150
|
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara2025-01-092-7/+9
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09573-573/+573
|
* SONAR-14367 Add populate migration for Azure + fix get_binding WSJacek Poreda2025-01-093-0/+198
|
* SONAR-14367 Add inline_annotations_enabled column to project_alm_settings tableJacek Poreda2025-01-093-0/+109
|
* SONAR-24062 Remove documentation link from migrationNolwenn Cadic2025-01-072-6/+2
|
* SONAR-24107 Fix quality gate issuebranch-25.1branch-25.01Alain Kermis2025-01-031-3/+2
|
* SONAR-24007 Add warning when SAML configuration is incorrect on MigrationNolwenn Cadic2025-01-033-0/+244
|
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-0314-449/+116
|