aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵Dimitris Kavvathas2023-09-071-1/+1
| | | | from breaking changes.
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-0/+1
|
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-10/+0
|
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+11
|
* [NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0Duarte Meneses2022-12-201-1/+1
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-27/+27
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-15469 Stop using deprecated Gradle API in SonarQubeKengo TODA2021-10-081-3/+3
|
* SONAR-13155 use the official Maven coordinates of Oracle driverSimon Brandhof2020-03-211-1/+1
| | | | | 'com.oracle.jdbc:ojdbc8' was the coordinates of the artifact manually deployed to SonarSource repository.
* SONAR-13155 Drop usage of commons-dbutilsSimon Brandhof2020-03-211-1/+1
| | | | except for unit tests
* SONAR-13093 Optimize cache of issues in Compute EngineSébastien Lesaint2020-03-111-0/+5
|
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-2/+6
|
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-021-1/+1
|
* remove DBUnitSébastien Lesaint2019-08-091-1/+0
|
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-091-0/+10
| | | | + db-core & db-migration UTS are executed only on H2
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-091-0/+7
| | | | | | | 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-daoSébastien Lesaint2019-08-091-0/+1
|
* Clean depsDuarte Meneses2019-07-171-1/+9
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-0/+1
| | | | sonar-plugin-api-impl
* SONAR-12246 Remove dependencies on MySQL driverSimon Brandhof2019-07-101-1/+0
|
* Do not deploy the artifacts used only internallySimon Brandhof2018-06-191-16/+0
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-3/+5
|
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-3/+15
|
* Move To GradleDavid Rautureau2018-03-091-0/+51