aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-182-6/+4
* SONAR-23571 Add index on rule_tags tableEric Giffon2024-12-183-0/+120
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-4/+4
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-065-1/+294
* SONAR-23732 Ability to set a confidential header in PDF reportsDejan Milisavljevic2024-12-036-0/+242
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-293-0/+108
* SONAR-23619 Add DB migration for 'quality_gates' table to add 'ai_code_suppor...Jacek Poreda2024-11-293-1/+110
* SGB-224 use query parameters for db migration sql queries (#12438)Serhat Yenican2024-11-292-6/+11
* SGB-224 Fix MigrateAiSuggestionEnabledValuesTest failing with all the DB vend...Serhat Yenican2024-11-221-1/+1
* CODEFIX-180 Migrate 'sonar.ai.suggestions.enabled' property valuesSerhat Yenican2024-11-193-1/+166
* CODEFIX-177 Add 'ai_code_fix_enabled' column to the 'projects' tableSerhat Yenican2024-11-193-1/+112
* SGB-211 SGB-212 Fix errors on weekly tasksLéo Geoffroy2024-11-122-13/+15
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-113-1/+112
* SGB-213 Fix types of metrics for flaky tests in Oracle DBLéo Geoffroy2024-11-081-3/+2
* SGB-215 Fix types of metrics for flaky tests in Oracle DBLéo Geoffroy2024-11-081-17/+18
* SGB-214 Fix measure_data type on testsLéo Geoffroy2024-11-081-8/+7
* SONAR-23998 Migrate project_measures deprecated metricsDejan Milisavljevic2024-11-057-3/+449
* SONAR-23299 Add missing portfolios and views metrics and reindex project measureLéo Geoffroy2024-11-056-3/+116
* SONAR-23998 Add migration of deprecated json metrics to measures migrationLéo Geoffroy2024-11-053-3/+155
* SONAR-23299 Remove rating measures introduced in 10.7 during data migrationLéo Geoffroy2024-11-054-7/+83
* SONAR-23299 Remove historical data from software quality rating based measuresLéo Geoffroy2024-11-053-1/+154
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-293-1/+114
* SONAR-23302 Enable a specific MQR mode when user upgrades SQOrlovAlexander2024-10-297-2/+224
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-7/+4
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-214-1/+129
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-163-0/+111
* NO-JIRA Refactor v2 telemetry data providerDamien Urruty2024-10-154-80/+16
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-1516-1/+498
* SONAR-23312 Drop column issues.from_hotspotJavier Garcia Orduna2024-10-143-1/+85
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-17/+16
* SONAR-22870 Log the item UUID on error during the measures migrationClaire Villard2024-10-113-1/+52
* SONAR-23350 Fix ORA-1000 Maximum Number of Cursors Exceeded during measures m...Claire Villard2024-10-101-21/+24
* SONAR-22880 Update migration flag on sub-portfoliosEric Giffon2024-10-091-0/+23
* SONAR-22870 Move the migrations to 10.8Claire Villard2024-10-0925-55/+142
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-0917-5/+1082
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-2/+2
* SONAR-22871 Create measures tableEric Giffon2024-10-097-1/+352
* SONAR-23279 fixed syntax in assertAiCodeAssuranceColumnSetToDefault methodlukasz-jarocki-sonarsource2024-10-041-1/+1
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-253-0/+138
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-127-1/+370
* SONAR-22891 added new telemetry metriclukasz-jarocki-sonarsource2024-09-066-4/+131
* SONAR-22807 Make MigrationDbTester final to fix migration QANolwenn Cadic2024-08-301-1/+1
* SONAR-22807 Provisioning of permissions uses custom mappingNolwenn Cadic2024-08-231-1/+0
* SONAR-22807 Implement get and patch gitlab permissions mapping endpointNolwenn Cadic2024-08-233-7/+6
* SONAR-22807 Add default permissions mappings for GitLab in DevOps_perms_mappi...Aurelien Poscia2024-08-233-1/+210
* SONAR-22807 Implement required DB migrations to rename github_perms_mapping t...Nolwenn Cadic2024-08-2318-1/+944
* SGB-123 cover null value case for email.smtp_secure_connection.securedBogdana2024-08-232-2/+3
* SONAR-22521 fixed the issue where sometimes the upgrade warning text was not ...lukasz-jarocki-sonarsource2024-08-201-0/+2
* 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