summaryrefslogtreecommitdiffstats
path: root/server/process
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4898 fix merge of branch-4.5Simon Brandhof2014-09-121-169/+0
|
* Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-1245-3427/+0
|\ | | | | | | | | | | | | | | Conflicts: server/process/pom.xml server/process/sonar-process/src/main/java/org/sonar/process/MonitoredProcess.java server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml
| * SONAR-4898 delete directory server/processSimon Brandhof2014-09-1247-3606/+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-083-3/+3
| | |
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-083-12/+6
| | |
* | | Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-054-8/+14
|\ \ \
| * | | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-043-3/+3
| |/ /
| * / Add minor test + remove sonar-dummy-app from analysisSimon Brandhof2014-09-032-5/+11
| |/
* / Display log on shutting down only in isMonitored modeJulien Lancelot2014-09-031-2/+2
|/
* 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
|
* fix quality flawsStephane Gamard2014-08-221-6/+16
|
* 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-138-120/+157
|
* SONAR-4898 - Can run in install dir with spaces in path.Stephane Gamard2014-08-124-11/+61
|
* code formatStephane Gamard2014-08-112-6/+7
|
* SONAR-4898 - Created ProcessWrapper tests in sonar-process-testStephane Gamard2014-08-114-27/+88
|
* 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
|