aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-123-4/+47
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-1221-3/+766
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-123-2/+179
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-1230-24/+1064
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-122-0/+175
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-1222-27/+193
* SONAR-5471 add DropIndexBuilderSimon Brandhof2016-12-123-1/+190
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-122-3/+26
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-123-2/+315
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-126-26/+94
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-095-5/+32
* SONAR-8464 Allow events name and category to be nullJulien Lancelot2016-12-083-5/+22
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-088-8/+58
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-0714-7/+303
* Fix quality flawJulien Lancelot2016-12-071-1/+1
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-063-28/+5
|\
| * SONAR-8442 do not do a select to keep ce_activity.is_key up to dateSébastien Lesaint2016-12-063-28/+5
| * 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
|\|
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-013-3/+3
* | Automatic merge from branch-6.2ssjenka2016-11-282-0/+35
|\|
| * SONAR-8089 Add missing condition on snapshots.islast=trueJulien Lancelot2016-11-282-0/+35
* | Automatic merge from branch-6.2ssjenka2016-11-282-1/+18
|\|
| * 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
* 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