aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-143-0/+10
* SONAR-8353 persist deliveries in Compute EngineSimon Brandhof2016-11-141-1/+1
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-148-2/+320
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-143-3/+62
* Update some copyright headers to 2016Simon Brandhof2016-11-142-38/+0
* Fix Quality flaws about lambdaSimon Brandhof2016-11-111-11/+5
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-103-4/+71
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1011-558/+0
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-093-4/+71
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-0911-360/+0
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-095-8/+179
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0918-1111/+2
* SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-087-3/+173
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-084-82/+47
* 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-041-30/+30
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-032-1/+17
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-032-2/+16
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-033-33/+12
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-032-37/+117
* SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a setJulien Lancelot2016-11-033-7/+18
* SONAR-8282 Deprecate overall/it coverage fields from file sourcesJulien Lancelot2016-10-261-9/+9
* SONAR-8283 Add logsJulien Lancelot2016-10-261-0/+5
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-263-3/+217
* 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-212-7/+9
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-212-16/+4
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-179/+0
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-202-0/+6
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-203-6/+30
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-202-0/+6
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-202-0/+7
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-201-1/+1
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-205-118/+22
* SONAR-8134 add javadoc to GroupPermissionDaoSimon Brandhof2016-10-201-0/+10
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-201-8/+16
* SONAR-8134 delete unused GroupDao#selectByName(DbSession, String)Simon Brandhof2016-10-202-12/+0
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-204-39/+18
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-203-48/+0
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-204-1/+33
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-194-14/+49
* change MyBatis session cache to statement cacheSébastien Lesaint2016-10-191-0/+2
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-171-0/+3
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-166-132/+37
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-165-14/+28
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-163-21/+25
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-167-175/+98