aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8464 Allow events name and category to be nullJulien Lancelot2016-12-082-5/+20
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-084-4/+18
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-076-6/+86
* Fix quality flawJulien Lancelot2016-12-071-1/+1
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-062-13/+5
|\
| * SONAR-8442 do not do a select to keep ce_activity.is_key up to dateSébastien Lesaint2016-12-062-13/+5
* | SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-053-2/+49
* | SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-4/+6
* | SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-056-2/+143
|/
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-1/+1
* Speed-up drop of DB table on OracleSimon Brandhof2016-11-281-1/+8
* SONAR-8391 Fix Quality flawsSimon Brandhof2016-11-171-2/+2
* SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATHSimon Brandhof2016-11-171-2/+10
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-161-3/+7
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-162-0/+13
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-142-0/+21
* 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