aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-056-0/+225
|
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-212-0/+89
|
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-155-5/+112
|
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-153-0/+121
|
* SONAR-20355 Add and initialize property ↵Benjamin Campomenosi2023-09-144-1/+137
| | | | sonar.qualityProfiles.allowDisableInheritedRules
* SONAR-20312 add migration to require user consent for GH synchronizationAurelien Poscia2023-08-312-0/+127
|
* SONAR-20058 simplify upgrade to 10.2 by removing index creation that is ↵Pierre2023-08-312-67/+0
| | | | deleted later
* SONAR-20058 improve webhook purge mechanismPierre2023-08-312-0/+74
|
* SONAR-20164 add `created_at` to indexesPierre2023-08-3112-0/+446
|
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-292-0/+64
|
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-291-1/+25
|
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-241-1/+1
|
* SONAR-20156 Make project_uuid nullable in user_dismissed_messagesNolwenn Cadic2023-08-242-0/+64
|
* SONAR-20155 All existing project have a Clean as You Code Compliant New Code ↵Nolwenn Cadic2023-08-244-0/+155
| | | | Definition
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-238-376/+0
| | | | 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-221-0/+43
|
* SONAR-19611 Fix WS description for sqale_index metricAlain Kermis2023-08-212-0/+85
|
* SONAR-20021 Migrate impacts for rules on startupLéo Geoffroy2023-08-182-0/+278
|
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-186-0/+237
|
* SONAR-20021 Add clean_code_attribute column to rules tableLéo Geoffroy2023-08-186-0/+310
|
* Revert "SONAR-19789 Add initial_perm_sync column to the projects table"Antoine Vigneau2023-08-072-69/+0
| | | | This reverts commit eee7644981d1fea2282256b01d57dedfceaf68b7.
* SONAR-19789 Add initial_perm_sync column to the projects tableAntoine Vigneau2023-08-042-0/+69
|
* SONAR-19789 Add background task to sync single project permissions from GitHubWojtek Wajerowicz2023-08-044-0/+172
|
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ↵Dimitris Kavvathas2023-08-021-1/+0
| | | | query logic
* SONAR-19372 add anticipated_transitions tableSteve Marion2023-08-021-0/+71
|
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-2410-3/+379
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-212-0/+71
|
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-218-0/+302
|
* NO-JIRA remove unused importsPierre2023-07-173-3/+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-174-4/+4
|
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-1/+2
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-296-0/+206
|
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-227-0/+267
|
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-204-0/+172
|
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-208-0/+258
|
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-202-0/+59
|
* SONAR-19556 Add DB migration tests and fix drop of indexDuarte Meneses2023-06-207-0/+235
|
* SONAR-19556 indexes are now re-created when renaming a columnLukasz Jarocki2023-06-202-0/+55
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-204-0/+152
| | | | Entities
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-195-0/+162
|
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-016-5/+70
|
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-0112-0/+696
|
* SONAR-19407 Migrate subportfolios to realign with component uuidsLéo Geoffroy2023-05-252-0/+237
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-162-0/+91
|
* NO-JIRA fix code smellsAurelien Poscia2023-05-122-12/+12
|
* SONAR-19085 Add index on 'external_groups(external_identity_provider, ↵Wojtek Wajerowicz2023-05-112-0/+63
| | | | external_id).
* SONAR-19085 Create 'external_groups' table.Wojtek Wajerowicz2023-05-111-0/+66
|
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-114-0/+154
|