aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-19611 Fix WS description for sqale_index metricAlain Kermis2023-08-214-2/+131
* SONAR-20021 Migrate impacts for rules on startupLéo Geoffroy2023-08-184-1/+388
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-1811-0/+444
* SONAR-20021 Add clean_code_attribute column to rules tableLéo Geoffroy2023-08-1810-2/+475
* Revert "SONAR-19789 Add initial_perm_sync column to the projects table"Antoine Vigneau2023-08-074-126/+1
* SONAR-19789 Add initial_perm_sync column to the projects tableAntoine Vigneau2023-08-044-1/+126
* SONAR-19789 Add background task to sync single project permissions from GitHubWojtek Wajerowicz2023-08-047-2/+283
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ...Dimitris Kavvathas2023-08-022-2/+3
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-023-1/+129
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-2415-3/+583
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-214-0/+125
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-2113-0/+504
* NO-JIRA remove unused importsPierre2023-07-175-5/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+3
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-178-10/+8
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-1/+2
* 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