aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
Commit message (Collapse)AuthorAgeFilesLines
* 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-222-2/+1
|
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-024-6/+8
|
* Update license headers for 2022 [update headers]Pierre2022-01-2842-42/+42
|
* Improve code qualityDuarte Meneses2021-11-208-22/+14
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-196-53/+37
|
* 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-15035 Fix SQ quality issues related to the use of ImmutableListDuarte Meneses2021-06-181-1/+1
|
* Fix typo when creating test DBDuarte Meneses2021-06-071-1/+2
|
* SONAR-14685 installation fails on Oracle with quoted schema nameZipeng WU2021-04-272-3/+142
|
* SONAR-14323 Optimize DB migrations from 7.9 LTS to 8.X LTSDuarte Meneses2021-02-083-0/+68
|
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-113-77/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0843-43/+43
|
* fix code smellsPierre2020-12-141-1/+1
|
* fix multiple checked exceptions assertions on overall codePierre2020-12-091-12/+6
|
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+2
|
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-031-17/+0
|
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵Julien Lancelot2020-10-211-0/+17
| | | | | | Tests" This reverts commit 6d13dd2f
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-201-17/+0
| | | | | | | | | | | * SONAR-13913 Remove usage of Orchestrator#resetData * Remove ProjectAnalysisRule * Upgrade to Orchestrator 3.31 * SONAR-13913 Remove BackendCleanup class * Remove code related to no more existing tables
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-291-0/+1
|
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-141-1/+0
|
* SONAR-13594 Upgrade to 8.4 fails on MS SQL ServerDuarte Meneses2020-07-106-39/+92
|
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-151-0/+1
| | | | | | * SONAR-13327 Create 'SAML_MESSAGE_IDS' table and DAO * SONAR-13327 Check SAML Message id not already exist during auth * SONAR-13327 Clean expired SAML Message ids daily
* SONAR-13472 Fix SSF-113Julien Lancelot2020-06-111-0/+1
| | | | | | | | | * SONAR-13472 Create 'SESSION_TOKENS' table * SONAR-13472 Remove 'SESSION_TOKENS' from user when disabling an user * SONAR-13472 Replace JwtSession expiration duration by a time * SONAR-13472 Create, update and delete SessionToken during authentication lifecycle * SONAR-13472 Purge expired session tokens at start-up and every day * SONAR-13472 Improve log during session tokens cleaning * Add example to start a Keycloak server already configured
* SONAR-13221 Set primary key of 'EVENTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-251-0/+12
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-232-2/+2
|
* SONAR-13155 use the official Maven coordinates of Oracle driverSimon Brandhof2020-03-211-2/+2
| | | | | 'com.oracle.jdbc:ojdbc8' was the coordinates of the artifact manually deployed to SonarSource repository.
* SONAR-13155 Drop usage of commons-dbutilsSimon Brandhof2020-03-213-6/+4
| | | | except for unit tests
* SONAR-13001 create endpoint alm_integrations/set_patPierre Guillot2020-02-201-0/+1
|
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-0/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-0743-43/+43
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-104-7/+6
|
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-2/+0
|
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-181-1/+1
|
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-061-0/+1
|
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-061-0/+1
|
* SONAR-12365 create new_code_period table (#1986)Jacek2019-09-241-0/+1
| | | * Create new_code_periods table along with dto and dao
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-027-14/+5
|
* remove DBUnitSébastien Lesaint2019-08-097-424/+70
|
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-093-135/+20
| | | | + db-core & db-migration UTS are executed only on H2