aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-21220 fixed the issues with mssql testslukasz-jarocki-sonarsource2023-12-081-6/+6
|
* SONAR-21139 setting nulls for clean_code_attribute of security hotspots ruleslukasz-jarocki-sonarsource2023-12-063-1/+155
|
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships ↵Wojtek Wajerowicz2023-11-2810-2/+491
| | | | (GET/POST/DELETE)
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-279-1/+499
|
* SONAR-21002 Move db-migration tests to ITsLéo Geoffroy2023-11-17133-135/+131
|
* SONAR-21002 Adapt migration tests for all db vendorsEric Giffon2023-11-17119-194/+205
| | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
* SONAR-21002 Make migration tests runnable on all db vendorsEric Giffon2023-11-174-34/+117
|
* SONAR-21002 Improve DB migration tests to use actual migration instead of ↵Léo Geoffroy2023-11-17220-3757/+829
| | | | schema.sql
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-1/+1
|
* SONAR-20892 Renaming wontfix metrix in metrics tablelukasz-jarocki-sonarsource2023-11-085-2/+146
|
* NO-JIRA Add missing package-infoMatteo Mara2023-11-081-0/+23
|
* SONAR-19521 Delete redundant Failed Alerts from Applications that were ↵Dimitris Kavvathas2023-11-076-0/+370
| | | | introduced due to bug SONAR-18821
* 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 ↵Léo Geoffroy2023-10-2013-54/+157
| | | | "NULLS NOT DISTINCT" for supported vendor
* SONAR-20672 QualityProfileChange now record the version of SQ the change ↵Steve Marion2023-10-164-1/+121
| | | | was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint.
* 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 ↵Benjamin Campomenosi2023-09-149-3/+285
| | | | sonar.qualityProfiles.allowDisableInheritedRules
* 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 ↵Pierre2023-08-314-109/+0
| | | | deleted later
* 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
| | | | Definition
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-2313-578/+2
| | | | This reverts commit 020582bd
* 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
| | | | This reverts commit eee7644981d1fea2282256b01d57dedfceaf68b7.
* 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
| | | | query logic