aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8586 fix wrong query plan by injecting fake data on H2Sébastien Lesaint2017-02-024-3/+88
* SONAR-8690 populate DEFAULT_PERM_TEMPLATE_* columns from PROPERTIESSébastien Lesaint2017-01-278-4/+403
* SONAR-8690 add columns ORGANIZATIONS.default_perm_template_*Sébastien Lesaint2017-01-275-2/+122
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-255-2/+119
* SONAR-8474 add index on PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-165-2/+144
* SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUIDSébastien Lesaint2017-01-1616-5/+729
* SONAR-8585 configure NLS_SORT param on Oracle client sessionsSimon Brandhof2017-01-052-24/+11
* SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-167-95/+91
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-164-3/+156
* add constant for minimum number of components in ComponentContainerSébastien Lesaint2016-12-162-5/+3
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-162-2/+2
* SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1648-92/+743
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-16125-242/+4811
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1621-0/+1838
* SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-161-1/+1
* SONAR-8445 do auto upgrade on fresh install without RubySébastien Lesaint2016-12-142-0/+228
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-1411-1/+1429
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-148-1/+292
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-14194-1/+12247
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1449-1/+2724
* SONAR-8445 support multiple migrations referencing same MigrationStepSébastien Lesaint2016-12-145-6/+121
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1475-2/+4113
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-1455-0/+2977
* SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migrationSébastien Lesaint2016-12-1410-0/+730
* SONAR-8445 move DatabaseMigration to sonar-db-migrationSébastien Lesaint2016-12-147-0/+321
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-146-0/+264
* SONAR-8445 create maven module sonar-db-migrationSébastien Lesaint2016-12-142-0/+60