aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-20296 Update minimum database version checks for Oracle and PostgresMatteo Mara2024-06-202-11/+3
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-168-9/+9
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-171-0/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0327-27/+27
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-0/+1
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-171-1/+5
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-204-1/+25
* 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
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-1/+0
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-192-5/+56
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-14/+14
* 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-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-18188 Share CAYC quality gate info via telemetryAlain Kermis2023-01-131-0/+1
* 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-041-16/+23
* Update license templates for 2023Pierre2023-01-0226-26/+26
* SONAR-17762 Allow customization of HikariCP configurationJacek2022-12-131-1/+15
* SONAR-17645 Support user commissioning and decomissioning through SCIM for OktaWojtek Wajerowicz2022-12-081-0/+1
* SONAR-17200 Ignore unused sonar.jdbc.* properties for HikariCPJacek2022-08-301-6/+18
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-295-346/+252
* SONAR-16374 Add dao for 'push_events' tableJacek2022-07-251-0/+1
* SONAR-16613 Migrate users field 'sonarlint_ad_seen' to use the new notice mec...Pierre2022-07-211-0/+1
* SONAR-16388 Fix live measure computation on reference branchJacek2022-06-031-0/+1
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-241-1/+0
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-0/+1
* SONAR-16139 Drop api/users/set_setting and related db tableDuarte Meneses2022-04-011-1/+0
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-181-1/+1
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-0/+1
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+1
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-021-2/+2
* Update license headers for 2022 [update headers]Pierre2022-01-2826-26/+26
* Improve code qualityDuarte Meneses2021-11-202-10/+4
* Improve code qualityDuarte Meneses2021-11-181-2/+3
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-151-0/+1
* SONAR-15498 DB schema and WS supports project branches selection in portfoliosDuarte Meneses2021-11-091-0/+1
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-221-0/+1
* SONAR-15441 - Create table for qgate_group_permissionsBelen Pruvost2021-10-221-0/+1
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-081-0/+3
* SONAR-15305 - Audit Purge Integration TestBelen Pruvost2021-08-191-0/+1
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-292-7/+2
* SONAR-10762 Drop manual measures tableZipeng WU2021-07-071-1/+0
* SONAR-14685 installation fails on Oracle with quoted schema nameZipeng WU2021-04-271-3/+45