Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16139 Drop api/users/set_setting and related db table | Duarte Meneses | 2022-04-01 | 1 | -1/+0 |
| | |||||
* | SONAR-16097 Apply feedback | Duarte Meneses | 2022-03-18 | 1 | -1/+1 |
| | |||||
* | SONAR-16115 Store plugin's scanner cache in SonarQube | Duarte Meneses | 2022-03-18 | 1 | -0/+1 |
| | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 2 | -2/+1 |
| | |||||
* | SONAR-15845 Upgrade H2 database dependency to 2.X | Jacek | 2022-02-02 | 4 | -6/+8 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 42 | -42/+42 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 8 | -22/+14 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 6 | -53/+37 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-18 | 1 | -2/+3 |
| | |||||
* | SONAR-13426 add api/project_badges/token endpoint | Pierre | 2021-11-15 | 1 | -0/+1 |
| | |||||
* | SONAR-15498 DB schema and WS supports project branches selection in portfolios | Duarte Meneses | 2021-11-09 | 1 | -0/+1 |
| | |||||
* | SONAR-15500 Create api/qualitygates/add_user service | Zipeng WU | 2021-10-22 | 1 | -0/+1 |
| | |||||
* | SONAR-15441 - Create table for qgate_group_permissions | Belen Pruvost | 2021-10-22 | 1 | -0/+1 |
| | |||||
* | SONAR-15259 Migrate portfolios from XML to DB | Jacek | 2021-09-08 | 1 | -0/+3 |
| | |||||
* | SONAR-15305 - Audit Purge Integration Test | Belen Pruvost | 2021-08-19 | 1 | -0/+1 |
| | |||||
* | Code smell fix: Replacing ImmutableList from List | Bruno Andrade | 2021-07-29 | 2 | -7/+2 |
| | |||||
* | SONAR-10762 Drop manual measures table | Zipeng WU | 2021-07-07 | 1 | -1/+0 |
| | |||||
* | SONAR-15035 Fix SQ quality issues related to the use of ImmutableList | Duarte Meneses | 2021-06-18 | 1 | -1/+1 |
| | |||||
* | Fix typo when creating test DB | Duarte Meneses | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | SONAR-14685 installation fails on Oracle with quoted schema name | Zipeng WU | 2021-04-27 | 2 | -3/+142 |
| | |||||
* | SONAR-14323 Optimize DB migrations from 7.9 LTS to 8.X LTS | Duarte Meneses | 2021-02-08 | 3 | -0/+68 |
| | |||||
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 3 | -77/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 43 | -43/+43 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | fix multiple checked exceptions assertions on overall code | Pierre | 2020-12-09 | 1 | -12/+6 |
| | |||||
* | SONAR-14033 Refactor storage of applications | Duarte Meneses | 2020-11-28 | 1 | -0/+2 |
| | |||||
* | SONAR-13913 Remove tables and indexes clean up used in Integration Tests | Julien Lancelot | 2020-11-03 | 1 | -17/+0 |
| | |||||
* | Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵ | Julien Lancelot | 2020-10-21 | 1 | -0/+17 |
| | | | | | | Tests" This reverts commit 6d13dd2f | ||||
* | SONAR-13913 Remove tables and indexes clean up used in Integration Tests | Julien Lancelot | 2020-10-20 | 1 | -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 user | Michal Duda | 2020-09-29 | 1 | -0/+1 |
| | |||||
* | SONAR-13696 drop PROJECT_ALM_BINDINGS table | Duarte Meneses | 2020-08-14 | 1 | -1/+0 |
| | |||||
* | SONAR-13594 Upgrade to 8.4 fails on MS SQL Server | Duarte Meneses | 2020-07-10 | 6 | -39/+92 |
| | |||||
* | SONAR-13327 Fix SSF-107 | Julien Lancelot | 2020-06-15 | 1 | -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-113 | Julien Lancelot | 2020-06-11 | 1 | -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 Lancelot | 2020-05-25 | 1 | -0/+12 |
| | |||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 2 | -2/+2 |
| | |||||
* | SONAR-13155 use the official Maven coordinates of Oracle driver | Simon Brandhof | 2020-03-21 | 1 | -2/+2 |
| | | | | | 'com.oracle.jdbc:ojdbc8' was the coordinates of the artifact manually deployed to SonarSource repository. | ||||
* | SONAR-13155 Drop usage of commons-dbutils | Simon Brandhof | 2020-03-21 | 3 | -6/+4 |
| | | | | except for unit tests | ||||
* | SONAR-13001 create endpoint alm_integrations/set_pat | Pierre Guillot | 2020-02-20 | 1 | -0/+1 |
| | |||||
* | SONAR-12689 Separate storage of projects/apps from their components and branches | Duarte Meneses | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 43 | -43/+43 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 4 | -7/+6 |
| | |||||
* | SONAR-12626 remove references to SLB | Duarte Meneses | 2019-12-09 | 1 | -2/+0 |
| | |||||
* | SONAR-12701 upgrade H2 from 1.3 to 1.4 | Sébastien Lesaint | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | SONAR-12512 Allow project binding on multiple GitHub instances | Julien Lancelot | 2019-11-06 | 1 | -0/+1 |
| | |||||
* | SONAR-12512 Allow configuration of multiple GitHub instances | Julien Lancelot | 2019-11-06 | 1 | -0/+1 |
| | |||||
* | SONAR-12365 create new_code_period table (#1986) | Jacek | 2019-09-24 | 1 | -0/+1 |
| | | | * Create new_code_periods table along with dto and dao | ||||
* | use testFixtures instead of test configuration of db-core | Sébastien Lesaint | 2019-09-02 | 7 | -14/+5 |
| | |||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 7 | -424/+70 |
| | |||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 3 | -135/+20 |
| | | | | + db-core & db-migration UTS are executed only on H2 |