aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8325 Use Collection in MeasureQuery and remove useless join on projectsJulien Lancelot2016-11-042-36/+35
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-034-1/+69
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-035-2/+80
* SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-035-173/+52
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-035-88/+372
* SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a setJulien Lancelot2016-11-033-7/+18
* SONAR-8089 Remove useless join on snapshots in ComponentMapper#selectDescenda...Julien Lancelot2016-10-281-10/+4
* SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQ...Julien Lancelot2016-10-282-12/+29
* SONAR-8282 Deprecate overall/it coverage fields from file sourcesJulien Lancelot2016-10-262-23/+25
* SONAR-8283 Add logsJulien Lancelot2016-10-261-0/+5
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-267-4/+623
* SONAR-8160 WS measures/search handles permission check on several projectsJulien Lancelot2016-10-251-12/+16
* Fix quality flawsJulien Lancelot2016-10-251-0/+12
* SONAR-8287 Hidden metrics should be allowed in project search actionJulien Lancelot2016-10-241-1/+2
* SONAR-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-242-0/+624
* Fix minor Quality flawsSimon Brandhof2016-10-242-9/+18
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-214-18/+63
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-214-37/+27
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-2113-1086/+0
* make PermissionTemplateDaoTest more stableSébastien Lesaint2016-10-201-2/+2
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+58
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-207-27/+181
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-1/+66
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+69
* SONAR-8100 add PermissionTemplateDbTester to DbTesterSébastien Lesaint2016-10-204-3/+10
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-203-2/+3
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-209-171/+71
* SONAR-8261 add test to UserIdentityAuthenticatorTest about organizationsSimon Brandhof2016-10-201-3/+3
* SONAR-8134 add javadoc to GroupPermissionDaoSimon Brandhof2016-10-201-0/+10
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-203-12/+20
* SONAR-8134 delete unused GroupDao#selectByName(DbSession, String)Simon Brandhof2016-10-203-19/+0
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-209-184/+206
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-2012-368/+21
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-209-7/+114
* SONAR-8192 skip MyBatis in RootFlagAssertionsSébastien Lesaint2016-10-191-8/+15
* SONAR-8192 set root flag in UserIdentityAuthenticatorSébastien Lesaint2016-10-192-1/+17
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-1911-15/+710
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-195-25/+61
* change MyBatis session cache to statement cacheSébastien Lesaint2016-10-191-0/+2
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-173-5/+11
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-1610-231/+47
* Add missing jdbcType attributes in user and permission SQL requestsSimon Brandhof2016-10-165-66/+70
* 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