aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* Fix code smell: add package-info.javaZipeng WU2021-07-091-0/+24
* SONAR-10762 Drop custom metrics and measures data from tables: `metrics`, 'pr...Jacek2021-07-0715-14/+770
* SONAR-10762 Drop manual measures tableZipeng WU2021-07-079-0/+290
* SONAR-15060 Database migration dropping index should not fail when index does...Duarte Meneses2021-06-293-5/+8
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'snapshots' tableJacek2021-06-1712-3/+309
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'issues' tableJacek2021-06-1712-3/+367
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'events' tableJacek2021-06-1712-3/+300
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'ce_activity'Jacek2021-06-1713-38/+296
* SONAR-14792 Add 9.0 nop migration to not enforce DB downgradeJacek2021-06-167-1/+186
* SONAR-14792 Code smell fixesJacek2021-06-161-120/+132
* SONAR-14792 Drop `newLenientVarcharBuilder` method from initial schemaJacek2021-06-161-150/+143
* SONAR-14792 Fix PopulateInitialSchemaTestJacek2021-06-163-1050/+972
* SONAR-14792 cleanup CreateInitialSchema to be 9.0Jacek2021-06-163-251/+450
* SONAR-14792 Drop not existing tables from init schemaJacek2021-06-163-204/+50
* SONAR-14792 Bump min upgrade version to current LTSJacek2021-06-161-1/+1
* SONAR-14792 Drop migration classes prior 8.9Jacek2021-06-161417-63888/+2
* SONAR-14792 Move MsSQL helper out specific DB migration versionJacek2021-06-165-27/+5
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-281-0/+1
* SONAR-14682 - Make webhook validation configurableBelen Pruvost2021-04-298-500/+0
* SONAR-14078 fix duplication of notification keys after upgrading to SonarQube...Zipeng WU2021-04-222-0/+39
* SONAR-14571 add index on WEBHOOK_UUID in WEBHOOK_DELIVERIESMichal Duda2021-04-224-1/+127
* SONAR-14693 fix error when setting a new code period reference branchMichal Duda2021-04-214-1/+146
* SONAR-14686 - Fail silently on PK to be dropped not foundBelen Pruvost2021-04-2133-140/+122
* SONAR-13849 handle multi-schema during database upgrade & data migrationZipeng WU2021-04-202-9/+19
* SONAR-12323 clear GitHub endpoint setting at project levelMichal Duda2021-04-164-1/+160
* SONAR-14699 add index on components.main_branch_project_uuidPierre2021-04-164-1/+156
* SONAR-14691 - Fix 4122 DB migration for repeated projects in appsBelen Pruvost2021-04-162-6/+43
* SONAR-14682 - Filtering local network interfaces on webhooksBelen Pruvost2021-04-148-2/+344
* SONAR-14681 improve project_measures metric purge performanceBelen Pruvost2021-04-139-32/+300
* SONAR-14681 improve live_measures metric purge performancePierre2021-04-135-153/+88
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-096-0/+216
* Fix dropping primary keys in DB migrationsDuarte Meneses2021-03-0810-25/+90
* SONAR-14542 Migration 4208 fails if the PK constraint name is unexpectedDuarte Meneses2021-03-082-4/+9
* SONAR-14541 Migration 4207 fails if the PK constraint name is unexpectedDuarte Meneses2021-03-082-7/+13
* SONAR-14541 Migration 4207 fails if the PK constraint name is unexpectedDuarte Meneses2021-03-082-3/+10
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-047-1/+188
* SONAR-9043 Drop database column PROJECT_MEASURES.DESCRIPTIONDuarte Meneses2021-02-104-0/+98
* SONAR-14323 Optimize DB migrations from 7.9 LTS to 8.X LTSDuarte Meneses2021-02-0820-52/+342
* SONAR-14334 update get_binding and set_azure_bindingPierre2021-01-256-0/+114
* SONAR-14334 new 'monorepo' column in project_alm_settings tableZipeng WU2021-01-2510-0/+267
* SONAR-14335 Drop PK constraint by using select instead hardcoded nameJacek2021-01-20112-346/+512
* SONAR-14245 Drop 'organization_webhook' index before dropping 'organization_u...Jacek2021-01-122-0/+2
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1125-0/+842
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081087-1103/+1087
* SONAR-14297 Make migration app xml->db re-entrant in case failureJacek2020-12-232-1/+48
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-224-204/+0
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-224-0/+180
* SONAR-13999 move project default visibility to global settingsJacek2020-12-226-0/+266
* fix code smellsPierre2020-12-1410-11/+11
* Add missing package-info.javaJacek2020-12-0969-0/+1587