aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-214-0/+144
* SONAR-20486 Fix 10.2 migration on MSSQL, when auto-provisioning is ONAurelien Poscia2023-09-181-2/+2
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-159-9/+212
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-156-1/+234
* SONAR-20355 Add and initialize property sonar.qualityProfiles.allowDisableInh...Benjamin Campomenosi2023-09-149-3/+285
* SONAR-20309 Fail GH sync bg task, in case user consent is neededAurelien Poscia2023-08-311-1/+19
* SONAR-20312 add migration to require user consent for GH synchronizationAurelien Poscia2023-08-314-0/+200
* SONAR-20058 simplify upgrade to 10.2 by removing index creation that is delet...Pierre2023-08-314-109/+0
* SONAR-20058 improve webhook purge mechanismPierre2023-08-314-0/+105
* SONAR-20164 add `created_at` to indexesPierre2023-08-3120-1/+694
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-294-2/+99
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-293-5/+29
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-2/+2
* SONAR-20156 Make project_uuid nullable in user_dismissed_messagesNolwenn Cadic2023-08-244-1/+112
* SONAR-20155 All existing project have a Clean as You Code Compliant New Code ...Nolwenn Cadic2023-08-247-1/+298
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-2313-578/+2
* SONAR-19783 Adapt synchronization steps to handle default organization groupAurelien Poscia2023-08-221-0/+19
* SONAR-19783 add github_orgs_groups tableAurelien Poscia2023-08-223-1/+96
* 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