aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-053-14/+40
* SONAR-9714 Pass Elasticsearch settings in a yaml fileDaniel Schwarz2017-09-054-5/+75
* SONAR-9731 Update clustering property namesEric Hartmann2017-09-051-4/+4
* SONAR-9713 Allow to upgrade a cluster without stopping search nodesEric Hartmann2017-09-051-0/+6
* SONAR-9712 reduce types of cluster nodes to only: application OR searchEric Hartmann2017-09-052-6/+54
* Add ITs on clusterEric Hartmann2017-09-051-1/+2
* SONAR-9590 fix jvm.options file in temp directory not read by ESSébastien Lesaint2017-09-051-0/+1
* SONAR-9590 add EsFileSystem classSébastien Lesaint2017-09-056-89/+349
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-0516-113/+761
* SONAR-9590 move Es/JavaCommand to module sonar-process-monitorSébastien Lesaint2017-09-0513-0/+1224
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-0513-9/+39
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-057-99/+1033
* SONAR-9283 fix dropped support of empty properties in PropsSébastien Lesaint2017-08-222-11/+5
* SONAR-9283 harden Props against non trimmed stringsSébastien Lesaint2017-08-222-38/+88
* SONAR-8798 Update memory for Elasticsearch to 512m by defaultEric Hartmann2017-08-171-2/+2
* SONAR-8798 pass sonar.search.javaOpts in a file to ESDaniel Schwarz2017-08-091-3/+19
* SONAR-8798 make ES read config files provided by SQSébastien Lesaint2017-08-091-1/+1
* 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
* SONAR-9292 Fix missing JUL logs at startupEric Hartmann2017-05-313-0/+97
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-123-7/+6
* SONAR-9134 Define the minimum number of ES master nodesEric Hartmann2017-05-041-0/+2
* SONAR-9133 Define the number of ES replicasEric Hartmann2017-05-041-0/+1
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-271-0/+6
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-273-0/+83
* SONAR-9062 Use the network interface defined by sonar.search.host when resolv...Simon Brandhof2017-04-114-105/+110
* SONAR-7485 enable back Tomcat logs if trace if globally enabledSébastien Lesaint2017-04-043-6/+72
* Fix Quality flawsSimon Brandhof2017-03-281-11/+10
* SONAR-8935 Add a log when joining a clusterEric Hartmann2017-03-212-0/+53
* Improve reliability and speed of StopWatcherTestSimon Brandhof2017-03-194-14/+26
* SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name (#1...Eric Hartmann2017-03-171-3/+1
* SONAR-8818 Rename members & interface propertiesEric Hartmann2017-03-131-4/+4
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1310-224/+84
* Drop class LoopbackAddressSimon Brandhof2017-03-092-128/+0
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-248-30/+69
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-246-26/+37
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-7/+0
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-11/+21
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1062-124/+124
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-150/+1
* SONAR-8335 add missing package-info to package loggingSébastien Lesaint2016-12-011-0/+23
* SONAR-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-011-1/+2
* Automatic merge from branch-6.2ssjenka2016-12-017-303/+818
|\
| * SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ESSébastien Lesaint2016-12-012-5/+5
| * SONAR-8335 add IT on dynamic log level changeSébastien Lesaint2016-12-011-1/+1
| * SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-015-101/+585
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-012-49/+73