aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña8 days1-0/+40
* SONAR-24146 Update license headers to 2025Matteo Mara2025-01-092-2/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0968-68/+68
* SONAR-14367 Add populate migration for Azure + fix get_binding WSJacek Poreda2025-01-091-0/+145
* SONAR-14367 Add inline_annotations_enabled column to project_alm_settings tableJacek Poreda2025-01-091-0/+55
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-038-230/+69
* SONAR-23978 Create table 'user_ai_tool_usages' and add column 'detected_ai_co...Dejan Milisavljevic2024-12-201-0/+57
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-25/+25
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-182-6/+4
* SONAR-23732 Ability to set a confidential header in PDF reportsDejan Milisavljevic2024-12-031-0/+40
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-291-0/+51
* SONAR-23619 Add DB migration for 'quality_gates' table to add 'ai_code_suppor...Jacek Poreda2024-11-291-0/+54
* CODEFIX-177 Add 'ai_code_fix_enabled' column to the 'projects' tableSerhat Yenican2024-11-191-0/+57
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-161-0/+57
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-6/+6
* SONAR-22870 Move the migrations to 10.8Claire Villard2024-10-091-0/+40
* SONAR-22891 added new telemetry metriclukasz-jarocki-sonarsource2024-09-064-2/+59
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-251-0/+40
* SONAR-22479 Added new upgrade related telemetry metrics for the installation ...Matteo Mara2024-07-246-8/+180
* NO-JIRA Fix Quality GateMatteo Mara2024-06-201-2/+2
* SONAR-22141 migrations-status response shows estimated finish date only when ...Matteo Mara2024-05-311-3/+49
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-081-14/+41
* SONAR-22142 improve logging of db-migration steps with progress informationSteve Marion2024-05-083-42/+67
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-084-55/+57
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* 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-161-0/+41
* NO-JIRA Update license headers to 2024Pierre2024-01-0358-58/+58
* SONAR-21002 Move db-migration tests to ITsLéo Geoffroy2023-11-17121-9018/+0
* SONAR-21002 Adapt migration tests for all db vendorsEric Giffon2023-11-17117-339/+199
* SONAR-21002 Make migration tests runnable on all db vendorsEric Giffon2023-11-172-32/+39
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-17116-444/+522
* SONAR-20892 Renaming wontfix metrix in metrics tablelukasz-jarocki-sonarsource2023-11-082-1/+83
* SONAR-19521 Delete redundant Failed Alerts from Applications that were introd...Dimitris Kavvathas2023-11-072-0/+198
* NO-JIRA Fix code smellsLéo Geoffroy2023-10-231-40/+27
* SONAR-19612 Remove deprecation notice on columnLéo Geoffroy2023-10-201-0/+14
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-203-0/+226
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-201-29/+84
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-161-0/+52
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-4/+4
* SONAR-20548 updated the index for rule_impact_changes to not be uniquelukasz-jarocki-sonarsource2023-10-101-6/+6
* SONAR-20548 created tables to store changelog eventslukasz-jarocki-sonarsource2023-10-104-0/+233
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-2/+2
* SONAR-20630 Add column creation_method in projects tableAurelien Poscia2023-10-053-0/+178
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-0/+51
* SONAR-20392 Add default mappings in github_perms_mappingAurelien Poscia2023-09-153-4/+104
* SONAR-20392 Add github_perms_mapping table and unique indexAurelien Poscia2023-09-152-0/+115
* SONAR-20355 Add and initialize property sonar.qualityProfiles.allowDisableInh...Benjamin Campomenosi2023-09-143-1/+123
* SONAR-20312 add migration to require user consent for GH synchronizationAurelien Poscia2023-08-311-0/+106
* SONAR-20058 simplify upgrade to 10.2 by removing index creation that is delet...Pierre2023-08-311-49/+0