aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-1610-65/+178
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-166-103/+142
* SONAR-8134 refactor SQL to check organization permissionSimon Brandhof2016-10-161-2/+24
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-1629-744/+624
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-1610-12/+325
* Improve readability of schema-h2.ddlSimon Brandhof2016-10-131-148/+120
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-1315-173/+100
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-1313-146/+122
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-1314-156/+33
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-1351-112/+256
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-137-3/+164
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-135-139/+99
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-1353-118/+356
* Support organizations in user group web servicesSimon Brandhof2016-10-1324-59/+113
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-1320-17/+519
* SONAR-8134 add column user_roles.organization_uuidSimon Brandhof2016-10-136-0/+369
* SONAR-8134 make column groups.organization_uuid not nullSimon Brandhof2016-10-135-1/+287
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-1329-371/+530
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-1359-1344/+300
* SONAR-8134 prepare support of organizations in permission template DAOSimon Brandhof2016-10-1337-253/+447
* Improve formatting of insert/update requestsSimon Brandhof2016-10-131-2/+11
* SONAR-8134 Deprecated OldPermissionQuerySimon Brandhof2016-10-131-0/+2
* SONAR-8134 create default organization in DbTesterSimon Brandhof2016-10-133-13/+95
* 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
* | | SONAR-8099 add missing UT on CreateDefaultOrganizationSébastien Lesaint2016-09-292-0/+165