summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-097-55/+180
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0923-1248/+2
* SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-089-18/+222
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-085-119/+63
* SONAR-8359 Increase size of LOB columns on embedded databaseSimon Brandhof2016-11-071-6/+6
* SONAR-8325 Restore selectByQuery with handlerJulien Lancelot2016-11-042-1/+32
* 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-033-1/+41
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-033-2/+40
* SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-034-59/+52
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-033-70/+164
* 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-281-2/+3
* 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-264-3/+218
* 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-241-0/+333
* Fix minor Quality flawsSimon Brandhof2016-10-242-9/+18
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-213-10/+15
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-213-24/+12
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-179/+0
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+13
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-205-27/+101
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+13
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+14
* 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-207-151/+25
* SONAR-8134 add javadoc to GroupPermissionDaoSimon Brandhof2016-10-201-0/+10
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-202-10/+18
* 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-206-78/+80
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-204-98/+0
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-206-1/+73
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-196-14/+215
* change MyBatis session cache to statement cacheSébastien Lesaint2016-10-191-0/+2
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-172-0/+10
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-168-145/+43
* 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-167-32/+75
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-164-38/+45
* SONAR-8134 refactor SQL to check organization permissionSimon Brandhof2016-10-161-2/+24
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-169-413/+329
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-168-11/+178
* Improve readability of schema-h2.ddlSimon Brandhof2016-10-131-148/+120
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-139-25/+31
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-137-44/+46