aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1Daniel Schwarz2017-08-09106-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 operationalSébastien Lesaint2017-08-092-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 CommandFactorySébastien Lesaint2017-08-091-4/+4
|
* SONAR-8798 rename JavaProcessLauncher to ProcessLauncherSébastien Lesaint2017-08-091-4/+4
|
* SONAR-8798 SearchServer starts external ES 5 processDaniel Schwarz2017-08-09107-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 Lancelot2017-08-011-2/+2
|\
| * SONAR-9648 Upgrade bundled plugins to latest released versionsJulien Lancelot2017-08-011-2/+2
| |
| * Prepare for next development iterationSimon Brandhof2017-07-241-1/+1
| |
| * Release 6.5-M4 for SonarCloud6.5-M4Simon Brandhof2017-07-241-1/+1
| |
| * Release 6.5-RC26.5-RC2Simon Brandhof2017-07-241-1/+1
| |
| * Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
| |
| * 6.5-M3 for SonarCloud6.5-M3Simon Brandhof2017-07-131-1/+1
| |
| * Release 6.5-RC16.5-RC1Simon Brandhof2017-07-131-1/+1
| |
* | SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-171-8/+0
| |
* | Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|/
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* Update build size because we are just above 144Mb nowGrégoire Aubert2017-07-041-2/+2
|
* Merge remote-tracking branch 'origin/branch-6.4'Simon Brandhof2017-05-181-1/+2
|\
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| |
| * SONAR-9265 Prevent error log at shutdownEric Hartmann2017-05-181-1/+2
| |
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
| |
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* SONAR-9190 Embed SonarXML 4.2.885Teryk Bellahsene2017-05-121-2/+8
|
* SONAR-6135 Upgrade MySQL driver to 5.1.42Eric Hartmann2017-05-041-1/+1
| | | | Add useSSL=false to default configuration
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-271-2/+2
|
* SONAR-9062 Use the network interface defined by sonar.search.host when ↵Simon Brandhof2017-04-111-2/+2
| | | | resolving sonar.search.port=0
* SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781)Eric Hartmann2017-03-151-0/+3
| | | SONAR-8817 Add SonarQube version safeguard in cluster mode
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-131-1/+1
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1323-3348/+57
|
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-2610-12/+759
| | | * SONAR-8818 Introduce Hazelcast
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-262-54/+55
| | | | in favor of DbClient#openSession()
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-243-22/+170
| | | | but changes of FileSystem related properties are not supported and will make restart fail
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-245-157/+592
| | | | and fix missing coverage on this part
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-242-7/+8
|
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-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-pluginSimon Brandhof2017-02-211-6/+0
|
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-7/+0
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-191-6/+6
| | | | and decrease usages of Hamcrest
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1013-26/+26
|
* SONAR-8646 Embed SonarFlexJulien Lancelot2017-02-101-2/+8
|
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-093-3/+3
|
* SONAR-8646 Embed SonarPHP and SonarPythonJulien Lancelot2017-02-061-2/+14
|
* SONAR-8703 Remove internal setting "sonar.web.dev.sources"Simon Brandhof2017-02-061-4/+0
|
* SONAR-8684 Remove env variable TMPDIRJulien Lancelot2017-01-262-14/+0
| | | | This variable was only used by rails
* SONAR-8684 Decrease expected jar app size due to removal of railsJulien Lancelot2017-01-241-2/+2
|
* Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scannerJulien HENRY2017-01-021-1/+2
|
* Revert "Update comment regarding SCANNERAPI-167 and rename lib/batch by ↵Julien HENRY2017-01-021-2/+1
| | | | | | lib/scanner" This reverts commit 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.
* Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scannerJulien HENRY2017-01-021-1/+2
|