aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1611-18/+18
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Migrate db tests migration to Junit5Léo Geoffroy2024-02-21139-929/+967
| | | | #
* SQDEVOPS-372 implement datadog test monitoring in ciJérémy Cotineau2024-02-161-48/+52
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-1618-3/+770
|
* SGB-3 Fix JFrog auth on weekly Oracle migration testsJacek Poreda2024-02-121-0/+1
|
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-1/+2
|
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-172-2/+2
|
* SONAR-21259 Create new table issues_fixedEric Giffon2024-01-173-1/+111
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03419-419/+419
|
* SONAR-21295 Fix migration test on postgresEric Giffon2023-12-141-5/+5
|
* 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