aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11270 Allow to set default template to APPEric Hartmann2018-10-102-39/+10
* SONAR-11270 Split permissions templatesEric Hartmann2018-10-105-21/+47
* SONAR-11271 Allow creation of portfolios and applicationsEric Hartmann2018-10-101-1/+0
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-108-36/+70
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-104-59/+8
* SONAR-8019 Order results with one with permissionsEric Hartmann2018-10-1010-36/+80
* SONAR-11302 Decrease ORGANIZATIONS#KEE from 300 to 255Julien Lancelot2018-10-101-1/+1
* SONAR-11310 fix Oracle support in CeActivityDaoTestSébastien Lesaint2018-10-101-1/+12
* SONAR-10642 fix ce table data of branch/pr not purgedSébastien Lesaint2018-10-104-230/+316
* SONAR-11260 Add web service to provide analysis statusJanos Gyerik2018-10-103-0/+37
* SONAR-11238 api/ce/[task|activity|component] return task warningsSébastien Lesaint2018-10-108-39/+249
* SONAR-11238 add table CE_TASK_MESSAGESébastien Lesaint2018-10-1014-11/+440
* SONAR-11302 Increase size of organization's key and nameJulien Lancelot2018-10-102-45/+18
* SONARCLOUD-128 Migrate microsoft user loginsJulien Lancelot2018-10-103-0/+13
* SONAR-11310 drop usage of tmp columns in CE_QUEUE and CE_ACTIVITYSébastien Lesaint2018-10-103-19/+1
* SONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUESébastien Lesaint2018-10-106-33/+274
* SONAR-11310 drop usages of CE_*.COMPONENT_UUID, CE_ACTIVITY.IS_LAST*Sébastien Lesaint2018-10-043-10/+1
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-0419-207/+441
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-042-19/+20
* SONAR-10555 fail analysis if leak period is invalidSébastien Lesaint2018-10-037-43/+29
* SONAR-11210 Display organization specific ad hoc rule infoJulien Lancelot2018-09-242-13/+19
* SONAR-11209 Add ad hoc columns in RULES_METADATAJulien Lancelot2018-09-244-1/+140
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-2414-456/+212
* SONAR-11139 Store changed lines information received in scanner reportDuarte Meneses2018-09-191-0/+2
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-074-16/+18
* Upgrade DBCPEric Hartmann2018-09-071-1/+1
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-308-265/+326
* SONAR-11097 Order live measures to prevent deadlocksEric Hartmann2018-08-301-0/+36
* SONAR-8368 reopen only closed issues closed less than 30 days agoSébastien Lesaint2018-08-213-21/+107
* SONAR-8368 support reopening closed issues which had no lineSébastien Lesaint2018-08-213-54/+68
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-214-6/+320
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-211-2/+2
* SONAR-11031 add ProjectAlmBindingLookupSébastien Lesaint2018-08-101-1/+1
* SONAR-11031 make ProjectAlmBindingDto return ALM enumSébastien Lesaint2018-08-104-68/+50
* Drop no longer used ProjectAlmBindingsDao.bindingExistsJanos Gyerik2018-08-103-44/+4
* SONAR-11038 Add ProjectAlmBindingsDao.findProjectKeyJanos Gyerik2018-08-104-8/+79
* SONAR-11039 Return ALM link in api/navigation/componentJulien HENRY2018-08-104-0/+43
* SONARCLOUD-108 Adapt the Bitbucket Cloud app to favor the new bindingJulien HENRY2018-08-104-1/+46
* SONAR-11038 Rename table alm_project_mappings -> project_alm_bindingsJulien HENRY2018-08-1013-83/+83
* SONAR-11037 Return linked projects in list_repositories for BBCJulien HENRY2018-08-106-0/+138
* SONAR-11038 Add table: alm_project_mappings (#559)Janos Gyerik2018-08-1016-18/+564
* SONARCLOUD-78 fix project_6m_inactive_projects regarding branchesSimon Brandhof2018-08-074-5/+60
* SONARCLOUD-78 remove ambiguity on ComponentQuery#analyzedAfterSimon Brandhof2018-08-074-18/+18
* SONAR-11077 add statistics to CE PersistLiveMeasuresStepSimon Brandhof2018-08-023-4/+5
* SONAR-11077 ignore unsupported characteristics in WS api/ce/submitSimon Brandhof2018-08-021-0/+7
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-022-3/+7
* SONAR-11095 Perf hotspot when background task sends issue notificationsSimon Brandhof2018-08-011-32/+33
* Fix Quality flawsSimon Brandhof2018-07-251-4/+4
* SONAR-10965 Update Organizations#subscription not nullableEric Hartmann2018-07-243-3/+7
* SONARCLOUD-103 Introduce the limit with largest long lived branchEric Hartmann2018-07-2410-11/+261