Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCA-300 Add change_comment column | Travis Collins | 45 hours | 5 | -1/+198 |
| | |||||
* | NO-JIRA: add migrations for sca license profile tables | Matt Pace | 3 days | 1 | -11/+10 |
| | |||||
* | SCA-242 track encountered license policy ids | Havoc Pennington | 3 days | 5 | -1/+225 |
| | |||||
* | SCA-248 add unique constraint on sca_license_profiles.name | Matt Pace | 3 days | 3 | -1/+110 |
| | |||||
* | SCA-243 license category/customization tables | Havoc Pennington | 3 days | 9 | -1/+471 |
| | |||||
* | SCA-241 Add schema for sca_lic_prof_projects | Matt Pace | 3 days | 5 | -1/+225 |
| | |||||
* | SCA-241 Add schema and dto for sca_license_profiles | Matt Pace | 3 days | 3 | -1/+119 |
| | |||||
* | SCA-222 Update Dependency Issue Status Values | Mike Young | 8 days | 3 | -1/+130 |
| | |||||
* | SCA-224 Start Recording Changes for Dependency Risks | Mike Young | 9 days | 5 | -1/+227 |
| | |||||
* | SCA-229 Add SCA Assignee | Travis Collins | 11 days | 4 | -2/+110 |
| | |||||
* | SCA-206 Rename new_in_pull_request -> is_new | John Bintz | 2025-04-11 | 16 | -2/+687 |
| | | | Co-authored-by: Havoc Pennington <havoc.pennington@sonarsource.com> | ||||
* | SCA-264 Move migration tests to IT | Mike Young | 2025-04-11 | 3 | -4/+7 |
| | |||||
* | SCA-223 Add Status Column to SCA Issues Releases Table | Mike Young | 2025-04-08 | 7 | -1/+359 |
| | |||||
* | [NO JIRA] Fix new issues | Alain Kermis | 2025-04-04 | 2 | -3/+3 |
| | |||||
* | SQRP-346 add known_package to sca_releases table | Matt Pace | 2025-04-03 | 10 | -0/+473 |
| | |||||
* | SONAR-24546 squashed migrations from 10.0 to 10.8 | Lukasz Jarocki | 2025-03-26 | 386 | -22934/+525 |
| | | | | Co-Authored-By: Matteo Mara <matteo.mara@sonarsource.com> | ||||
* | SONAR-24671 create unique index for architecture graph table. | Steve Marion | 2025-03-21 | 3 | -2/+117 |
| | |||||
* | SGB-312 Fix MigratePortfoliosLiveMeasuresToMeasuresIT test failures | Aleksandra Bozhinoska | 2025-03-20 | 1 | -1/+1 |
| | |||||
* | SCA-125 fix migration numbers | Lukasz Jarocki | 2025-03-20 | 13 | -121/+16 |
| | |||||
* | SQRP-314 - Fix migration for declared_license_expression with existing data ↵ | Madeline Cowie | 2025-03-17 | 1 | -0/+2 |
| | | | | (#13203) | ||||
* | SQRP-314 SPDX SBOMs provide a licenseDeclared if we have one from upstream ↵ | Madeline Cowie | 2025-03-17 | 4 | -1/+155 |
| | | | | (#13168) | ||||
* | SONAR-24514 add architecture_graphs table. | Steve Marion | 2025-03-17 | 3 | -1/+111 |
| | |||||
* | SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191) | Havoc Pennington | 2025-03-17 | 3 | -1/+108 |
| | |||||
* | SONAR-24627 package-info.java (#13180) | Travis Collins | 2025-03-17 | 1 | -0/+23 |
| | |||||
* | SCA-125 Perf: releases endpoint (#13178) | Travis Collins | 2025-03-17 | 6 | -0/+246 |
| | |||||
* | SONAR-24413 Set default provider.key and modelKey properties | Serhat Yenican | 2025-03-12 | 3 | -1/+168 |
| | |||||
* | SQRP-308 add a new_in_pull_request column to sca_releases and sca_dependencies | Havoc Pennington | 2025-03-08 | 5 | -1/+215 |
| | |||||
* | SQRP-292 Add sca_issues_releases | Travis Collins | 2025-03-04 | 10 | -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 table | Havoc Pennington | 2025-03-04 | 8 | -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 PostgreSQL | Eric Giffon | 2025-03-04 | 1 | -1/+1 |
| | |||||
* | SONAR-24210 Lower the size limit and exclude duplications_data | Eric Giffon | 2025-02-28 | 2 | -4/+8 |
| | |||||
* | SONAR-24358 Make measures migration reentrant | Aleksandra Bozhinoska | 2025-02-28 | 3 | -2/+113 |
| | |||||
* | SQRP-191 add new "sca_dependencies.chains" column | Tieg Zaharia | 2025-02-19 | 2 | -0/+5 |
| | |||||
* | SQRP-221 Add sca_releases table splitting out part of sca_dependencies | Havoc Pennington | 2025-02-19 | 10 | -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 table | Havoc Pennington | 2025-02-19 | 7 | -3/+261 |
| | |||||
* | SONAR-24210 Do not migrate large measures to prevent OOM errors | Eric Giffon | 2025-02-05 | 2 | -3/+80 |
| | |||||
* | SQRP-154 Cleanup leftovers from FOSSA | Javier García Orduña | 2025-02-04 | 10 | -0/+388 |
| | |||||
* | SONAR-19225 Fit IT for Oracle database | Matteo Mara | 2025-01-10 | 1 | -2/+2 |
| | |||||
* | SGB-268 Fix failing test | Nolwenn Cadic | 2025-01-10 | 1 | -3/+2 |
| | |||||
* | SONAR-24146 Update license headers to 2025 | Matteo Mara | 2025-01-09 | 4 | -4/+4 |
| | |||||
* | SONAR-19225 Add migration to update admin hashing algorithm is still based ↵ | Matteo Mara | 2025-01-09 | 3 | -1/+160 |
| | | | | on BCRYPT | ||||
* | SONAR-19225 Add migration to warn about the dropped BCRYPT hashing method | Matteo Mara | 2025-01-09 | 3 | -0/+150 |
| | |||||
* | SONAR-19225 Drop BCRYPT hash method for user passwords | Matteo Mara | 2025-01-09 | 2 | -7/+9 |
| | |||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 573 | -573/+573 |
| | |||||
* | SONAR-14367 Add populate migration for Azure + fix get_binding WS | Jacek Poreda | 2025-01-09 | 3 | -0/+198 |
| | |||||
* | SONAR-14367 Add inline_annotations_enabled column to project_alm_settings table | Jacek Poreda | 2025-01-09 | 3 | -0/+109 |
| | |||||
* | SONAR-24062 Remove documentation link from migration | Nolwenn Cadic | 2025-01-07 | 2 | -6/+2 |
| | |||||
* | SONAR-24107 Fix quality gate issuebranch-25.1branch-25.01 | Alain Kermis | 2025-01-03 | 1 | -3/+2 |
| | |||||
* | SONAR-24007 Add warning when SAML configuration is incorrect on Migration | Nolwenn Cadic | 2025-01-03 | 3 | -0/+244 |
| | |||||
* | SONAR-23119 Implement database migration logging mechanism | Alain Kermis | 2025-01-03 | 14 | -449/+116 |
| |