aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-172-4/+4
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-172-4/+4
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-2910-1/+310
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-2211-0/+381
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-207-1/+239
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-2011-3/+260
* SONAR-19556 Fix DB migrationsDuarte Meneses2023-06-201-7/+8
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-204-0/+107
* SONAR-19556 Add DB migration tests and fix drop of indexDuarte Meneses2023-06-208-1/+236
* SONAR-19556 indexes are now re-created when renaming a columnLukasz Jarocki2023-06-2014-6/+395
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-207-1/+224
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-1911-0/+362
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-136-15/+15
* SONAR-18856 Fix code smells and TODOsLéo Geoffroy2023-06-011-1/+1
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-0110-14/+136
* SONAR-18856 Fix SonarQube issues and BTTDuarte Meneses2023-06-011-1/+0
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-0120-1/+1126
* 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, externa...Wojtek Wajerowicz2023-05-115-4/+127
* 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 Oracle...Lukasz Jarocki2023-05-081-24/+27
* 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
* [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 UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-319-3/+274
* 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
* [SONAR-18502] move validation of drop index paramSteve Marion2023-02-234-173/+163
* SONAR-8219 Make users.user_local column not nullableEric Giffon2023-02-207-2/+296