aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8134 change signature of GroupDao#selectByName()Simon Brandhof2016-10-134-11/+8
* SONAR-8134 add search by organization and name in GroupDaoSimon Brandhof2016-10-135-4/+57
* SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermissionSimon Brandhof2016-10-1310-64/+21
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-1318-133/+274
* Reverting returning ComponentDto in insertJulien Lancelot2016-10-131-2/+1
* SONAR-8221 Index projects without measures in project measures indexJulien Lancelot2016-10-121-1/+2
* SONAR-8206 add WS api/root/searchSébastien Lesaint2016-10-123-18/+29
* SONAR-8190 SONAR-8191 must not set/unset root on inactive userSébastien Lesaint2016-10-122-4/+29
* SONAR-8191 last root can't be unset via /api/root/unset_rootSébastien Lesaint2016-10-124-1/+115
* SONAR-8155 add UserSession#isRoot and checkIsRootSébastien Lesaint2016-10-121-2/+3
* SONAR-8155 add UserDao.setRootSébastien Lesaint2016-10-124-13/+71
* SONAR-8155 support root in UserDto, UserDao and UTsSébastien Lesaint2016-10-1263-571/+1883
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-1214-5/+567
* SONAR-5857 Only "better than" operator is available for rating metricsJulien Lancelot2016-10-032-15/+34
* Automatic merge from branch-6.1ssjenka2016-10-032-2/+12
|\
| * SONAR-8148 do not log data and decrease log level to debugSimon Brandhof2016-09-302-2/+12
* | SONAR-8120 WS measures/search handles best valueTeryk Bellahsene2016-09-301-4/+0
* | SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-301-0/+1
* | Fix Quality flawsSimon Brandhof2016-09-304-21/+1
* | Bring back some methods in PermissionDao for GOVSimon Brandhof2016-09-297-0/+328
* | Merge branch 'branch-6.1' into 'master'Sébastien Lesaint2016-09-294-7/+71
|\|
| * Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-294-7/+71
| |\
| | * SONAR-8148 use sonar-api logger rather than SLF4J'sSébastien Lesaint2016-09-291-2/+2
| | * SONAR-8185 FileSourceDao.readLineHashesStream supports null in DBSébastien Lesaint2016-09-282-2/+36
| | * SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-282-1/+25
| | * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-282-5/+11
| | * [maven-release-plugin] prepare for next development iterationTom2016-09-191-1/+1
| | * [maven-release-plugin] prepare release 5.6.25.6.2Tom2016-09-191-1/+1
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-09-191-1/+1
| * | [maven-release-plugin] prepare release 6.1-RC16.1-RC1David Rautureau2016-09-191-1/+1
* | | SONAR-8099 add missing UT on CreateDefaultOrganizationSébastien Lesaint2016-09-292-0/+165
* | | Remove unused QualityProfileDao methodsSimon Brandhof2016-09-284-54/+0
* | | SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-287-3/+149
* | | SONAR-8173 drop global permission "shareDashboard"Simon Brandhof2016-09-287-16/+14
* | | Fix Quality flawsSimon Brandhof2016-09-285-19/+10
* | | Add missing DbSession parameters to PermissionDaoSimon Brandhof2016-09-283-48/+23
* | | Remove RoleDao#insertUserRole()Simon Brandhof2016-09-288-101/+22
* | | Remove useless <where> in mybatisSimon Brandhof2016-09-282-56/+27
* | | Add javadoc to ExtendedUserPermissionDtoSimon Brandhof2016-09-281-0/+4
* | | Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-2821-22/+35
* | | Rename MyBatis alias UserRole to UserPermissionSimon Brandhof2016-09-282-2/+2
* | | Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-2813-59/+48
* | | Remove dead code in GroupPermissionMapper.xmlSimon Brandhof2016-09-281-55/+0
* | | Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-2810-61/+15
* | | Remove user permissions from RoleDaoSimon Brandhof2016-09-2813-121/+52
* | | Fix UserPermissionDao#delete()Simon Brandhof2016-09-283-5/+55
* | | Remove remaining methods related to users from PermissionDaoSimon Brandhof2016-09-285-171/+1
* | | Remove some methods related to users from RoleDaoSimon Brandhof2016-09-2817-279/+76
* | | Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-2811-327/+136
* | | Add UserPermissionDao to DbClientSimon Brandhof2016-09-283-1/+10