Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCA-324 save sca_analyses row for each SCA analysis | Havoc Pennington | 2025-04-30 | 1 | -0/+1 |
| | |||||
* | SCA-242 track encountered license policy ids | Havoc Pennington | 2025-04-23 | 1 | -0/+1 |
| | |||||
* | NO-JIRA Add license profile tables to SqTables | Matt Pace | 2025-04-23 | 1 | -0/+4 |
| | |||||
* | SCA-224 Start Recording Changes for Dependency Risks | Mike Young | 2025-04-17 | 1 | -0/+1 |
| | |||||
* | SGB-313 fix db test failures | Travis Collins | 2025-03-21 | 1 | -12/+14 |
| | |||||
* | SONAR-24233 Add web api v2 architecture domain and file-graph endpoint. | Steve Marion | 2025-03-17 | 1 | -0/+1 |
| | |||||
* | SQRP-292 Add sca_issues_releases | Travis Collins | 2025-03-04 | 1 | -0/+1 |
| | | | | | | | | 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 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | SQRP-221 Add sca_releases table splitting out part of sca_dependencies | Havoc Pennington | 2025-02-19 | 1 | -0/+1 |
| | | | | | | | | 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 | 1 | -0/+1 |
| | |||||
* | SQRP-154 Cleanup leftovers from FOSSA | Javier García Orduña | 2025-02-04 | 1 | -3/+0 |
| | |||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 44 | -44/+44 |
| | |||||
* | SONAR-23119 Create 'migration_logs' table | Alain Kermis | 2025-01-03 | 1 | -0/+1 |
| | |||||
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 1 | -3/+4 |
| | |||||
* | SONAR-23978 Detect AI Code | Dejan Milisavljevic | 2024-12-20 | 1 | -0/+1 |
| | |||||
* | SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J Level | Julien Camus | 2024-12-20 | 1 | -4/+3 |
| | |||||
* | SONAR-23098 Create Project Dependencies DB model | antoine.vinot | 2024-10-21 | 1 | -0/+1 |
| | |||||
* | SONAR-22871 Fix CLOB type assertions | Eric Giffon | 2024-10-17 | 1 | -4/+7 |
| | |||||
* | SONAR-22879 Remove code related to live_measures table | Eric Giffon | 2024-10-09 | 1 | -1/+0 |
| | |||||
* | SONAR-22872 CE step to persist measures in JSON format | Eric Giffon | 2024-10-09 | 1 | -0/+1 |
| | |||||
* | SONAR-23279 fixed an issue where the mapping for the jdbc column type was ↵ | lukasz-jarocki-sonarsource | 2024-10-04 | 1 | -2/+5 |
| | | | | missing for selected database vendors | ||||
* | SONAR-23279 fixed an issue where the mapping for the jdbc column type was ↵ | lukasz-jarocki-sonarsource | 2024-10-04 | 1 | -1/+3 |
| | | | | missing for Oracle | ||||
* | SONAR-22914 Add CVEs DB migration and DAOs | antoine.vinot | 2024-09-12 | 1 | -0/+3 |
| | |||||
* | SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPING | Aurélien Poscia | 2024-08-23 | 1 | -1/+1 |
| | |||||
* | SONAR-22479 Implement sending new telemetry metrics | Alain Kermis | 2024-07-24 | 1 | -0/+1 |
| | |||||
* | NO-JIRA Remove public modifier from Junit5 Test classes10.6.0.92116branch-10.6 | Matteo Mara | 2024-06-20 | 2 | -2/+2 |
| | |||||
* | SONAR-20296 Update minimum database version checks for Oracle and Postgres | Matteo Mara | 2024-06-20 | 4 | -77/+60 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 12 | -13/+13 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Migrate db tests migration to Junit5 | Léo Geoffroy | 2024-02-21 | 1 | -1/+14 |
| | | | | # | ||||
* | SONAR-21259 Add Dao methods for issues_fixed table | Léo Geoffroy | 2024-01-17 | 1 | -0/+1 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 44 | -44/+44 |
| | |||||
* | SONAR-21050 Normalization of rule tags to reduce ElasticSearch usage | Alain Kermis | 2023-11-27 | 1 | -0/+1 |
| | |||||
* | SONAR-21002 Adapt migration tests for all db vendors | Eric Giffon | 2023-11-17 | 2 | -29/+115 |
| | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> | ||||
* | SONAR-21002 Improve DB migration tests to use actual migration instead of ↵ | Léo Geoffroy | 2023-11-17 | 4 | -45/+89 |
| | | | | schema.sql | ||||
* | SONAR-19612 Change index constraint for postgresql 15- and add support for ↵ | Léo Geoffroy | 2023-10-20 | 6 | -4/+54 |
| | | | | "NULLS NOT DISTINCT" for supported vendor | ||||
* | SONAR-20392 Add github_perms_mapping table and unique index | Aurelien Poscia | 2023-09-15 | 1 | -1/+2 |
| | |||||
* | SONAR-19783 add GithubOrganizationGroupDao/Dto + mapper | Aurelien Poscia | 2023-08-22 | 1 | -0/+1 |
| | |||||
* | SONAR-20021 Add impacts support in IssueDto, RuleDto | Jacek Poreda | 2023-08-18 | 1 | -0/+2 |
| | |||||
* | NO-JIRA remove unused imports | Pierre | 2023-07-17 | 1 | -1/+0 |
| | |||||
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 2 | -6/+4 |
| | |||||
* | NO-JIRA replace MoreCollectors.toList with Collectors.toList | Pierre | 2023-07-17 | 2 | -4/+4 |
| | |||||
* | SONAR-19556 updated integration tests in UserDismissedMessagesDaoIT | Lukasz Jarocki | 2023-06-20 | 1 | -1/+0 |
| | |||||
* | SONAR-19445 renamed permissions' component_uuid column to entity_uuid | Lukasz Jarocki | 2023-06-19 | 3 | -5/+75 |
| | |||||
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 7 | -22/+22 |
| | |||||
* | SONAR-18856 Extract governance reports data from properties table | Léo Geoffroy | 2023-06-01 | 1 | -0/+2 |
| | |||||
* | SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordingly | Aurelien Poscia | 2023-05-11 | 1 | -0/+1 |
| | |||||
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 5 | -19/+20 |
| | |||||
* | SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERS | Aurelien Poscia | 2023-03-31 | 1 | -0/+1 |
| | |||||
* | SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations) | Antoine Vigneau | 2023-03-22 | 1 | -0/+1 |
| | |||||
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 4 | -6/+6 |
| |