aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
* SCA-641 Add analysis parameters to sca_analysesJohn Bintz2025-07-181-0/+54
|
* SCA-656 Add Severity Warning Boolean and API to Clear It for Dep RiskMike Young2025-07-111-0/+53
|
* SONAR-25117 Update rule names max size to 255Antoine Vinot2025-07-031-0/+55
|
* SCA-609 Add API to Set The Severity of a Dependency RiskMike Young2025-07-023-0/+211
|
* SONAR-25413 Add index on project_alm_settings.alm_repoJulien Camus2025-07-011-0/+56
|
* SCA-532 Organization-aware SCA license endpointsTravis Collins2025-07-013-0/+164
|
* SCA-469 Add withdrawn column to support risks list Madeline Cowie2025-06-051-0/+53
|
* SCA-350 add policy_updated_at to license profilesMatt Pace2025-05-193-0/+191
|
* SCA-395 LicenseData: handle deprecated hardcoded with exceptionsMatt Pace2025-05-161-0/+69
|
* SCA-358 Do not store assigneeNameTravis Collins2025-05-134-2/+144
|
* SONAR-24909 SONAR-24924 Add architecture/graphs search API endpoint.Steve Marion2025-05-091-1/+0
|
* SCA-358 Track Assignee NameMike Young2025-05-071-0/+53
|
* SONAR-24909 SONAR-24923 Add support for perspective graph in analysis report.Steve Marion2025-05-071-2/+2
|
* SONAR-24909 SONAR-24923 Add graph_version to architecture_graphs table.Steve Marion2025-05-071-0/+55
| | | | Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-338 Return To Correct Manual Status When Reopening Dep RiskMike Young2025-05-021-0/+53
|
* SONAR-24909 SONAR-24922 Update architecture_graphs with perspective_key and ↵Steve Marion2025-05-025-0/+286
| | | | | | analysis_uuid Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-302-0/+116
|
* SCA-297 remove dup sca_releases and add constraintHavoc Pennington2025-04-262-0/+191
|
* SCA-300 Add change_comment columnTravis Collins2025-04-242-0/+106
|
* SCA-242 track encountered license policy idsHavoc Pennington2025-04-232-0/+111
|
* SCA-248 add unique constraint on sca_license_profiles.nameMatt Pace2025-04-231-0/+52
|
* SCA-243 license category/customization tablesHavoc Pennington2025-04-234-0/+227
|
* SCA-241 Add schema for sca_lic_prof_projectsMatt Pace2025-04-232-0/+112
|
* SCA-241 Add schema and dto for sca_license_profilesMatt Pace2025-04-231-0/+61
|
* SCA-222 Update Dependency Issue Status ValuesMike Young2025-04-181-0/+81
|
* SCA-224 Start Recording Changes for Dependency RisksMike Young2025-04-172-0/+115
|
* SCA-229 Add SCA AssigneeTravis Collins2025-04-151-0/+53
|
* SCA-206 Rename new_in_pull_request -> is_newJohn Bintz2025-04-116-0/+378
| | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com>
* SCA-264 Move migration tests to ITMike Young2025-04-113-0/+200
|
* SQRP-346 add known_package to sca_releases tableMatt Pace2025-04-033-0/+209
|
* SONAR-24546 squashed migrations from 10.0 to 10.8Lukasz Jarocki2025-03-26171-12212/+26
| | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-24671 create unique index for architecture graph table.Steve Marion2025-03-211-0/+55
|
* SGB-312 Fix MigratePortfoliosLiveMeasuresToMeasuresIT test failuresAleksandra Bozhinoska2025-03-201-1/+1
|
* SCA-125 fix migration numbersLukasz Jarocki2025-03-203-7/+7
|
* SONAR-24514 add architecture_graphs table.Steve Marion2025-03-171-0/+56
|
* SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191)Havoc Pennington2025-03-171-0/+53
|
* SCA-125 Perf: releases endpoint (#13178)Travis Collins2025-03-172-0/+111
|
* SONAR-24413 Set default provider.key and modelKey propertiesSerhat Yenican2025-03-121-0/+90
|
* SQRP-308 add a new_in_pull_request column to sca_releases and sca_dependenciesHavoc Pennington2025-03-082-0/+106
|
* SQRP-292 Add sca_issues_releasesTravis Collins2025-03-044-0/+220
| | | | | | | | 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-043-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-281-3/+7
|
* SONAR-24358 Make measures migration reentrantAleksandra Bozhinoska2025-02-282-0/+94
|
* SQRP-191 add new "sca_dependencies.chains" columnTieg Zaharia2025-02-191-0/+2
|
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-194-15/+127
| | | | | | | | 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-192-0/+122
|
* SONAR-24210 Do not migrate large measures to prevent OOM errorsEric Giffon2025-02-051-0/+59
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-043-0/+145
|
* SONAR-19225 Fit IT for Oracle databaseMatteo Mara2025-01-101-2/+2
|