aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Fix code smellsLéo Geoffroy2023-10-232-41/+28
* SONAR-19612 Remove deprecation notice on columnLéo Geoffroy2023-10-2011-20/+38
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-2011-5/+429
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-2013-54/+157
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-164-1/+121
* SONAR-20548 renaming index to not be uniquelukasz-jarocki-sonarsource2023-10-101-1/+1
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-102-8/+8
* SONAR-20548 updated the index for rule_impact_changes to not be uniquelukasz-jarocki-sonarsource2023-10-103-12/+10
* SONAR-20548 created tables to store changelog eventslukasz-jarocki-sonarsource2023-10-1011-2/+462
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-052-3/+3
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-0510-1/+372
* NO-JIRA fix code smellAurelien Poscia2023-09-251-1/+0
* 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