aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-18917 Fix migration failure and support user_token without project keyLéo Geoffroy2023-05-041-4/+5
|
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-048-0/+403
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-95/+0
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* [NO_JIRA] move is_main migration script in version10.1Benjamin Campomenosi2023-04-246-3/+3
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-0/+95
|
* SONAR-19133 Increase KEE column size in INTERNAL_PROPERTIES tableAurelien Poscia2023-04-242-0/+61
|
* [NO JIRA] Fix DB migration name for v10.1Duarte Meneses2023-04-1211-23/+22
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-112-14/+14
|
* SONAR-18850 fixed the script for adding 'is_main' columnLukasz Jarocki2023-04-041-1/+0
|
* SONAR-18850 added is_main column to project_branches tableLukasz Jarocki2023-04-046-0/+260
|
* SONAR-18879 add documentation URL for SCIM errorsAurelien Poscia2023-03-311-2/+3
|
* SONAR-18728 Drop Users.SCM_ACCOUNTS columnAurelien Poscia2023-03-3111-16/+144
|
* SONAR-18728 use DB calls to replace ↵Aurelien Poscia2023-03-315-2/+152
| | | | UserIndex.getAtMostThreeActiveUsersForScmAccount
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-312-2/+2
|
* SONAR-18728 Add DB migrations for SCM_ACCOUNTSAurelien Poscia2023-03-316-7/+339
|
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-304-0/+280
|
* SONAR-18797 warn log message and truncate scim_users during upgradePierre2023-03-226-0/+246
|
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-223-0/+121
|
* [NO JIRA] Revert NVARCHAR to VARCHAR conversion for MSSQLAlain Kermis2023-03-025-8/+8
|
* SONAR-17525 MSSQL UUID column should use VARCHAR instead NVARCHARAlain Kermis2023-03-015-8/+8
|
* [SONAR-18502] add test for index drop changeSteve Marion2023-02-231-0/+10
| | | | explicitely test the case where actual index is different and longer than authorized
* [SONAR-18502] move validation of drop index paramSteve Marion2023-02-232-97/+143
| | | | | This is done to allow to run query based on an actual index name than may not be valid instead of expected one. Refactor drop index structure to make it simpler and safer.
* SONAR-8219 Make users.user_local column not nullableEric Giffon2023-02-204-0/+202
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-091-37/+1
|
* org.mockito:mockito-inline 4.10.0 -> 5.0.0Steve Marion2023-02-023-16/+8
| | | | org.mockito:mockito-core 4.10.0 -> 5.0.0
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-024-0/+176
|
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-0210-0/+461
|
* SONAR-17541 remove rules attached to wrong quality profile and generate a ↵Pierre2023-01-253-0/+243
| | | | changelog
* SONAR-18220 Squash 8.9 -> 9.9 DB migrationsWojtek Wajerowicz2023-01-254-956/+1056
|
* SONAR-18220 remove 8.9 -> 9.9 migrationsPierre2023-01-25223-10376/+0
|
* SONAR-18192 - Update size of user uuid column to 255 in audit tableLéo Geoffroy2023-01-162-0/+65
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-122-0/+79
| | | | memory use
* SONAR-17737 Support special index name for index drop in migrationsLéo Geoffroy2023-01-042-0/+96
|
* Update license templates for 2023Pierre2023-01-02178-178/+178
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-233-0/+118
|
* SONAR-17645 Support user commissioning and decomissioning through SCIM for OktaWojtek Wajerowicz2022-12-083-0/+117
|
* SONAR-17592 adding column messageFormattings to issues tableLukasz Jarocki2022-12-012-0/+83
|
* MMF-2745 Default permission improvementsJacek2022-11-213-3/+91
|
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-059-0/+372
|
* SONAR-17352 Migrate copy component UUIDsDuarte Meneses2022-10-122-0/+181
|
* SONAR-17352 Refactor component keys to not include branch suffixLéo Geoffroy2022-10-124-0/+259
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-126-0/+281
|
* move 9.7 DB migration to dedicated v97 subpackage Benjamin Campomenosi2022-09-207-12/+53
| | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-17328 add unique index to uuid in componentsBenjamin Campomenosi2022-09-204-0/+197
|
* SONAR-17266 add webhook_secret column to alm_settings tableBenjamin Campomenosi2022-09-133-1/+74
|
* SONAR-17156 add unique index on project_uuid of project_badge_token and ↵Aurelien Poscia2022-08-104-0/+185
| | | | clean-up duplicates
* SONAR-17059 Verify collation check only on SonarQube tablesJacek2022-07-281-8/+42
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-282-0/+63
|
* SONAR-16374 Create 'push_events' tableJacek2022-07-253-0/+108
|
* SONAR-16613 Migrate users field 'sonarlint_ad_seen' to use the new notice ↵Pierre2022-07-214-0/+202
| | | | mechanism