aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
| * Prepare for next development iterationTom2016-12-021-1/+1
| |
| * Release 6.2-RC26.2-RC2Tom2016-12-021-1/+1
| |
* | 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-0511-4/+162
| |
* | SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-057-5/+115
| |
* | SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-0518-12/+249
| |
* | Automatic merge from branch-6.2ssjenka2016-12-013-3/+3
|\| | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-013-3/+3
| |
* | Automatic merge from branch-6.2ssjenka2016-11-282-0/+35
|\| | | | | | | | | * origin/branch-6.2: SONAR-8089 Add missing condition on snapshots.islast=true
| * SONAR-8089 Add missing condition on snapshots.islast=trueJulien Lancelot2016-11-282-0/+35
| |
* | Automatic merge from branch-6.2ssjenka2016-11-282-1/+18
|\| | | | | | | | | * origin/branch-6.2: Speed-up drop of DB table on Oracle
| * Speed-up drop of DB table on OracleSimon Brandhof2016-11-282-1/+18
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| |
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
| |
* | Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|/
* SONAR-8391 Fix Quality flawsSimon Brandhof2016-11-171-2/+2
|
* SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATHSimon Brandhof2016-11-172-7/+23
|
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-164-9/+22
|
* SONAR-8389 Property set settings order should be keptTeryk Bellahsene2016-11-161-0/+1
|
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-164-0/+102
|
* Project admin permission is not considered as a System AdminTeryk Bellahsene2016-11-152-0/+3
|
* SONAR-8292 Quality Profile change includes the author of the modificationTeryk Bellahsene2016-11-151-0/+18
|
* Add some missing jdbcType to PurgeMapper.xmlSimon Brandhof2016-11-141-28/+28
|
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-144-5/+91
|
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-147-13/+92
|
* SONAR-8353 persist deliveries in Compute EngineSimon Brandhof2016-11-142-10/+26
| | | | Deliveries older than 1 month are purged.
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-1411-3/+510
|
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-148-4/+156
|
* Update some copyright headers to 2016Simon Brandhof2016-11-146-42/+4
|
* Fix Quality flaws about lambdaSimon Brandhof2016-11-111-11/+5
|
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-108-27/+145
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1029-1246/+1
|
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-098-27/+145
|
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-0920-675/+1
|
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-0912-56/+390
| | | | "widget_properties"
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-0940-1874/+3
|
* Fix quality flawsJulien Lancelot2016-11-081-0/+12
|
* SONAR-8089 Cleanup ComponentTreeQueryJulien Lancelot2016-11-081-92/+0
|
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-0813-42/+462
|
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-086-300/+135
|
* 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-043-1/+146
|
* 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-034-1/+69
|
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-035-2/+80
|
* SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
|
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-035-173/+52
|
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-035-88/+372
| | | | | | 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
|