aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12773 add gitlab alm settingsPierre Guillot2019-12-163-3/+28
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1024-39/+38
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-099-30/+20
* SONAR-12636 set `excludeFromPurge` on branch creation based on global settingsMichal Duda2019-12-093-2/+4
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-0913-59/+53
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-0913-59/+106
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-0914-29/+19
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-095-31/+17
* SONAR-12666 Fix groups sorting when high number of groupsJulien Lancelot2019-12-026-41/+147
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-182-978/+978
* SONAR-12512 Fix SQL queries on MsSQLJulien Lancelot2019-11-061-9/+9
* SONAR-12512 SONAR-12514 SONAR-12515 Fix ordering of lists WSJulien Lancelot2019-11-061-1/+1
* SONAR-12512 SONAR-12514 SONAR-12515 Increase ALM key from 80 to 200Julien Lancelot2019-11-062-4/+4
* SONAR-12515 Allow binding of projects on Bitbucket ALMJulien Lancelot2019-11-062-3/+16
* SONAR-12515 Decorate Azure PR using new settingsJulien Lancelot2019-11-061-1/+2
* SONAR-12515 Allow binding of projects on Azure ALMJulien Lancelot2019-11-062-3/+15
* SONAR-12512 Decorate PR using configuration from new ALM_SETTINGS tablesPierre Guillot2019-11-065-2/+36
* SONAR-12512 Allow project binding on multiple GitHub instancesJulien Lancelot2019-11-0614-4/+530
* SONAR-12576 Allow configuration of multiple Bitbucket instancesPierre Guillot2019-11-062-8/+19
* SONAR-12515 Allow configuration of multiple Azure instancesPierre Guillot2019-11-062-2/+20
* SONAR-12512 Allow configuration of multiple GitHub instancesJulien Lancelot2019-11-0615-1/+644
* SONAR-10408 Web service api/qualityprofiles/copy is too slowDuarte Meneses2019-10-211-7/+3
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-171-5/+12
* Fix some code smell debt (#2143)Jacek2019-10-153-26/+49
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-7/+7
* SONAR-12510 do not fail in views/define when app branch already existSébastien Lesaint2019-10-111-1/+5
* SONAR-12513 last used date is never set on new Quality ProfilesSébastien Lesaint2019-10-092-2/+15
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-092-4/+1
* Fixing SonarQube analysis issues (#2084)Jacek2019-09-241-1/+0
* Fix UT for components countJacek2019-09-241-1/+1
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-247-54/+31
* Fix conflicts after rebaseJacek2019-09-241-0/+0
* SONAR-12412 - support import/export of new code periods for projects (#2024)Jacek2019-09-241-4/+5
* Improve code quality and test coverageDuarte Meneses2019-09-244-8/+67
* New Code Period tableDuarte Meneses2019-09-241-0/+12
* Feature/dm/migrate new code period (#2017)Duarte Meneses2019-09-247-8/+28
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-245-0/+90
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-244-9/+56
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-244-28/+36
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-249-25/+36
* SONAR-12364 - SonarQube analysis fixesJacek2019-09-242-0/+46
* SONAR-12364 - IT fixes, add uniq new code period table constraintJacek2019-09-241-0/+4
* SONAR-12364 - remove manual baseline column from usageJacek2019-09-246-154/+49
* SONAR-12364 - migrate project analysis delete action to new conceptJacek2019-09-244-0/+36
* SONAR-12364 - switch from manual baseline to New Code Period conceptJacek2019-09-247-37/+121
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-242-38/+5
* Create UUID for new_code_periodsDuarte Meneses2019-09-242-14/+26
* add Upsert to NewCodePeriodDaoDuarte Meneses2019-09-243-1/+64
* SONAR-12366 Create WS to read/write New Code PeriodsDuarte Meneses2019-09-241-0/+32
* SONAR-12365 create new_code_period table (#1986)Jacek2019-09-2412-0/+602