aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-12626 Migrate existing branches to 'BRANCH' typeMichal Duda2019-12-098-2/+318
* SONAR-12661 rework configuration setting "sonar.dbcleaner.daysBeforeDeletingI...Michal Duda2019-12-095-2/+154
* SONAR-12628 remove configuration setting "sonar.branch.longLivedBranches.regex"Michal Duda2019-12-095-3/+142
* SONAR-12636 set `excludeFromPurge` on branch creation based on global settingsMichal Duda2019-12-091-0/+47
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-091-1/+1
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-0913-4/+623
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+0
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-1812-50/+50
* SONAR-12512 Migrate sonar.alm.github.app.privateKey.secured propertyJulien Lancelot2019-11-065-6/+191
* SONAR-12514 Migrate Azure ALM settings to new tablesJulien Lancelot2019-11-066-2/+831
* SONAR-12514 Migrate Bitbucket ALM settings to new tablesJulien Lancelot2019-11-067-2/+910
* SONAR-12512 Migrate GitHub ALM settings to new tablesJulien Lancelot2019-11-065-2/+734
* SONAR-12512 SONAR-12514 SONAR-12515 Increase ALM key from 80 to 200Julien Lancelot2019-11-062-1/+2
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-064-2/+174
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-068-3/+276
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-175-1/+117
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-092-211/+249
* SONAR-12347 Migrate propertiesDuarte Meneses2019-09-245-1/+121
* Improve code quality and test coverageDuarte Meneses2019-09-241-1/+0
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-243-38/+478
* SONAR-12364 - IT fixes, add uniq new code period table constraintJacek2019-09-243-0/+12
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-1/+1
* Set value nullable in new_code_periodsDuarte Meneses2019-09-242-2/+2
* SONAR-12365 create new_code_period table (#1986)Jacek2019-09-248-1/+387
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-021-1/+1
* SONAR-8115 - remove default quality gate from Properties table (#1980)Jacek2019-08-205-1/+122
* remove some SonarCloud specific codeSébastien Lesaint2019-08-141-5/+0
* remove DBUnitSébastien Lesaint2019-08-098-62/+84