Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 Drop usage of commons-dbutils | Simon Brandhof | 2020-03-21 | 2 | -5/+3 | |
| | | | | 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 | 6 | -0/+0 | |
| | ||||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 6 | -423/+70 | |
| | ||||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 2 | -125/+20 | |
| | | | | + db-core & db-migration UTS are executed only on H2 | |||||
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 6 | -131/+51 | |
| | | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds) | |||||
* | SONAR-8520 move H2 scripts to sonar-db-dao | Sébastien Lesaint | 2019-08-09 | 11 | -1234/+141 | |
| | ||||||
* | SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUID | Sébastien Lesaint | 2019-07-31 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925) | Jacek | 2019-07-19 | 1 | -0/+8 | |
| | | | | | | | | * add DDL for project_qgate table * support saving/update/delete to project quality gate and properties * add db migration tests | |||||
* | MMF-769 User can close their account (#1861) | Benoit | 2019-07-12 | 1 | -1/+0 | |
| | ||||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 2 | -2/+2 | |
| | | | | sonar-plugin-api-impl | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 2 | -2/+2 | |
| | | | | sonar-plugin-api-impl | |||||
* | SONAR-12246 remove mysql specific error message | Simon Brandhof | 2019-07-10 | 2 | -27/+0 | |
| | ||||||
* | SONAR-12246 remove MySQL dialect | Simon Brandhof | 2019-07-10 | 11 | -225/+21 | |
| | ||||||
* | SC-819 Make Organization#guarded column nullable | Benoit | 2019-07-05 | 1 | -1/+1 | |
| | ||||||
* | SONAR-12127 optimize migrations on LIVE_MEASURES and PROJECT_MEASURES | Sébastien Lesaint | 2019-06-28 | 2 | -12/+48 | |
| | ||||||
* | SONAR-11964 Fail at startup when detecting MySQL | Julien Lancelot | 2019-06-28 | 4 | -32/+38 | |
| | ||||||
* | SONAR-11264 enforce ES boostrap checks on all editions | Sébastien Lesaint | 2019-05-23 | 1 | -0/+10 | |
| | ||||||
* | SONAR-11950 create DB column snapshots.revision | Simon Brandhof | 2019-05-22 | 1 | -1/+2 | |
| | ||||||
* | Fix PROJECT_QPROFILES.PROFILE_KEY width: 255 -> 50 | Janos Gyerik | 2019-05-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-12026 Migrate existing hotspots statuses | Julien Lancelot | 2019-05-22 | 1 | -0/+3 | |
| | ||||||
* | SONAR-11962 Warn when detecting MySQL at startup | Pierre Guillot | 2019-05-17 | 2 | -2/+12 | |
| | ||||||
* | SONAR-12061 Recalculate out-of-date portfolios at scheduled hours | Janos Gyerik | 2019-05-15 | 1 | -0/+1 | |
| | ||||||
* | SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' table | Benoît Gianinetti | 2019-05-15 | 1 | -0/+10 | |
| | ||||||
* | SONAR-12000 add DB column webhooks.secret | Simon Brandhof | 2019-04-29 | 1 | -0/+1 | |
| | ||||||
* | SONARCLOUD-582 add missing index on org_qprofiles.parent_uuid | Simon Brandhof | 2019-04-24 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11753 create admin user with a null email | Sébastien Lesaint | 2019-04-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11823 Drop snapshots.project_version | Janos Gyerik | 2019-03-19 | 1 | -1/+0 | |
| | ||||||
* | SONAR-11631 Persist sonar.buildString in database | Janos Gyerik | 2019-03-19 | 1 | -0/+1 | |
| | ||||||
* | SONARCLOUD-379 Add ORG_ALM_BINDING#MEMBERS_SYNC column | Benoît Gianinetti | 2019-03-06 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table | Julien Lancelot | 2019-02-13 | 1 | -2/+1 | |
| | ||||||
* | SONAR-11631 add SNAPSHOTS.PROJECT_VERSION | Sébastien Lesaint | 2019-02-11 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11626 Add manual baseline column to project_branches | Janos Gyerik | 2019-02-11 | 1 | -0/+1 | |
| | ||||||
* | Revert "SONAR-11650 Drop DATA_TYPE from FILE_SOURCES" | Julien Lancelot | 2019-02-11 | 1 | -1/+2 | |
| | | | | This reverts commit 54ddc262 | |||||
* | SONAR-11650 Drop DATA_TYPE from FILE_SOURCES | Julien Lancelot | 2019-02-11 | 1 | -2/+1 | |
| | | | | | * SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPE * SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table | |||||
* | Merge pull request #1178 from ↵ | Julien Lancelot | 2019-02-11 | 1 | -0/+2 | |
| | | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens | |||||
* | SONARCLOUD-332 Use EXTERNAL_LOGIN to authenticate users | Julien Lancelot | 2019-01-16 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" setting | Stas Vilchik | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 49 | -49/+49 | |
| |