aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9829 Upgrade Elasticsearch to 5.6.2Daniel Schwarz2017-10-0236-30/+30
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.1Daniel Schwarz2017-10-0267-33/+61
|
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-261-2/+2
| | | | | | | Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response)
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-1/+1
|
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-261-2/+2
|
* SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warningSébastien Lesaint2017-09-191-1/+2
|
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-132-2/+8
|
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-134-40/+43
|
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-132-5/+5
|
* SONAR-9740 support system passcode in WSSimon Brandhof2017-09-131-0/+7
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-051-1/+1
|
* SONAR-9715 use realistic JSW timoutsSimon Brandhof2017-09-051-2/+2
|
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-051-0/+2
|
* SONAR-9712 Upgrade Hazelcast to 3.8.4Eric Hartmann2017-09-051-2/+2
|
* SONAR-9590 rename sonar-process-monitor to sonar-mainSébastien Lesaint2017-09-051-1/+1
|
* add warning to sonar.properties about ES Virtual Memory on LinuxSébastien Lesaint2017-09-051-0/+11
|
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-052-18/+2
|
* SONAR-9590 move Es/JavaCommand to module sonar-process-monitorSébastien Lesaint2017-09-051-3/+3
|
* SONAR-8798 delete maven module sonar-searchSébastien Lesaint2017-09-052-19/+2
|
* SONAR-8632 support SQLServer 2016Simon Brandhof2017-09-041-1/+1
|
* SONAR-9721 Opt-out of telemetry with a propertyTeryk Bellahsene2017-08-301-0/+6
|
* drop ss.com 404 URLG. Ann Campbell2017-08-291-1/+0
|
* SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0Simon Brandhof2017-08-281-4/+4
|
* SONAR-9745 Drop support of Microsoft SQLServer 2012Simon Brandhof2017-08-241-1/+2
|
* fix the documentation of the Elasticsearch http port settingDaniel Schwarz2017-08-231-2/+1
| | | | in sonar.properties. "Kopf" is not compatible with Elasticsearch 5 and therefore should not be mentioned.
* SONAR-8798 Update memory for Elasticsearch to 512m by defaultEric Hartmann2017-08-172-5/+5
|
* SONAR-8798 Fix sonar.properties default valuesEric Hartmann2017-08-112-4/+4
|
* SONAR-8798 pass sonar.search.javaOpts in a file to ESDaniel Schwarz2017-08-091-10/+20
|
* 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
| |