aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-161-0/+69
* Project admin permission is not considered as a System AdminTeryk Bellahsene2016-11-151-0/+2
* SONAR-8292 Quality Profile change includes the author of the modificationTeryk Bellahsene2016-11-151-0/+18
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-141-1/+48
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-143-13/+78
* SONAR-8353 persist deliveries in Compute EngineSimon Brandhof2016-11-141-9/+25
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-142-1/+132
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-142-1/+75
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-102-1/+53
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-104-261/+1
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-092-1/+53
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-094-191/+1
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-094-1/+163
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-095-339/+1
* Fix quality flawsJulien Lancelot2016-11-081-0/+12
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-084-24/+240
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-181/+72
* SONAR-8325 Restore selectByQuery with handlerJulien Lancelot2016-11-041-0/+114
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-031-0/+28
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-032-0/+40
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-031-114/+0
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-032-18/+208
* SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQ...Julien Lancelot2016-10-281-10/+26
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-262-1/+365
* 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-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-241-0/+291
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-211-8/+48
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-211-13/+15
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-178/+0
* make PermissionTemplateDaoTest more stableSébastien Lesaint2016-10-201-2/+2
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+45
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-202-0/+80
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-1/+53
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+55
* SONAR-8100 add PermissionTemplateDbTester to DbTesterSébastien Lesaint2016-10-204-3/+10
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-202-20/+46
* SONAR-8261 add test to UserIdentityAuthenticatorTest about organizationsSimon Brandhof2016-10-201-3/+3
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-201-2/+2
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-203-106/+126
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-204-102/+21
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-203-6/+41
* 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-195-1/+495
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-195-25/+61
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-171-5/+1
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-162-86/+4
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-163-33/+103
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-162-65/+97