aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13221 change PK to uuid of RULES_PARAMETERS tableJacek2020-05-2531-0/+1184
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-2538-78/+1431
* SONAR-13221 Fix permission template tablesDuarte Meneses2020-05-251-0/+43
* SONAR-13221 PERM_TEMPLATES_GROUPSDuarte Meneses2020-05-2518-61/+52
* SONAR-13221 PERM_TPL_CHARACTERISTICSDuarte Meneses2020-05-2518-68/+73
* SONAR-13221 PERM_TEMPLATES_USERSDuarte Meneses2020-05-2554-0/+1865
* SONAR-13221 Update Dbversion83Duarte Meneses2020-05-251-0/+52
* SONAR-13221 Quality gate conditionsDuarte Meneses2020-05-2518-0/+634
* SONAR-13221 Issue changesDuarte Meneses2020-05-2518-0/+644
* SONAR-13221 Simplify migrationsDuarte Meneses2020-05-2534-487/+294
* SONAR-13221 Update DbVersion83Duarte Meneses2020-05-251-0/+46
* SONAR-13221 File sourcesDuarte Meneses2020-05-2518-0/+696
* SONAR-13221 User rolesDuarte Meneses2020-05-2512-0/+294
* SONAR-13221 Group rolesDuarte Meneses2020-05-2530-6/+658
* SONAR-13221 Reorganize migrations from SONAR-13193Duarte Meneses2020-05-2519-15/+27
* SONAR-13235 change PK of manual measuresMichal Duda2020-05-2519-0/+709
* SONAR-13221 change PK to uuid of PROJECT_QPROFILES tableJacek2020-05-2519-5/+671
* Remove usage of original table name when dropping primary keyJulien Lancelot2020-05-2525-63/+73
* SONAR-13221 replace auto-incremented ID by UUID for user tokensPierre2020-05-2520-1/+723
* SONAR-13221 change PK to uuid of PROJECT_MEASURES tableJacek2020-05-2519-0/+760
* SONAR-13221 change PK to uuid of ACTIVE_RULE_PARAMETERS tableJacek2020-05-2519-0/+683
* SONAR-13221 change PK to uuid of DUPLICATIONS_INDEX tableJacek2020-05-2519-0/+712
* SONAR-13221 replace auto-incremented ID by UUID for ce_activityPierre2020-05-2512-4/+381
* SONAR-13221 change PK of ce_queuePierre2020-05-2513-0/+440
* SONAR-13221 Set primary key of 'SNAPSHOTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-2510-0/+377
* SONAR-13221 Set primary key of 'ISSUES' table to column 'KEE' and drop 'ID'Julien Lancelot2020-05-2519-6/+407
* SONAR-13221 replace auto-incremented ID by UUID for notificationsPierre2020-05-2521-3/+751
* SONAR-13221 Set primary key of 'EVENTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-2515-3/+416
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-1425-92/+367
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-1433-2/+1499
* SONAR-13155 use the official Maven coordinates of Oracle driverSimon Brandhof2020-03-211-1/+1
* SONAR-13155 Drop usage of commons-dbutilsSimon Brandhof2020-03-213-7/+7
* SONAR-13139 Add 'summaryCommentEnable' property to allow enable/disable of sh...Jacek2020-03-0611-1/+451
* SONAR-12966 Remove QGate conditions on 'security_hotspots' and 'new_security_...Julien Lancelot2020-02-215-2/+203
* SONAR-13003 display already imported BBS reposPierre Guillot2020-02-206-3/+130
* SONAR-13001 apply review feedbackPierre Guillot2020-02-201-1/+1
* SONAR-13001 create endpoint alm_integrations/set_patPierre Guillot2020-02-204-2/+164
* SONAR-12962 modify migration to delete `security_review_rating_effort` measuresJacek2020-02-193-42/+184
* SONAR-12962 delete security review rating measures and live measuresJacek2020-02-115-2/+365
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-3116-43/+70
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-315-1/+145
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-3110-2/+599
* SONAR-12717 default status of hotspot is TO_REVIEWSébastien Lesaint2020-01-135-2/+213
* SONAR-12723 remove 'newsbox.dismiss.hotspots' user propertyJacek2020-01-1318-9/+368
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-135-2/+265
* SONAR-12722 drop `in_review` statusJacek2020-01-135-2/+233
* Format all headers for 2020Wouter Admiraal2020-01-07199-207/+199
* SONAR-12689 fix migration failure on oracleMichal Duda2019-12-121-2/+4
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-107-72/+28
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-13/+0