aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-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-09105-107/+3964
| | | | Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes
* 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-09105-0/+2250
| | | | | | 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.
* SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-171-8/+0
|
* SONAR-9265 Prevent error log at shutdownEric Hartmann2017-05-181-1/+2
|
* SONAR-6135 Upgrade MySQL driver to 5.1.42Eric Hartmann2017-05-041-1/+1
| | | | Add useSSL=false to default configuration
* 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-1322-3344/+57
|
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-269-10/+753
| | | * 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
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1013-26/+26
|
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-093-3/+3
|
* 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-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-161-0/+0
| | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources.
* Automatic merge from branch-6.2ssjenka2016-12-012-5/+7
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging
| * SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-011-1/+2
| |
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
| |
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-3/+3
| |
* | Automatic merge from branch-6.2ssjenka2016-12-011-2/+2
|\| | | | | | | | | * origin/branch-6.2: SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler
| * SONAR-8415 Low max memory of main process can lead to OOM in log GobblerSimon Brandhof2016-12-011-2/+2
| | | | | | Simply increase memory of app process from 3MB to 8MB
* | SONAR-7959 Remove ppc64 arch from wrapperSimon Brandhof2016-11-3011-0/+27
|/
* SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-281-26/+28
|
* SONAR-8340 add documentation of rolling policy applied to 4 log filesSébastien Lesaint2016-11-181-0/+3
|
* SONAR-8335 support global log level in ES JVM as we do for other JVMSébastien Lesaint2016-11-181-3/+3
|
* SONAR-8298 clarify that session timeout is about inactivitySimon Brandhof2016-11-171-1/+3
|
* SONAR-8332 change default access log pattern to include SQ's HTTP request IDSébastien Lesaint2016-11-171-3/+3
|
* SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.propertiesSébastien Lesaint2016-11-171-17/+0
|