aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process-monitor/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9590 rename sonar-process-monitor to sonar-mainSébastien Lesaint2017-09-0542-4040/+0
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-051-30/+4
* SONAR-9590 add working dir to log of launched commandSébastien Lesaint2017-09-051-7/+12
* SONAR-9590 move Es/JavaCommand to module sonar-process-monitorSébastien Lesaint2017-09-0512-714/+11
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-054-7/+7
* SONAR-9590 do not write jvm.options file twiceSébastien Lesaint2017-09-053-22/+3
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-053-24/+52
* SONAR-9395 Stop the logback context during shutdownEric Hartmann2017-09-042-21/+25
* SONAR-9394 Silence Hazelcast exception during shutdownEric Hartmann2017-09-041-1/+7
* SONAR-8798 use SonarQube's current JVM to launch ElasticsearchDaniel Schwarz2017-08-101-1/+1
* SONAR-8798 fix quality flawsDaniel Schwarz2017-08-095-20/+15
* SONAR-8798 log stderr of subprocessesEric Hartmann2017-08-093-6/+22
* SONAR-8798 log exit value of terminated sub processesDaniel Schwarz2017-08-094-13/+32
* SONAR-8798 pass sonar.search.javaOpts in a file to ESDaniel Schwarz2017-08-093-2/+60
* SONAR-8798 apply all breaking changes of ES 5.5Daniel Schwarz2017-08-091-1/+1
* SONAR-8798 make ES read config files provided by SQSébastien Lesaint2017-08-094-14/+83
* SONAR-8798 path.home is useless with ES as an external processSébastien Lesaint2017-08-092-6/+1
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-096-41/+158
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-091-19/+4
* SONAR-8798 start and monitor ES script from main processSébastien Lesaint2017-08-098-25/+480
* SONAR-8798 rename ProcessMonitorImpl to ProcessCommandsProcessMonitorSébastien Lesaint2017-08-094-53/+90
* SONAR-8798 rename JavaCommandFactory to CommandFactorySébastien Lesaint2017-08-094-12/+12
* SONAR-8798 rename JavaProcessLauncher to ProcessLauncherSébastien Lesaint2017-08-093-13/+14
* SONAR-8798 extract AbstractCommand from JavaCommandSébastien Lesaint2017-08-092-72/+99
* SONAR-8798 move confusing inner class JavaProcessLauncher#SystemProcessBuilderSébastien Lesaint2017-08-092-59/+81
* SONAR-9296 Do not check sonar.search.host if search is disabledEric Hartmann2017-05-291-2/+6
* SONAR-9135 Fix incorrect detection when port is setEric Hartmann2017-05-091-5/+8
* SONAR-9135 Add safety checks in Cluster configurationEric Hartmann2017-05-051-1/+97
* SONAR-9002 Fix incorrect messageEric Hartmann2017-04-271-1/+1
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-272-10/+37
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-111-4/+14
* SONAR-9002 Add a better log information (#1868)Eric Hartmann2017-04-045-8/+17
* SONAR-9002 Add a log when a node is waiting for initializationEric Hartmann2017-03-245-0/+28
* SONAR-8935 Add a log when joining a clusterEric Hartmann2017-03-214-161/+259
* SONAR-8816 Fix the shutdown of the node (#1823)Eric Hartmann2017-03-211-4/+11
* SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name (#1...Eric Hartmann2017-03-171-8/+1
* Fix Quality flawsSimon Brandhof2017-03-161-7/+3
* SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781)Eric Hartmann2017-03-154-4/+98
* Fix Quality flawsSimon Brandhof2017-03-132-10/+32
* SONAR-8818 Rename members & interface propertiesEric Hartmann2017-03-132-24/+24
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1343-794/+3173
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-241-9/+7
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-241-5/+27
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-18/+89
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-109-18/+18
* SONAR-8333 log must be ERROR when process start failsSébastien Lesaint2016-12-011-1/+1
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-161-2/+8
* SONAR-8333 add info log when a subprocess fails to startSébastien Lesaint2016-11-161-1/+5
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-161-12/+8
* Fix Quality flaws, including handling of InterruptedExceptionSimon Brandhof2016-10-052-12/+15