aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-211-0/+1
* SONAR-22871 Fix CLOB type assertionsEric Giffon2024-10-171-4/+7
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-1/+0
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+1
* SONAR-23279 fixed an issue where the mapping for the jdbc column type was mis...lukasz-jarocki-sonarsource2024-10-041-2/+5
* SONAR-23279 fixed an issue where the mapping for the jdbc column type was mis...lukasz-jarocki-sonarsource2024-10-041-1/+3
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-121-0/+3
* SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPINGAurélien Poscia2024-08-231-1/+1
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+1
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
* NO-JIRA Remove public modifier from Junit5 Test classes10.6.0.92116branch-10.6Matteo Mara2024-06-202-2/+2
* SONAR-20296 Update minimum database version checks for Oracle and PostgresMatteo Mara2024-06-205-77/+61
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-1613-14/+14
* SONAR-21643 Migrate db tests migration to Junit5Léo Geoffroy2024-02-212-1/+18
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-171-0/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0344-44/+44
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-0/+1
* SONAR-21002 Adapt migration tests for all db vendorsEric Giffon2023-11-173-29/+118
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-174-45/+89
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-206-4/+54
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-151-1/+2
* SONAR-19783 add GithubOrganizationGroupDao/Dto + mapperAurelien Poscia2023-08-221-0/+1
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+2
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-6/+4
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-172-4/+4
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-1/+0
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-193-5/+75
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-137-22/+22
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-0/+2
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-111-0/+1
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-116-19/+21
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-311-0/+1
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-221-0/+1
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-135-17/+6
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-135-189/+216
* Fix logback configZipeng WU2023-02-021-11/+4
* [NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5Steve Marion2023-02-021-1/+0
* SONAR-18188 Share CAYC quality gate info via telemetryAlain Kermis2023-01-131-0/+1
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-3/+4
* SONAR-17737 Support null name for index lookup during index dropLéo Geoffroy2023-01-041-2/+3
* SONAR-17737 Support special index name for index drop in migrationsLéo Geoffroy2023-01-043-37/+62
* Update license templates for 2023Pierre2023-01-0242-42/+42
* [NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0Duarte Meneses2022-12-201-2/+2
* SONAR-17762 Allow customization of HikariCP configurationJacek2022-12-132-9/+47
* SONAR-17645 Support user commissioning and decomissioning through SCIM for OktaWojtek Wajerowicz2022-12-081-0/+1
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-25/+25
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
* SONAR-17200 Ignore unused sonar.jdbc.* properties for HikariCPJacek2022-08-301-6/+18
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-2910-390/+342