aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Collapse)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
| | | | | | | | (#2139) * remove login generation strategy * add migration to remove gh login strategy + code review fixes * support same login for new user and update login for SQ authority
* 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
| | | | | | | | | all QP start with no last used date in the Database, which is represented by a null value in the column, the update method ensures no update is done if new date is older than the current one it does so by comparing the new date with the current value, however, this test always returns false if the current value is null this way of updating the last used date was introduced to fix SONAR-10462 (Update of last used date on Quality Profile can fail with Deadlock on Postgres) since then, last used date of new QP (which includes any new install of SQ since 7.8, including the LTS) is never set
* 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
| | | * SONAR-12412 - support import/export of new code periods for projects
* 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-12396 List new code periods for all branches with effective current values * SONAR-12347 Migrate old definitions of leak period
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-245-0/+90
| | | * SONAR-12393 - support remove new code period on branch, project removal
* 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 ↵Duarte Meneses2019-09-244-28/+36
| | | | Period settings
* 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
| | | * Create new_code_periods table along with dto and dao