Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵ | Dimitris Kavvathas | 2023-09-07 | 1 | -1/+1 |
| | | | | from breaking changes. | ||||
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 1 | -0/+1 |
| | |||||
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 1 | -10/+0 |
| | |||||
* | SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategy | Lukasz Jarocki | 2023-03-13 | 1 | -0/+11 |
| | |||||
* | [NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0 | Duarte Meneses | 2022-12-20 | 1 | -1/+1 |
| | |||||
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -27/+27 |
| | |||||
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | SONAR-15469 Stop using deprecated Gradle API in SonarQube | Kengo TODA | 2021-10-08 | 1 | -3/+3 |
| | |||||
* | SONAR-13155 use the official Maven coordinates of Oracle driver | Simon Brandhof | 2020-03-21 | 1 | -1/+1 |
| | | | | | 'com.oracle.jdbc:ojdbc8' was the coordinates of the artifact manually deployed to SonarSource repository. | ||||
* | SONAR-13155 Drop usage of commons-dbutils | Simon Brandhof | 2020-03-21 | 1 | -1/+1 |
| | | | | except for unit tests | ||||
* | SONAR-13093 Optimize cache of issues in Compute Engine | Sébastien Lesaint | 2020-03-11 | 1 | -0/+5 |
| | |||||
* | use testFixtures instead of test configuration of db-dao | Sébastien Lesaint | 2019-09-02 | 1 | -2/+6 |
| | |||||
* | use testFixtures instead of test configuration of db-core | Sébastien Lesaint | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 1 | -1/+0 |
| | |||||
* | CreateDb initialize DB without starting full SQ | Sébastien Lesaint | 2019-08-09 | 1 | -0/+10 |
| | | | | + db-core & db-migration UTS are executed only on H2 | ||||
* | SONAR-8520 init H2 with Java code as with all other DBs | Sébastien Lesaint | 2019-08-09 | 1 | -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-dao | Sébastien Lesaint | 2019-08-09 | 1 | -0/+1 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -1/+9 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -0/+1 |
| | | | | sonar-plugin-api-impl | ||||
* | SONAR-12246 Remove dependencies on MySQL driver | Simon Brandhof | 2019-07-10 | 1 | -1/+0 |
| | |||||
* | Do not deploy the artifacts used only internally | Simon Brandhof | 2018-06-19 | 1 | -16/+0 |
| | |||||
* | Fix publication | David Rautureau | 2018-04-04 | 1 | -4/+0 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -3/+5 |
| | |||||
* | Single Gradle build for SQ and core plugins | Simon Brandhof | 2018-03-22 | 1 | -3/+15 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 1 | -0/+51 |