aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-121-0/+90
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-129-12/+119
* SONAR-5471 add DropIndexBuilderSimon Brandhof2016-12-122-1/+115
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-121-0/+2
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-122-2/+196
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-122-6/+28
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-091-0/+12
* SONAR-8464 Allow events name and category to be nullJulien Lancelot2016-12-081-0/+2
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-083-3/+26
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-076-0/+202
* SONAR-8450 Extract logic to get qgate from project in QualityGateFinderJulien Lancelot2016-12-062-0/+30
* SONAR-8450 Cleanup ComponentNavigationActionTestJulien Lancelot2016-12-051-0/+6
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-056-1/+110
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-1/+108
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-059-7/+91
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-2/+2
* SONAR-8089 Add missing condition on snapshots.islast=trueJulien Lancelot2016-11-281-0/+34
* Speed-up drop of DB table on OracleSimon Brandhof2016-11-281-0/+10
* SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATHSimon Brandhof2016-11-171-5/+13
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-162-6/+10
* 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-143-1/+75
* Update some copyright headers to 2016Simon Brandhof2016-11-141-1/+1
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-103-1/+73
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1015-556/+1
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-093-1/+73
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-096-248/+1
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-095-1/+210
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0917-626/+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-263-1/+405
* 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