aboutsummaryrefslogtreecommitdiffstats
path: root/server/process/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4898 delete directory server/processSimon Brandhof2014-09-1243-3382/+0
|
* Merge branch 'process-monitoring' into branch-4.5Simon Brandhof2014-09-123-32/+48
|\
| * SONAR-4898 refactor process monitoringSimon Brandhof2014-09-123-32/+48
| |
* | [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
* | [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-4/+2
| |
* | Add minor test + remove sonar-dummy-app from analysisSimon Brandhof2014-09-031-5/+7
|/
* Fix some quality flawsSimon Brandhof2014-09-011-4/+1
|
* Fix some quality flawsSimon Brandhof2014-09-011-0/+23
|
* SONAR-4898 - forgot a synchronized for JSWStephane Gamard2014-08-291-18/+16
|
* SONAR-4898 - fixed concurrent termination and exception on exitStephane Gamard2014-08-293-61/+76
|
* SONAR-4898 revert autokill timeout to 30 secondsSimon Brandhof2014-08-291-1/+1
|
* SONAR-4898 - Fixed process-locking monitorStephane Gamard2014-08-291-3/+3
|
* SONAR-4898 try to fix ping monitoringSimon Brandhof2014-08-283-22/+17
| | | | Sometimes child autokills because it did not receive pings in the last 30 seconds. I hope it comes from the parent process that is slow to start monitoring (send pings).
* SONAR-4898 do not remove the autokill monitor before trying to stop appSimon Brandhof2014-08-281-6/+6
|
* SONAR-4898 fix parallel termination of processesSimon Brandhof2014-08-271-1/+1
|
* SONAR-4898 do not use IPv6 loopback addressSimon Brandhof2014-08-272-6/+6
| | | | Conflict with -Djava.net.preferIPv4Stack=true recommended for ES
* SONAR-4898 use loopback address instead of hardcoding 127.0.0.1 for JMX ↵Simon Brandhof2014-08-275-23/+185
| | | | connections
* Fix some quality flawsSimon Brandhof2014-08-269-58/+63
|
* Fix some quality flawsSimon Brandhof2014-08-264-5/+5
|
* Add missing tests in sonar-process moduleSimon Brandhof2014-08-2612-55/+140
|
* Synchronized monitored list of processesStephane Gamard2014-08-261-8/+14
|
* Fix quality flawSimon Brandhof2014-08-251-3/+2
|
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-252-25/+58
|
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-254-3/+38
|
* SONAR-5483 - Fails to start if no master available in cluster (mainly do to ↵Stephane Gamard2014-08-251-1/+6
| | | | wrong coordinates in properties)
* Minimum Viable Environment checks Java 1.6, 1.7 or 1.8 but not >= 1.6Simon Brandhof2014-08-252-6/+6
|
* Added license headerStephane Gamard2014-08-162-0/+38
|
* Added tests for sonar-process Monitor ClassStephane Gamard2014-08-155-36/+142
|
* Revert Props setDefaultStephane Gamard2014-08-141-0/+9
|
* fix quality flaw & added test for UpdateListScriptFactoryStephane Gamard2014-08-141-10/+0
|
* fix quality flawStephane Gamard2014-08-143-2/+12
|
* fix quality flawStephane Gamard2014-08-147-33/+43
|
* fix quality flawsStephane Gamard2014-08-141-10/+9
|
* Added test for MonitoredProcess ClassStephane Gamard2014-08-133-5/+252
|
* format codeStephane Gamard2014-08-131-1/+1
|
* added tests for sonar-processStephane Gamard2014-08-136-1/+305
|
* SONAR-4898 - Can run in install dir with spaces in path.Stephane Gamard2014-08-121-2/+13
|
* code formatStephane Gamard2014-08-111-1/+2
|
* SONAR-4898 - Created ProcessWrapper tests in sonar-process-testStephane Gamard2014-08-111-1/+1
|
* Updated Timeouts in monitor and removed deRegister in JMXUtils (using check ↵Stephane Gamard2014-08-112-15/+3
| | | | in register)
* Added cleanup when not monitoredStephane Gamard2014-08-111-5/+5
|
* Added check for mbean registrationStephane Gamard2014-08-112-0/+15
|
* Extracted ES from sonar-server & updated ServerTester for mediumTestsStephane Gamard2014-08-112-1/+18
|
* SONAR-4898 - MUST ping at a fixed rate and not at a given delay!Stephane Gamard2014-08-081-2/+3
|
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-081-68/+0
|
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-0832-0/+2330