aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9616 Allow usage of main branch in ws having branch parameterJulien Lancelot2017-09-124-20/+27
* SONAR-9616 Remove Optional from Branch#getName as it always setJulien Lancelot2017-09-123-50/+9
* SONAR-9616 Filter out branches in ComponentDao#selectProjects()Julien Lancelot2017-09-123-2/+15
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-122-1/+2
* SONAR-9616 Support notifications on branches (#2413)Janos Gyerik2017-09-121-0/+1
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-124-9/+50
* SONAR-9616 Allow to return main branch in api/projectbranches/showJulien Lancelot2017-09-121-0/+11
* SONAR-9616 propagate visibility to branches (#2392)Janos Gyerik2017-09-121-0/+4
* SONAR-9616 Ability to manually delete a non-main branchDuarte Meneses2017-09-126-20/+37
* SONAR-9616 Delete the branches that are inactive for too longDuarte Meneses2017-09-128-30/+128
* SONAR-9616 Renaming of project/module key must be propagated to branches (#2383)Janos Gyerik2017-09-123-3/+93
* SONAR-9628 Branches must not appear in administration of projectsDuarte Meneses2017-09-127-5/+91
* SONAR-9616 Return branch info in api/ce wsJulien Lancelot2017-09-121-0/+2
* SONAR-9616 Delete branch content when deleting project (#2368)Janos Gyerik2017-09-125-1/+58
* SONAR-9616 Create api/projectbranches/showJulien Lancelot2017-09-124-0/+27
* SONAR-9616 Add UT on main branch in api/projectbranches/listJulien Lancelot2017-09-121-4/+25
* SONAR-9616 Return merge branch in api/projectbranches/listJulien Lancelot2017-09-125-1/+44
* SONAR-9616 Support branch in api/issues/searchJulien Lancelot2017-09-125-2/+41
* SONAR-9616 Handle branch in batch/issuesJulien Lancelot2017-09-1210-20/+123
* SONAR-9616 do not handle issues and file sources when purging view componentsSimon Brandhof2017-09-125-269/+28
* SONAR-9616 index the issues part of a non-main branchSimon Brandhof2017-09-124-30/+14
* SONAR-9616 do not index branches in ES indices components and projectmeasuresSimon Brandhof2017-09-124-1/+20
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-1213-60/+381
* SONAR-9616 UserSession uses project to check permissions on branchesSimon Brandhof2017-09-123-0/+33
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-1227-37/+477
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
* Fix quality flawsTeryk Bellahsene2017-09-111-1/+1
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-115-4/+121
* SONAR-9181 WS api/projects/provisioned relies on ComponentDao.selectByQuery(...)Teryk Bellahsene2017-09-114-86/+4
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-114-9/+47
* SONAR-8640 WS api/projects/search query on key does partial match and is case...Teryk Bellahsene2017-09-114-53/+82
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-114-7/+47
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-078-40/+22
* SONAR-8576 Make WS api/plugins/installed usable by Scanner/SonarLintJulien HENRY2017-09-073-0/+99
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-0711-1/+428
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-073-0/+24
* SONAR-9426 Set external identity info when reactivating local userJulien Lancelot2017-09-051-1/+8
* SONAR-9721 ES index project_measures indexes 'lines' metricTeryk Bellahsene2017-08-301-0/+1
* SONAR-9721 Feed ncloc_language_distrution to project measures ES indexTeryk Bellahsene2017-08-302-9/+10
* Rename DbTester#fileSourceTester to fileSourcesJulien Lancelot2017-08-232-5/+5
* Rename DbTester#measureDbTester to measuresJulien Lancelot2017-08-231-1/+1
* Remove DbUnit from ComponentDaoTestJulien Lancelot2017-08-2119-1953/+412
* Sanitize SearchActionComponentsTestJulien Lancelot2017-08-211-2/+7
* SONAR-9708 Return 'incremental' field on tasks in queueJulien Lancelot2017-08-165-49/+102
* Optimize copy of scanner measuresDuarte Meneses2017-08-071-1/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-0710-1/+282
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-0716-4/+52
* SONAR-9621 Read cpd text blocks from DB in incremental modeDuarte Meneses2017-08-075-1/+75
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-0112-94/+108