aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-141-34/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-141-1/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-141-1/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-141-1/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-141-1/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-141-1/+1
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-131-1/+1
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-131-1/+1
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-121-1/+1
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-121-1/+1
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-051-1/+1
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-051-1/+1
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-051-1/+1
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-141-1/+1
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-101-1/+1
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-091-1/+1
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-091-1/+1
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-261-1/+1
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-131-1/+1
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-131-1/+1
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-131-1/+1
* Support organizations in user group web servicesSimon Brandhof2016-10-131-1/+1
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-131-1/+1
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-121-1/+1
* SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-281-1/+1
* SONAR-8099 create default organization when migrating to SQ 6.2Sébastien Lesaint2016-09-281-1/+1
* SONAR-8095 add table ORGANIZATIONSSébastien Lesaint2016-09-231-1/+1
* SONAR-8025 rewrite create table RULE_REPOSITORIES in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 rewrite create table QPROFILE_CHANGES in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 rewrite create table PROPERTIES2 in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 rewrite create table INTERNAL_PROPERTIES in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-8025 rewrite create table CE_TASK_INPUT in javaSébastien Lesaint2016-09-161-1/+1
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-1/+1
* SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-091-1/+1
* SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-1/+1
* SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-181-1/+1
* SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-101-1/+1
* SONAR-7903 Drop pending tasksSimon Brandhof2016-08-051-1/+1
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-281-1/+1
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-281-1/+1
* Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-191-1/+1
|\
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-181-1/+1
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-111-1/+1
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-1/+1
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-081-1/+1
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-061-1/+1
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-061-1/+1
* | SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-041-1/+1
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-291-1/+1