aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process-monitor
Commit message (Collapse)AuthorAgeFilesLines
* Disable test ScheduleImplTest because of false-positives on TravisSimon Brandhof2017-06-141-0/+2
|
* Fix stability of SchedulerImplTestSimon Brandhof2017-06-131-2/+3
|
* SONAR-9296 Update test to use IPv4Eric Hartmann2017-05-291-1/+1
| | | | Slave on TravisCI have no more IPv6 enabled
* SONAR-9296 Do not check sonar.search.host if search is disabledEric Hartmann2017-05-292-2/+30
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Make Hazelcast test more robustEric Hartmann2017-05-161-3/+6
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-125-6/+6
|
* Make tests on clustering more robustEric Hartmann2017-05-112-1/+27
|
* SONAR-9135 Fix incorrect detection when port is setEric Hartmann2017-05-092-99/+135
|
* SONAR-9135 Remove test with ip6-localhostEric Hartmann2017-05-051-2/+0
|
* SONAR-9135 Add safety checks in Cluster configurationEric Hartmann2017-05-055-25/+375
|
* SONAR-9002 Fix incorrect messageEric Hartmann2017-04-271-1/+1
|
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-276-19/+128
|
* Increase timeout of SchedulerImplTest for TravisSimon Brandhof2017-04-131-1/+1
|
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-112-5/+16
|
* SONAR-9002 Add a better log information (#1868)Eric Hartmann2017-04-047-12/+22
|
* SONAR-9002 Add a log when a node is waiting for initializationEric Hartmann2017-03-247-0/+52
|
* SONAR-8935 Add a log when joining a clusterEric Hartmann2017-03-217-211/+512
|
* SONAR-8816 Fix the shutdown of the node (#1823)Eric Hartmann2017-03-211-4/+11
| | | | | When Web is failing, ES is stopped but stopCountDown is equal to 1, so the node is not shutting down. stopCountDown must be increased when starting a new process.
* SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name ↵Eric Hartmann2017-03-172-23/+2
| | | | (#1795)
* Fix Quality flawsSimon Brandhof2017-03-161-7/+3
| | | | | RuntimeException already triggers terminate() in tryToStartProcess().
* SONAR-8817 Add SonarQube version safeguard in cluster mode (#1781)Eric Hartmann2017-03-1512-97/+283
| | | SONAR-8817 Add SonarQube version safeguard in cluster mode
* Fix Quality flawsSimon Brandhof2017-03-132-10/+32
|
* SONAR-8818 Rename members & interface propertiesEric Hartmann2017-03-134-35/+35
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1376-1516/+6291
|
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-241-9/+7
| | | | but changes of FileSystem related properties are not supported and will make restart fail
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-242-17/+85
|
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-242-19/+96
| | | | | | | 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
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-13/+0
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-191-2/+12
| | | | and decrease usages of Hamcrest
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1015-30/+30
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-147/+0
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-011-1/+1
|\
| * SONAR-8333 log must be ERROR when process start failsSébastien Lesaint2016-12-011-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| |
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
| |
* | Prepare for next development iterationDavid Rautureau2016-11-211-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
| | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore
* Fix Quality flaws, including handling of InterruptedExceptionSimon Brandhof2016-10-052-12/+15
|
* Fix Quality flaw in MonitorTestSimon Brandhof2016-09-281-1/+0
|
* Improve handling of some thread interruptionsSimon Brandhof2016-09-211-1/+2
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* Merge branch 'branch-5.6'Sébastien Lesaint2016-09-091-1/+1
|\
| * SONAR-7884 update default Update Center URL to HTTPSSébastien Lesaint2016-09-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| |
| * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-1/+1
| |
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
| |