aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-172-120/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-102-4/+4
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-251-3/+1
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-161-61/+4
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-163-75/+12
* SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-167-660/+0
* SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-1620-1985/+0
* SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-161-53/+0
* SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-147-1322/+0
* SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-143-98/+1
* SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-1478-4386/+1
* SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1420-1054/+1
* SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1426-1602/+1
* SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-145-190/+1
* SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migrationSébastien Lesaint2016-12-143-4/+4
* SONAR-8445 move DatabaseMigration to sonar-db-migrationSébastien Lesaint2016-12-141-70/+0
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-141-1/+1
* Fix some Quality flawsSimon Brandhof2016-12-145-12/+47
* SONAR-5471 fix type of INTEGER columns on OracleSimon Brandhof2016-12-131-1/+2
* SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-138-377/+227
* SONAR-8533 Force unit CHAR on VARCHAR columns on OracleSimon Brandhof2016-12-1350-250/+279
* SONAR-5471 Auto-incremented ID must start with 1 on all DBSimon Brandhof2016-12-131-2/+2
* Fix Quality flawsSimon Brandhof2016-12-139-5/+20
* SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-1380-6289/+1040
* SONAR-5471 ability to have DEFAULT values on INT columnsSimon Brandhof2016-12-131-2/+9
* SONAR-8534 delete ACTIVITY rows which don't have profileKey fieldSimon Brandhof2016-12-131-5/+9
* SONAR-5471 refactor db migration 1315 in JavaSimon Brandhof2016-12-123-2/+60
* SONAR-5471 add RenameTableBuilderSimon Brandhof2016-12-122-2/+87
* SONAR-5471 move creation of 5.6+ indices to Java migrationsSimon Brandhof2016-12-1229-23/+1063
* SONAR-5471 support timestamp typeSimon Brandhof2016-12-121-0/+85
* SONAR-5471 support default value in boolean and varchar columnsSimon Brandhof2016-12-1213-15/+74
* SONAR-5471 add DropIndexBuilderSimon Brandhof2016-12-121-0/+75
* SONAR-5471 create webhook_deliveries indices in javaSimon Brandhof2016-12-121-3/+24
* SONAR-5471 add CreateIndexBuilderSimon Brandhof2016-12-121-0/+119
* SONAR-5471 share validations of index/table/constraint namesSimon Brandhof2016-12-124-20/+66
* Fix quality flawJulien Lancelot2016-12-071-1/+1
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-053-2/+49
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-4/+6
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-055-2/+133
* SONAR-8391 Fix Quality flawsSimon Brandhof2016-11-171-2/+2
* SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATHSimon Brandhof2016-11-171-2/+10
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-143-3/+62
* Fix Quality flaws about lambdaSimon Brandhof2016-11-111-11/+5
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-103-4/+71
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-093-4/+71
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-094-8/+155
* SONAR-8282 Deprecate overall/it coverage fields from file sourcesJulien Lancelot2016-10-261-9/+9
* SONAR-8283 Add logsJulien Lancelot2016-10-261-0/+5
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-263-3/+217
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-201-1/+1