aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22516 Migrate SMTP related properties into internal_propertiesAntoine Vigneau2024-08-163-1/+450
|
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-254-2/+239
|
* SONAR-22479 Implement after() method for providersAlain Kermis2024-07-243-3/+3
|
* SONAR-22479 Added new upgrade related telemetry metrics for the installation ↵Matteo Mara2024-07-2412-12/+418
| | | | dimension
* SONAR-22479 added new table 'telemetry_metrics_sent'lukasz-jarocki-sonarsource2024-07-246-3/+183
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* NO-JIRA Fix Quality GateMatteo Mara2024-06-201-2/+2
|
* SONAR-21920 fixed issues in migrations 10_4_002 and 10_4_003lukasz-jarocki-sonarsource2024-06-207-18/+189
|
* SONAR-22394 Add table ownership document (#11237)Marcin Majewski2024-06-111-0/+108
|
* SONAR-22224 DB migration to add prioritized_rule columnsOrlovAlexander2024-06-037-0/+281
|
* SONAR-22141 migrations-status response shows estimated finish date only when ↵Matteo Mara2024-05-313-4/+51
| | | | migration is running
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-084-50/+69
|
* SONAR-22142 improve logging of db-migration steps with progress informationSteve Marion2024-05-084-53/+99
|
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-0816-66/+287
|
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-081-1/+27
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-053-1/+127
|
* SONAR-21908 Replace usage of LTS to LTALéo Geoffroy2024-04-021-2/+2
|
* 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
|