Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use testFixtures instead of test configuration of db-dao | Sébastien Lesaint | 2019-09-02 | 1 | -121/+0 |
| | |||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 1 | -1/+4 |
| | | | | + db-core & db-migration UTS are executed only on H2 | ||||
* | SONAR-8520 remove H2 specific way of creating database in Unit tests | Sébastien Lesaint | 2019-08-09 | 1 | -2/+2 |
| | |||||
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 1 | -10/+13 |
| | | | | | | | schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao) files rows-h2.sql and schema_migrations-h2.ddl are dropped command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds) | ||||
* | SONAR-8520 move H2 scripts to sonar-db-dao | Sébastien Lesaint | 2019-08-09 | 1 | -0/+115 |