| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-6912 do not deactivate last organization administrator | Simon Brandhof | 2016-11-16 | 1 | -0/+69 |
* | Project admin permission is not considered as a System Admin | Teryk Bellahsene | 2016-11-15 | 1 | -0/+2 |
* | SONAR-8292 Quality Profile change includes the author of the modification | Teryk Bellahsene | 2016-11-15 | 1 | -0/+18 |
* | SONAR-8353 add WS api/webhooks/deliveries | Simon Brandhof | 2016-11-14 | 1 | -1/+48 |
* | SONAR-8353 purge webhook deliveries when deleting project | Simon Brandhof | 2016-11-14 | 3 | -13/+78 |
* | SONAR-8353 persist deliveries in Compute Engine | Simon Brandhof | 2016-11-14 | 1 | -9/+25 |
* | SONAR-8353 add WebhookDeliveryDao | Simon Brandhof | 2016-11-14 | 2 | -1/+132 |
* | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 2 | -1/+75 |
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 2 | -1/+53 |
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 4 | -261/+1 |
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 2 | -1/+53 |
* | SONAR-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 4 | -191/+1 |
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_... | Julien Lancelot | 2016-11-09 | 4 | -1/+163 |
* | SONAR-8354 Remove dao related to dashboards | Julien Lancelot | 2016-11-09 | 5 | -339/+1 |
* | Fix quality flaws | Julien Lancelot | 2016-11-08 | 1 | -0/+12 |
* | SONAR-8089 Create new MeasureDao#selectTreeByQuery | Julien Lancelot | 2016-11-08 | 4 | -24/+240 |
* | SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants | Julien Lancelot | 2016-11-08 | 1 | -181/+72 |
* | SONAR-8325 Restore selectByQuery with handler | Julien Lancelot | 2016-11-04 | 1 | -0/+114 |
* | SONAR-6912 do not remove admin permission on user if no more admins | Simon Brandhof | 2016-11-03 | 1 | -0/+28 |
* | SONAR-6912 do not remove a group member if no more admins | Simon Brandhof | 2016-11-03 | 2 | -0/+40 |
* | SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility | Julien Lancelot | 2016-11-03 | 1 | -114/+0 |
* | SONAR-8325 Improve MeasureDao#selectByQuery performance | Julien Lancelot | 2016-11-03 | 2 | -18/+208 |
* | SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQ... | Julien Lancelot | 2016-10-28 | 1 | -10/+26 |
* | SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics | Julien Lancelot | 2016-10-26 | 2 | -1/+365 |
* | SONAR-8160 WS measures/search handles permission check on several projects | Julien Lancelot | 2016-10-25 | 1 | -12/+16 |
* | Fix quality flaws | Julien Lancelot | 2016-10-25 | 1 | -0/+12 |
* | SONAR-8221 Fix project measures indexing on MySQL | Julien Lancelot | 2016-10-24 | 1 | -0/+291 |
* | SONAR-8134 fix isolation of organizations when dropping global permissions | Simon Brandhof | 2016-10-21 | 1 | -8/+48 |
* | SONAR-8278 Support organizations in web service api/permissions/search_templates | Simon Brandhof | 2016-10-21 | 1 | -13/+15 |
* | SONAR-8134 merge PermissionRepository into PermissionTemplateService | Simon Brandhof | 2016-10-21 | 1 | -178/+0 |
* | make PermissionTemplateDaoTest more stable | Sébastien Lesaint | 2016-10-20 | 1 | -2/+2 |
* | SONAR-8100 add GroupDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+45 |
* | SONAR-8100 add PermissionTemplateDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 2 | -0/+80 |
* | SONAR-8100 add UserPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -1/+53 |
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+55 |
* | SONAR-8100 add PermissionTemplateDbTester to DbTester | Sébastien Lesaint | 2016-10-20 | 4 | -3/+10 |
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 2 | -20/+46 |
* | SONAR-8261 add test to UserIdentityAuthenticatorTest about organizations | Simon Brandhof | 2016-10-20 | 1 | -3/+3 |
* | SONAR-8134 improve PermissionTemplateDao | Simon Brandhof | 2016-10-20 | 1 | -2/+2 |
* | SONAR-8261 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 3 | -106/+126 |
* | SONAR-8134 remove unused production code from RoleDao | Simon Brandhof | 2016-10-20 | 4 | -102/+21 |
* | SONAR-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 3 | -6/+41 |
* | SONAR-8192 skip MyBatis in RootFlagAssertions | Sébastien Lesaint | 2016-10-19 | 1 | -8/+15 |
* | SONAR-8192 set root flag in UserIdentityAuthenticator | Sébastien Lesaint | 2016-10-19 | 2 | -1/+17 |
* | SONAR-8192 set/unset root with admin permission change though WS | Sébastien Lesaint | 2016-10-19 | 5 | -1/+495 |
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 5 | -25/+61 |
* | Fix PermissionTemplateCharacteristicDaoTest | Simon Brandhof | 2016-10-17 | 1 | -5/+1 |
* | SONAR-8272 SONAR-8273 organization in WS to apply permission templates | Simon Brandhof | 2016-10-16 | 2 | -86/+4 |
* | SONAR-8253 do not delete the last administrators of organization | Simon Brandhof | 2016-10-16 | 3 | -33/+103 |
* | SONAR-8134 isolate deletion of permissions | Simon Brandhof | 2016-10-16 | 2 | -65/+97 |