summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-137-12/+15
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-135-3/+51
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-134-2/+66
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-132-16/+14
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-137-5/+65
* Support organizations in user group web servicesSimon Brandhof2016-10-132-1/+2
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-136-10/+178
* SONAR-8134 add column user_roles.organization_uuidSimon Brandhof2016-10-133-0/+151
* SONAR-8134 make column groups.organization_uuid not nullSimon Brandhof2016-10-132-0/+112
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-1310-55/+55
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-137-62/+137
* SONAR-8134 prepare support of organizations in permission template DAOSimon Brandhof2016-10-1314-131/+138
* Improve formatting of insert/update requestsSimon Brandhof2016-10-131-2/+11
* SONAR-8134 Deprecated OldPermissionQuerySimon Brandhof2016-10-131-0/+2
* SONAR-8134 change signature of GroupDao#selectByName()Simon Brandhof2016-10-133-9/+6
* SONAR-8134 add search by organization and name in GroupDaoSimon Brandhof2016-10-133-2/+24
* SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermissionSimon Brandhof2016-10-138-54/+11
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-137-18/+128
* 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-122-18/+11
* SONAR-8190 SONAR-8191 must not set/unset root on inactive userSébastien Lesaint2016-10-121-0/+1
* SONAR-8191 last root can't be unset via /api/root/unset_rootSébastien Lesaint2016-10-123-1/+20
* SONAR-8155 add UserSession#isRoot and checkIsRootSébastien Lesaint2016-10-121-2/+3
* SONAR-8155 add UserDao.setRootSébastien Lesaint2016-10-123-13/+27
* SONAR-8155 support root in UserDto, UserDao and UTsSébastien Lesaint2016-10-122-16/+71
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-127-4/+175
* SONAR-5857 Only "better than" operator is available for rating metricsJulien Lancelot2016-10-031-11/+12
* Automatic merge from branch-6.1ssjenka2016-10-031-2/+3
|\
| * SONAR-8148 do not log data and decrease log level to debugSimon Brandhof2016-09-301-2/+3
* | SONAR-8120 WS measures/search handles best valueTeryk Bellahsene2016-09-301-4/+0
* | Fix Quality flawsSimon Brandhof2016-09-303-19/+1
* | Bring back some methods in PermissionDao for GOVSimon Brandhof2016-09-293-0/+118
* | Merge branch 'branch-6.1' into 'master'Sébastien Lesaint2016-09-292-3/+13
|\|
| * Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-292-3/+13
| |\
| | * 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-281-1/+3
| | * SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-281-1/+6
| | * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-281-1/+4
* | | Remove unused QualityProfileDao methodsSimon Brandhof2016-09-283-47/+0
* | | SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-284-2/+57
* | | SONAR-8173 drop global permission "shareDashboard"Simon Brandhof2016-09-282-7/+5
* | | Fix Quality flawsSimon Brandhof2016-09-284-14/+5
* | | Add missing DbSession parameters to PermissionDaoSimon Brandhof2016-09-282-36/+11
* | | Remove RoleDao#insertUserRole()Simon Brandhof2016-09-285-74/+1
* | | 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-286-19/+32
* | | Rename MyBatis alias UserRole to UserPermissionSimon Brandhof2016-09-282-2/+2
* | | Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-289-37/+26