aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-14/+0
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-9/+27
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17121-779/+407
* Fix integer type of user and group idsSimon Brandhof2017-02-164-25/+28
* Automatic merge from branch-6.3ssjenka2017-02-165-2/+250
|\
| * SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-155-2/+250
* | Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|/
* Fix license headersSimon Brandhof2017-02-102-4/+4
* SONAR-8761 db migration to unset root flag of existing usersSimon Brandhof2017-02-105-3/+154
* SONAR-8752 add column ORGANIZATIONS.USER_IDSébastien Lesaint2017-02-105-1/+118
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10412-856/+824
* SONAR-8208 SONAR-8610 SONAR-8758 Delete useless settings from dbJulien Lancelot2017-02-105-1/+243
* SONAR-8755 make default organization guardedSébastien Lesaint2017-02-105-2/+196
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-102-31/+88
* SONAR-8754 add column ORGANIZATIONS.GUARDEDSébastien Lesaint2017-02-1011-2/+397
* 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