Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12460 Support GitLab Authentication | Julien Lancelot | 2019-09-23 | 1 | -0/+2 |
| | |||||
* | enable testFixtures plugin only on projects with testFixtures source | Sébastien Lesaint | 2019-09-23 | 1 | -1/+5 |
| | |||||
* | SONAR-12358 upgrade hazelcast | Pierre Guillot | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | use testFixtures instead of test configuration of webserver-ws | Sébastien Lesaint | 2019-09-02 | 1 | -0/+1 |
| | |||||
* | "yarn install" should be executed with option "--frozen-lockfile" | Sébastien Lesaint | 2019-08-30 | 1 | -0/+6 |
| | |||||
* | ORCH-437 upgrade orchestrator | Pierre Guillot | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | update javax-servlet-api to 3.1.0 | Sébastien Lesaint | 2019-08-14 | 1 | -1/+1 |
| | | | | this is a forgotten version upgrade. recent version of Tomcat support 3.1.0 | ||||
* | SONAR-12384 update gradle build | Michal Duda | 2019-08-12 | 1 | -2/+35 |
| | |||||
* | remove DBUnit | Sébastien Lesaint | 2019-08-09 | 1 | -5/+0 |
| | |||||
* | SONAR-12363 upgrade jackson version | Pierre Guillot | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | SONAR-12362 upgrade tomcat version for security patches | Pierre Guillot | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-12358 fix SSF 85" | Pierre Guillot | 2019-07-31 | 1 | -1/+1 |
| | | | | This reverts commit 659dc21781b018f5197fa432217e5959044eef7e. | ||||
* | SONAR-12358 fix SSF 85 | Pierre Guillot | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Usage of Gradle option "--parallel" should be safe | Evgeny Mandrikov | 2019-07-26 | 1 | -2/+7 |
| | | | | | | | | | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache. "task1.mustRunAfter(task2)" ordering has an effect only when both tasks are scheduled for execution, however currently task ":private:docs:yarn" is not executed during execution of "gradle build". Therefore "mustRunAfter" should be established between all pairs of "yarn install" tasks to define their total order and to prevent their concurrent execution even in case when one or more of these tasks not scheduled. | ||||
* | SC-795 drop SonarCloud-related modules | Simon Brandhof | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | SONAR-12331 Failure at scanner startup when using an early access JRE ↵ | Duarte Meneses | 2019-07-24 | 1 | -1/+1 |
| | | | | (because of Gson) | ||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -3/+6 |
| | |||||
* | Update orchestrator version to latest released 3.26.0.2111 (#1908) | Jacek | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | SONAR-12251 use MsSQL JDBC driver build for Java 11 | Sébastien Lesaint | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | SONAR-12246 Remove unused mysql files | Simon Brandhof | 2019-07-10 | 1 | -1/+0 |
| | |||||
* | Use Orchestrator RELEASE | Simon Brandhof | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | Output of "javadoc" build tasks should not depend on build number | Evgeny Mandrikov | 2019-06-28 | 1 | -0/+2 |
| | |||||
* | Usage of Gradle option "--parallel" should be safe | Evgeny Mandrikov | 2019-06-28 | 1 | -0/+9 |
| | | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache. | ||||
* | SONAR-12228 Upgrade OkHttp to 3.14.2 | Julien HENRY | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-12182 drop "sonar.branch" from SQ | Michal Duda | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | SONAR-11871 upgrade elasticsearch to 6.8.0 | Sébastien Lesaint | 2019-06-07 | 1 | -3/+2 |
| | |||||
* | Build task ":server:sonar-web:yarn_run" should produce same result outside of CI | Evgeny Mandrikov | 2019-06-07 | 1 | -1/+0 |
| | | | | While this adds quite some overhead, benefit is that remote Gradle cache entry can be used locally. | ||||
* | Do not disable recording of code coverage in builds outside of CI | Evgeny Mandrikov | 2019-06-04 | 1 | -4/+1 |
| | | | | | While this adds little overhead, benefit is that remote Gradle cache entry can be used locally. | ||||
* | SONAR-12037 Run cluster ITs on Cirrus | Duarte Meneses | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | SONAR-11941 Support Oracle 19c | Duarte Meneses | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | Set target and source compatibility for Java 8 for IDEs to load correct ↵ | Duarte Meneses | 2019-05-29 | 1 | -0/+3 |
| | | | | language level | ||||
* | Gradle cache key for "test" tasks should not depend on build number | Evgeny Mandrikov | 2019-05-28 | 1 | -0/+9 |
| | | | | | | Since Gradle 5.0 JaCoCo plugin works with the build cache and parallel test execution, so this change allows to enable build cache for "test" tasks in Cirrus CI. | ||||
* | SONAR-12109 Fix initial vendor bundle size, and re-activate bundle size ↵ | Grégoire Aubert | 2019-05-24 | 1 | -0/+1 |
| | | | | checking on CI | ||||
* | Use "--release" javac option also for tests | Duarte Meneses | 2019-05-17 | 1 | -4/+1 |
| | |||||
* | SONAR-12108 Use SQLServer driver compiled for JRE 8 | Duarte Meneses | 2019-05-16 | 1 | -1/+1 |
| | |||||
* | Build with Java 11 | Duarte Meneses | 2019-05-16 | 1 | -1/+9 |
| | |||||
* | SONARCLOUD-644 fix conflict on javax.email | Simon Brandhof | 2019-05-14 | 1 | -1/+7 |
| | |||||
* | Use JaCoCo xml report for coverage (see MMF-1651) (#1526) | Tibor Blenessy | 2019-05-13 | 1 | -0/+10 |
| | |||||
* | Upgrade sonar scanner plugin to v2.7.1 | Duarte Meneses | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Since Gradle 5.0 JaCoCo plugin works with the build cache and parallel test ↵ | Evgeny Mandrikov | 2019-05-10 | 1 | -4/+0 |
| | | | | execution | ||||
* | Upgrade protobuf-gradle-plugin to 0.8.8 | Evgeny Mandrikov | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | SONAR-12016 Upgrade SQL Server JDBC Driver v7.2.2 | Duarte Meneses | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | SONAR-11941 Support Oracle 18c | Duarte Meneses | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Upgrade jjwt to v0.10.5 for compatibility with Java 11 | Duarte Meneses | 2019-04-30 | 1 | -1/+3 |
| | |||||
* | Upgrade shadow plugin to v5.0.0 | Duarte Meneses | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 1 | -2/+2 |
| | | | | with Java 11 | ||||
* | Update mybatis to v3.5.1 and mockito to v2.22 | Duarte Meneses | 2019-04-30 | 1 | -2/+2 |
| | |||||
* | Add missing dependency 'javax.annotation-api' with Java 11 | Duarte Meneses | 2019-04-30 | 1 | -0/+1 |
| | |||||
* | SONAR-12000 upgrade commons-codec to 1.12 | Simon Brandhof | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | SONAR-10725 stabilize version of jsoup dependency | Sébastien Lesaint | 2019-04-26 | 1 | -1/+2 |
| |