summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-131-1/+2
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-138-377/+227
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-1350-250/+279
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-2/+2
* Fix Quality flawsSimon Brandhof2016-12-139-5/+20
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-1384-6316/+1040
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-2/+9
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-133-0/+17
* SONAR-8534 delete ACTIVITY rows which don't have profileKey fieldSimon Brandhof2016-12-131-5/+9
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-121-4/+3
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-123-2/+60
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-122-2/+87
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-1229-23/+1063
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-121-0/+85
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-1213-15/+74
* SONAR-5471 add DropIndexBuilderSimon Brandhof2016-12-121-0/+75
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-121-3/+24
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-121-0/+119
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-124-20/+66
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-094-5/+20
* SONAR-8464 Allow events name and category to be nullJulien Lancelot2016-12-082-5/+20
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-085-5/+32
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-078-7/+101
* 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
* | SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-055-3/+52
* | SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-054-4/+7
* | SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-059-5/+158
|/
* 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
* 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