aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-143-121/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-14112-7770/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1425-1487/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1447-2466/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-147-276/+1
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-142-7/+35
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-134-30/+91
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-132-2/+2
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-1310-218/+5
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-133-3/+15
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-3/+3
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-13237-10202/+281
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-1/+6
* SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-132-0/+28
* SONAR-8534 delete ACTIVITY rows which don't have profileKey fieldSimon Brandhof2016-12-131-4/+21
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-122-0/+44
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-1218-1/+706
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-121-0/+92
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-121-1/+1
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-121-0/+90
* 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-056-1/+110
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-1/+108
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-059-7/+91
* 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
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-142-1/+132
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-143-1/+75
* Update some copyright headers to 2016Simon Brandhof2016-11-141-1/+1
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-103-1/+73
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-1015-556/+1