aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10246 Fix documentation about default group in sso authenticationJulien Lancelot2018-01-081-2/+2
|
* SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-241-1/+1
| | | | to fix compatibility with PostgreSQL 10.0
* LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-071-2/+4
|
* SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-071-2/+1
|
* SONAR-9981 Upgrade Elasticsearch to 5.6.3Daniel Schwarz2017-10-1732-30/+30
|
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-041-4/+0
|
* 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 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-131-1/+2
|
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-131-3/+3
|
* SONAR-9740 support system passcode in WSSimon Brandhof2017-09-131-0/+7
|
* 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
|