aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-052-1/+88
|
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-052-1/+96
|
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-053-7/+70
|
* 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
| | | | Deliveries older than 1 month are purged.
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-142-1/+132
|
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-142-1/+75
|
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-102-1/+53
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-104-261/+1
|
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-092-1/+53
|
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-094-191/+1
|
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-094-1/+163
| | | | "widget_properties"
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-095-339/+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
| | | | | | It now accepts either a list of projects or a project with a list of components, but no more a list of components of any projects It's no more possible to query a list of any components, because when doing that the performance are very bad (it would probably requires to add a column PROJECT_MEASURES.PROJECT_UUID)
* SONAR-8089 SONAR-8325 Add missing join on projects in ↵Julien Lancelot2016-10-281-10/+26
| | | | MeasureMapper#selectByQuery
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-262-1/+365
|
* 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
| | | | Replace streaming of projects by first loading all projects once, then load measures project by project
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-211-8/+48
| | | | on user
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-211-13/+15
|
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-178/+0
|
* make PermissionTemplateDaoTest more stableSébastien Lesaint2016-10-201-2/+2
|