aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/version
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-161-68/+0
|
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-161-6/+14
| | | | and remove direct usages of MyBatis mapper
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1619-2523/+0
|
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-144-744/+0
| | | | and start some cleaning of migration related code in Ruby
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-142-104/+1
|
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1466-5800/+1
|
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1414-1361/+1
|
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1424-2075/+1
|
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-144-241/+1
| | | | | add Java toolkit to run DB migrations port last 3 DB migrations (ie. from current SQ 6.3) to this Java toolkit and make it run after Ruby migration
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-132-2/+2
| | | | | | Correct type is NUMBER(38,0) but not INTEGER Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-137-216/+5
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-133-3/+15
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-3/+3
| | | | | | | - H2 was 1 in schema-h2.ddl but 0 in CreateTableBuilder - MSSQL was 1 in ruby but 0 in CreateTableBuilder Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-1365-4870/+232
|
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-1/+6
|
* SONAR-8534 delete ACTIVITY rows which don't have profileKey fieldSimon Brandhof2016-12-131-4/+21
| | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-1217-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-121-0/+98
|
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-121-0/+2
|
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-121-0/+163
|
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-122-6/+28
|
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-052-1/+88
|
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-052-1/+96
|
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-052-1/+59
|
* SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATHSimon Brandhof2016-11-171-5/+13
|
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-142-1/+75
|
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-102-1/+53
|
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-092-1/+53
|
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵Julien Lancelot2016-11-093-1/+154
| | | | "widget_properties"
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-262-1/+365
|
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-132-1/+86
|
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-132-1/+77
|
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-132-1/+58
| | | | Column is currently empty.
* Support organizations in user group web servicesSimon Brandhof2016-10-131-1/+1
|
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-134-1/+220
|
* SONAR-8134 add column user_roles.organization_uuidSimon Brandhof2016-10-133-0/+218
|
* SONAR-8134 make column groups.organization_uuid not nullSimon Brandhof2016-10-133-1/+175
|
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-131-0/+56
|
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-124-1/+305
|
* Automatic merge from branch-6.1ssjenka2016-10-031-0/+9
|\ | | | | | | | | * origin/branch-6.1: SONAR-8148 do not log data and decrease log level to debug
| * SONAR-8148 do not log data and decrease log level to debugSimon Brandhof2016-09-301-0/+9
| |
* | Merge branch 'branch-6.1' into 'master'Sébastien Lesaint2016-09-291-4/+7
|\|
| * Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-291-4/+7
| |\
| | * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-281-4/+7
| | |
* | | SONAR-8099 add missing UT on CreateDefaultOrganizationSébastien Lesaint2016-09-291-0/+144
| | |
* | | SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-282-1/+74
| | |