aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-1/+1
|
* SONAR-8089 Add missing condition on snapshots.islast=trueJulien Lancelot2016-11-281-0/+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-8389 Property set settings order should be keptTeryk Bellahsene2016-11-161-0/+1
|
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-163-0/+33
|
* Project admin permission is not considered as a System AdminTeryk Bellahsene2016-11-151-0/+1
|
* Add some missing jdbcType to PurgeMapper.xmlSimon Brandhof2016-11-141-28/+28
|
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-143-4/+43
|
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-144-0/+14
|
* SONAR-8353 persist deliveries in Compute EngineSimon Brandhof2016-11-141-1/+1
| | | | Deliveries older than 1 month are purged.
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-149-2/+378
|
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-145-3/+81
|
* Update some copyright headers to 2016Simon Brandhof2016-11-145-41/+3
|
* Fix Quality flaws about lambdaSimon Brandhof2016-11-111-11/+5
|
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-105-26/+72
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1014-690/+0
|
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-095-26/+72
|
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-0914-427/+0
|
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-097-55/+180
| | | | "widget_properties"
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0923-1248/+2
|
* SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
|
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-089-18/+222
|
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-085-119/+63
|
* SONAR-8359 Increase size of LOB columns on embedded databaseSimon Brandhof2016-11-071-6/+6
| | | Use maximum supported size on H2 (2GB)
* 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-042-36/+35
|
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-033-1/+41
|
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-033-2/+40
|
* SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
|
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-034-59/+52
|
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-033-70/+164
| | | | | | 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-8325 Authorization#keepAuthorizedProjectIds now returns a setJulien Lancelot2016-11-033-7/+18
|
* SONAR-8089 Remove useless join on snapshots in ↵Julien Lancelot2016-10-281-10/+4
| | | | ComponentMapper#selectDescendants and selectChildren
* SONAR-8089 SONAR-8325 Add missing join on projects in ↵Julien Lancelot2016-10-281-2/+3
| | | | MeasureMapper#selectByQuery
* SONAR-8282 Deprecate overall/it coverage fields from file sourcesJulien Lancelot2016-10-262-23/+25
|
* SONAR-8283 Add logsJulien Lancelot2016-10-261-0/+5
|
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-264-3/+218
|
* 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
| | | | Replace streaming of projects by first loading all projects once, then load measures project by project
* Fix minor Quality flawsSimon Brandhof2016-10-242-9/+18
|
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-213-10/+15
| | | | on user
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-213-24/+12
|
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-179/+0
|
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+13
|
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-205-27/+101
|
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+13
|
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-203-0/+14
|