aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19407 Migrate subportfolios to realign with component uuidsLéo Geoffroy2023-05-254-1/+298
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-164-1/+147
|
* NO-JIRA fix code smellsAurelien Poscia2023-05-124-20/+18
|
* SONAR-19085 Add index on 'external_groups(external_identity_provider, ↵Wojtek Wajerowicz2023-05-115-4/+127
| | | | external_id).
* SONAR-19085 Create 'external_groups' table.Wojtek Wajerowicz2023-05-114-1/+125
|
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-117-1/+262
|
* SONAR-19125 fixed an issue where one of 10.0 migration did not work on ↵Lukasz Jarocki2023-05-081-24/+27
| | | | Oracle Databases
* SONAR-18917 Fix migration failure and support user_token without project keyLéo Geoffroy2023-05-042-7/+8
|
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-0414-0/+631
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-284-151/+1
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* [NO_JIRA] move is_main migration script in version10.1Benjamin Campomenosi2023-04-2410-9/+6
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-244-1/+151
|
* SONAR-19133 Increase KEE column size in INTERNAL_PROPERTIES tableAurelien Poscia2023-04-244-0/+115
|
* [NO JIRA] Fix DB migration name for v10.1Duarte Meneses2023-04-1218-34/+33
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-113-14/+15
|
* SONAR-18850 make is_main column work on OracleLukasz Jarocki2023-04-041-1/+2
|
* SONAR-18850 fixed the script for adding 'is_main' columnLukasz Jarocki2023-04-042-3/+4
|
* SONAR-18850 added is_main column to project_branches tableLukasz Jarocki2023-04-0410-0/+410
|
* SONAR-18879 add documentation URL for SCIM errorsAurelien Poscia2023-03-312-3/+6
|
* SONAR-18728 Drop Users.SCM_ACCOUNTS columnAurelien Poscia2023-03-3119-30/+253
|
* SONAR-18728 use DB calls to replace ↵Aurelien Poscia2023-03-319-3/+274
| | | | UserIndex.getAtMostThreeActiveUsersForScmAccount
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-313-3/+3
|
* SONAR-18728 Add DB migrations for SCM_ACCOUNTSAurelien Poscia2023-03-3111-7/+580
|
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-307-0/+394
|
* SONAR-18797 warn log message and truncate scim_users during upgradePierre2023-03-2210-0/+369
|
* SONAR-18525 SCIM Group data model (Mapper, DTO, DAO, Migrations)Antoine Vigneau2023-03-226-0/+228
|
* SONAR-18583 Condition on schema when dropping constraintsEric Giffon2023-03-221-2/+3
|
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-072-7/+1
|
* [NO JIRA] Revert NVARCHAR to VARCHAR conversion for MSSQLAlain Kermis2023-03-026-11/+16
|
* SONAR-17525 MSSQL UUID column should use VARCHAR instead NVARCHARAlain Kermis2023-03-016-16/+11
|
* [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-234-173/+163
| | | | | 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-207-2/+296
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-094-130/+2
|
* 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-027-0/+244
|
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-0216-1/+627
|
* SONAR-17541 remove rules attached to wrong quality profile and generate a ↵Pierre2023-01-257-0/+390
| | | | changelog
* SONAR-18220 Squash 8.9 -> 9.9 DB migrationsWojtek Wajerowicz2023-01-257-1054/+1306
|
* SONAR-18220 remove 8.9 -> 9.9 migrationsPierre2023-01-25361-17399/+0
|
* SONAR-18192 - Update size of user uuid column to 255 in audit tableLéo Geoffroy2023-01-164-1/+124
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-124-1/+118
| | | | memory use
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-6/+11
|
* [NO-JIRA] Remove reported code smells about switch labelsMatteo Mara2023-01-121-12/+6
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-20/+5
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-105-9/+5
|
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-1011-92/+50
|
* [NO JIRA] Add missing package-infoDuarte Meneses2023-01-101-0/+23
|
* SONAR-17775 fixed a bug where old portfolio and app XMLs could not be ↵Lukasz Jarocki2023-01-091-0/+4
| | | | sometimes imported
* SONAR-17737 Support special index name for index drop in migrationsLéo Geoffroy2023-01-042-0/+96
|