aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24107 Fix quality gate issuebranch-25.1branch-25.01Alain Kermis2025-01-031-3/+2
|
* SONAR-24007 Add warning when SAML configuration is incorrect on MigrationNolwenn Cadic2025-01-032-0/+84
|
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-036-219/+47
|
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-032-0/+60
|
* SONAR-23978 Create table 'user_ai_tool_usages' and add column ↵Dejan Milisavljevic2024-12-203-0/+108
| | | | 'detected_ai_code' to table 'projects'
* SONAR-24000 Rename old SonarWay to legacyAnita Stanisz2024-12-202-0/+72
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-23571 Add index on rule_tags tableEric Giffon2024-12-182-0/+61
|
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-063-1/+109
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23732 Ability to set a confidential header in PDF reportsDejan Milisavljevic2024-12-034-0/+112
|
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-292-0/+57
|
* SONAR-23619 Add DB migration for 'quality_gates' table to add ↵Jacek Poreda2024-11-292-1/+56
| | | | 'ai_code_supported' boolean flag
* SGB-224 use query parameters for db migration sql queries (#12438)Serhat Yenican2024-11-291-2/+2
|
* CODEFIX-180 Migrate 'sonar.ai.suggestions.enabled' property valuesSerhat Yenican2024-11-192-1/+61
|
* CODEFIX-177 Add 'ai_code_fix_enabled' column to the 'projects' tableSerhat Yenican2024-11-192-1/+55
|
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-112-1/+58
|
* SONAR-23998 Migrate project_measures deprecated metricsDejan Milisavljevic2024-11-055-3/+191
| | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
* SONAR-23299 Add missing portfolios and views metrics and reindex project measureLéo Geoffroy2024-11-053-2/+80
|
* SONAR-23998 Add migration of deprecated json metrics to measures migrationLéo Geoffroy2024-11-052-3/+76
| | | | | | fixup! SONAR-23998 Add migration of deprecated json metrics to measures migration SONAR-23998 Add a unit test to check on cenversion failure
* SONAR-23299 Remove rating measures introduced in 10.7 during data migrationLéo Geoffroy2024-11-051-1/+6
|
* SONAR-23299 Remove historical data from software quality rating based measuresLéo Geoffroy2024-11-052-1/+72
|
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-292-1/+51
| | | | Make published_at and last_modified_at nullable
* SONAR-23302 Enable a specific MQR mode when user upgrades SQOrlovAlexander2024-10-295-2/+95
|
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-212-1/+59
|
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-162-0/+54
|
* NO-JIRA Refactor v2 telemetry data providerDamien Urruty2024-10-154-80/+16
| | | | Introduce an abstract class to differentiate static characteristics (dimension, metric key, ...) and dynamic (the actual value) to better show how it is supposed to be used. It will also prevent future duplication reports on data providers
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-158-1/+206
|
* SONAR-23312 Drop column issues.from_hotspotJavier Garcia Orduna2024-10-142-1/+34
|
* SONAR-22870 Log the item UUID on error during the measures migrationClaire Villard2024-10-111-1/+6
|
* SONAR-23350 Fix ORA-1000 Maximum Number of Cursors Exceeded during measures ↵Claire Villard2024-10-101-21/+24
| | | | migration
* SONAR-22880 Update migration flag on sub-portfoliosEric Giffon2024-10-091-0/+23
|
* SONAR-22870 Move the migrations to 10.8Claire Villard2024-10-0915-26/+73
|
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-0911-5/+509
|
* SONAR-22871 Create measures tableEric Giffon2024-10-094-1/+166
|
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-252-0/+58
|
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-124-1/+171
|
* SONAR-22891 added new telemetry metriclukasz-jarocki-sonarsource2024-09-062-2/+72
|
* SONAR-22807 Implement get and patch gitlab permissions mapping endpointNolwenn Cadic2024-08-231-2/+0
|
* SONAR-22807 Add default permissions mappings for GitLab in ↵Aurelien Poscia2024-08-232-1/+98
| | | | DevOps_perms_mapping table
* SONAR-22807 Implement required DB migrations to rename github_perms_mapping ↵Nolwenn Cadic2024-08-2310-1/+466
| | | | table to devops_perms_mapping
* SGB-123 cover null value case for email.smtp_secure_connection.securedBogdana2024-08-231-1/+1
|
* SONAR-22521 fixed the issue where sometimes the upgrade warning text was not ↵lukasz-jarocki-sonarsource2024-08-201-0/+2
| | | | clear to the users
* SONAR-22516 Migrate SMTP related properties into internal_propertiesAntoine Vigneau2024-08-162-1/+167
|
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-252-2/+95
|
* 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-245-4/+236
| | | | dimension
* SONAR-22479 added new table 'telemetry_metrics_sent'lukasz-jarocki-sonarsource2024-07-245-3/+122
|
* SONAR-21920 fixed issues in migrations 10_4_002 and 10_4_003lukasz-jarocki-sonarsource2024-06-204-17/+103
|
* SONAR-22224 DB migration to add prioritized_rule columnsOrlovAlexander2024-06-035-0/+180
|
* SONAR-22141 migrations-status response shows estimated finish date only when ↵Matteo Mara2024-05-311-1/+1
| | | | migration is running