| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -2/+2 |
* | SONAR-8089 Add missing condition on snapshots.islast=true | Julien Lancelot | 2016-11-28 | 1 | -0/+34 |
* | Speed-up drop of DB table on Oracle | Simon Brandhof | 2016-11-28 | 1 | -0/+10 |
* | SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH | Simon Brandhof | 2016-11-17 | 1 | -5/+13 |
* | SONAR-8336 add properties to control SQL logs level in CE and Web | Sébastien Lesaint | 2016-11-16 | 2 | -6/+10 |
* | 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 | 3 | -1/+75 |
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 1 | -1/+1 |
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 3 | -1/+73 |
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 15 | -556/+1 |
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 3 | -1/+73 |
* | SONAR-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 6 | -248/+1 |
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_... | Julien Lancelot | 2016-11-09 | 5 | -1/+210 |
* | SONAR-8354 Remove dao related to dashboards | Julien Lancelot | 2016-11-09 | 17 | -626/+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 | 3 | -1/+405 |
* | 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 | 12 | -907/+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 | 8 | -270/+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 |