Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1 | Daniel Schwarz | 2017-08-09 | 106 | -107/+3971 |
| | | | | Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes | ||||
* | SONAR-8798 use TransportClient to check node is operational | Sébastien Lesaint | 2017-08-09 | 2 | -18/+25 |
| | | | | package org.elasticsearch.client:transport and most of its dependencies into sonar-application.jar; do not open Elasticsearch's http port by default | ||||
* | SONAR-8798 rename JavaCommandFactory to CommandFactory | Sébastien Lesaint | 2017-08-09 | 1 | -4/+4 |
| | |||||
* | SONAR-8798 rename JavaProcessLauncher to ProcessLauncher | Sébastien Lesaint | 2017-08-09 | 1 | -4/+4 |
| | |||||
* | SONAR-8798 SearchServer starts external ES 5 process | Daniel Schwarz | 2017-08-09 | 107 | -2/+2254 |
| | | | | | | This includes to package Elasticsearch 5.0.2 in the SonarQube application This change is required, because Elasticsearch versions later 5 do not provide support for running Elasticsearch “embedded” anymore. | ||||
* | Merge remote-tracking branch 'origin/branch-6.5' | Julien Lancelot | 2017-08-01 | 1 | -2/+2 |
|\ | |||||
| * | SONAR-9648 Upgrade bundled plugins to latest released versions | Julien Lancelot | 2017-08-01 | 1 | -2/+2 |
| | | |||||
| * | Prepare for next development iteration | Simon Brandhof | 2017-07-24 | 1 | -1/+1 |
| | | |||||
| * | Release 6.5-M4 for SonarCloud6.5-M4 | Simon Brandhof | 2017-07-24 | 1 | -1/+1 |
| | | |||||
| * | Release 6.5-RC26.5-RC2 | Simon Brandhof | 2017-07-24 | 1 | -1/+1 |
| | | |||||
| * | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
| | | |||||
| * | 6.5-M3 for SonarCloud6.5-M3 | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
| | | |||||
| * | Release 6.5-RC16.5-RC1 | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
| | | |||||
* | | SONAR-9507 make sonar.ce.workerCount an internal property | Sébastien Lesaint | 2017-07-17 | 1 | -8/+0 |
| | | |||||
* | | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
|/ | |||||
* | Prepare for next development iteration | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Release 6.5-M26.5-M2 | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Update build size because we are just above 144Mb now | Grégoire Aubert | 2017-07-04 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-6.4' | Simon Brandhof | 2017-05-18 | 1 | -1/+2 |
|\ | |||||
| * | Reuse version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-18 | 1 | -1/+1 |
| | | |||||
| * | SONAR-9265 Prevent error log at shutdown | Eric Hartmann | 2017-05-18 | 1 | -1/+2 |
| | | |||||
| * | 6.4-RC16.4-RC1 | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | | |||||
* | | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
|/ | |||||
* | SONAR-9190 Embed SonarXML 4.2.885 | Teryk Bellahsene | 2017-05-12 | 1 | -2/+8 |
| | |||||
* | SONAR-6135 Upgrade MySQL driver to 5.1.42 | Eric Hartmann | 2017-05-04 | 1 | -1/+1 |
| | | | | Add useSSL=false to default configuration | ||||
* | SONAR-8986 add CeDistributedInformation | Sébastien Lesaint | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | SONAR-9062 Use the network interface defined by sonar.search.host when ↵ | Simon Brandhof | 2017-04-11 | 1 | -2/+2 |
| | | | | resolving sonar.search.port=0 | ||||
* | SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781) | Eric Hartmann | 2017-03-15 | 1 | -0/+3 |
| | | | SONAR-8817 Add SonarQube version safeguard in cluster mode | ||||
* | SONAR-8816 drop web startup barrier from Compute Engine | Simon Brandhof | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 23 | -3348/+57 |
| | |||||
* | SONAR-8818 Add Hazelcast and its configuration (#1699) | Eric Hartmann | 2017-02-26 | 10 | -12/+759 |
| | | | * SONAR-8818 Introduce Hazelcast | ||||
* | Drop usages of MyBatis#openSession() | Simon Brandhof | 2017-02-26 | 2 | -54/+55 |
| | | | | in favor of DbClient#openSession() | ||||
* | SONAR-7937 restart reloads sonar.properties | Sébastien Lesaint | 2017-02-24 | 3 | -22/+170 |
| | | | | but changes of FileSystem related properties are not supported and will make restart fail | ||||
* | SONAR-7937 extract JavaCommandFactory from App | Sébastien Lesaint | 2017-02-24 | 5 | -157/+592 |
| | | | | and fix missing coverage on this part | ||||
* | SONAR-7937 Monitor reloads JavaCommand to execute on restart | Sébastien Lesaint | 2017-02-24 | 2 | -7/+8 |
| | |||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 1 | -2/+8 |
| | | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two | ||||
* | Remove unused maven-release-plugin | Simon Brandhof | 2017-02-21 | 1 | -6/+0 |
| | |||||
* | Drop unused Surefire config for skipping tests | Simon Brandhof | 2017-02-19 | 1 | -7/+0 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 1 | -6/+6 |
| | | | | and decrease usages of Hamcrest | ||||
* | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 13 | -26/+26 |
| | |||||
* | SONAR-8646 Embed SonarFlex | Julien Lancelot | 2017-02-10 | 1 | -2/+8 |
| | |||||
* | SONAR-8721 Redirect links should be using https | Stas Vilchik | 2017-02-09 | 3 | -3/+3 |
| | |||||
* | SONAR-8646 Embed SonarPHP and SonarPython | Julien Lancelot | 2017-02-06 | 1 | -2/+14 |
| | |||||
* | SONAR-8703 Remove internal setting "sonar.web.dev.sources" | Simon Brandhof | 2017-02-06 | 1 | -4/+0 |
| | |||||
* | SONAR-8684 Remove env variable TMPDIR | Julien Lancelot | 2017-01-26 | 2 | -14/+0 |
| | | | | This variable was only used by rails | ||||
* | SONAR-8684 Decrease expected jar app size due to removal of rails | Julien Lancelot | 2017-01-24 | 1 | -2/+2 |
| | |||||
* | Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner | Julien HENRY | 2017-01-02 | 1 | -1/+2 |
| | |||||
* | Revert "Update comment regarding SCANNERAPI-167 and rename lib/batch by ↵ | Julien HENRY | 2017-01-02 | 1 | -2/+1 |
| | | | | | | lib/scanner" This reverts commit 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6. | ||||
* | Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner | Julien HENRY | 2017-01-02 | 1 | -1/+2 |
| |