| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
* | Speed-up drop of DB table on Oracle | Simon Brandhof | 2016-11-28 | 1 | -1/+8 |
* | SONAR-8391 Fix Quality flaws | Simon Brandhof | 2016-11-17 | 1 | -2/+2 |
* | SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH | Simon Brandhof | 2016-11-17 | 1 | -2/+10 |
* | SONAR-8336 add properties to control SQL logs level in CE and Web | Sébastien Lesaint | 2016-11-16 | 1 | -3/+7 |
* | SONAR-6912 do not deactivate last organization administrator | Simon Brandhof | 2016-11-16 | 2 | -0/+13 |
* | SONAR-8353 add WS api/webhooks/deliveries | Simon Brandhof | 2016-11-14 | 2 | -0/+21 |
* | SONAR-8353 purge webhook deliveries when deleting project | Simon Brandhof | 2016-11-14 | 3 | -0/+10 |
* | SONAR-8353 persist deliveries in Compute Engine | Simon Brandhof | 2016-11-14 | 1 | -1/+1 |
* | SONAR-8353 add WebhookDeliveryDao | Simon Brandhof | 2016-11-14 | 8 | -2/+320 |
* | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 3 | -3/+62 |
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 2 | -38/+0 |
* | Fix Quality flaws about lambda | Simon Brandhof | 2016-11-11 | 1 | -11/+5 |
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 3 | -4/+71 |
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 11 | -558/+0 |
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 3 | -4/+71 |
* | SONAR-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 11 | -360/+0 |
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_... | Julien Lancelot | 2016-11-09 | 5 | -8/+179 |
* | SONAR-8354 Remove dao related to dashboards | Julien Lancelot | 2016-11-09 | 18 | -1111/+2 |
* | SONAR-8089 Cleanup ComponentTreeQuery | Julien Lancelot | 2016-11-08 | 1 | -92/+0 |
* | SONAR-8089 Create new MeasureDao#selectTreeByQuery | Julien Lancelot | 2016-11-08 | 7 | -3/+173 |
* | SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants | Julien Lancelot | 2016-11-08 | 4 | -82/+47 |
* | SONAR-8325 Restore selectByQuery with handler | Julien Lancelot | 2016-11-04 | 2 | -1/+32 |
* | SONAR-8325 Use Collection in MeasureQuery and remove useless join on projects | Julien Lancelot | 2016-11-04 | 1 | -30/+30 |
* | SONAR-6912 do not remove admin permission on user if no more admins | Simon Brandhof | 2016-11-03 | 2 | -1/+17 |
* | SONAR-6912 do not remove a group member if no more admins | Simon Brandhof | 2016-11-03 | 2 | -2/+16 |
* | SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybility | Julien Lancelot | 2016-11-03 | 3 | -33/+12 |
* | SONAR-8325 Improve MeasureDao#selectByQuery performance | Julien Lancelot | 2016-11-03 | 2 | -37/+117 |
* | SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a set | Julien Lancelot | 2016-11-03 | 3 | -7/+18 |
* | SONAR-8282 Deprecate overall/it coverage fields from file sources | Julien Lancelot | 2016-10-26 | 1 | -9/+9 |
* | SONAR-8283 Add logs | Julien Lancelot | 2016-10-26 | 1 | -0/+5 |
* | SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics | Julien Lancelot | 2016-10-26 | 3 | -3/+217 |
* | SONAR-8287 Hidden metrics should be allowed in project search action | Julien Lancelot | 2016-10-24 | 1 | -1/+2 |
* | SONAR-8221 Fix project measures indexing on MySQL | Julien Lancelot | 2016-10-24 | 1 | -0/+333 |
* | Fix minor Quality flaws | Simon Brandhof | 2016-10-24 | 2 | -9/+18 |
* | SONAR-8134 fix isolation of organizations when dropping global permissions | Simon Brandhof | 2016-10-21 | 2 | -7/+9 |
* | SONAR-8278 Support organizations in web service api/permissions/search_templates | Simon Brandhof | 2016-10-21 | 2 | -16/+4 |
* | SONAR-8134 merge PermissionRepository into PermissionTemplateService | Simon Brandhof | 2016-10-21 | 1 | -179/+0 |
* | SONAR-8100 add GroupDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 2 | -0/+6 |
* | SONAR-8100 add PermissionTemplateDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 3 | -6/+30 |
* | SONAR-8100 add UserPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 2 | -0/+6 |
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 2 | -0/+7 |
* | SONAR-8134 add organization uuid to unique index of table GROUP_ROLES | Sébastien Lesaint | 2016-10-20 | 1 | -1/+1 |
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 5 | -118/+22 |
* | SONAR-8134 add javadoc to GroupPermissionDao | Simon Brandhof | 2016-10-20 | 1 | -0/+10 |
* | SONAR-8134 improve PermissionTemplateDao | Simon Brandhof | 2016-10-20 | 1 | -8/+16 |
* | SONAR-8134 delete unused GroupDao#selectByName(DbSession, String) | Simon Brandhof | 2016-10-20 | 2 | -12/+0 |
* | SONAR-8261 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 4 | -39/+18 |
* | SONAR-8134 remove unused production code from RoleDao | Simon Brandhof | 2016-10-20 | 3 | -48/+0 |
* | SONAR-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 4 | -1/+33 |