aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
* [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-4/+2
* SONAR-4898 fix quality flawsSimon Brandhof2014-09-122-2/+12
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-125-8/+47
* SONAR-4898 add debug logsSimon Brandhof2014-09-121-0/+1
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-1247-0/+3105
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-0832-2359/+0
* fixed cyclic dependenciesStephane Gamard2014-08-081-6/+0
* SONAR-4898 - Robustness (scheduled rate rather than delay).Stephane Gamard2014-08-081-1/+1
* SONAR-4898 - Robustness (scheduled rate rather than delay).Stephane Gamard2014-08-083-4/+4
* SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapperStephane Gamard2014-08-082-0/+43
* SONAR-4898 do not monitor freshness of pings in master processSimon Brandhof2014-08-071-20/+4
* SONAR-4898 remove customization of RMI timeoutsSimon Brandhof2014-08-071-9/+0
* SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapperStephane Gamard2014-08-071-0/+3
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-075-27/+112
* SONAR-4898 remove props temporary file as soon as possibleSimon Brandhof2014-08-042-3/+3
* SONAR-4898 fix support of properties that don't start with "sonar."Simon Brandhof2014-08-042-7/+6
* SONAR-4898 improve support of JMX IP address in multihomed serversSimon Brandhof2014-08-011-1/+4
* SONAR-4898 experimental test for fixing RMI IP addressSimon Brandhof2014-08-011-9/+4
* Fix test and regression on java 6Simon Brandhof2014-08-011-17/+5
* SONAR-4898 fix compatibility with Java 6Simon Brandhof2014-08-011-8/+23
* SONAR-4898 fix IP interface of JMX portsSimon Brandhof2014-08-011-3/+7
* SONAR-4898 increase max process startup timeout to 5 minutesSimon Brandhof2014-08-011-1/+1
* SONAR-4898 improve System.out/err loggingSimon Brandhof2014-07-311-4/+5
* SONAR-4898 fix some logsSimon Brandhof2014-07-311-0/+2
* SONAR-4898 fix IP interface for RMISimon Brandhof2014-07-311-15/+22
* SONAR-4898 - Using Address instead of hostanme (robustness) after @infra remarksStephane Gamard2014-07-311-1/+1
* SONAR-4898 update documentation and Minimum Viable EnvironmentSimon Brandhof2014-07-303-2/+181
* SONAR-4898 improve logs on errorsSimon Brandhof2014-07-301-0/+1
* SONAR-4898 fix logsSimon Brandhof2014-07-301-3/+4
* SONAR-4898 fix handling of server early terminationSimon Brandhof2014-07-303-9/+24
* SONAR-4898 remove misleading warning logSimon Brandhof2014-07-301-2/+2
* SONAR-4898 fix application.logSimon Brandhof2014-07-301-2/+0
* SONAR-4898 rename Terminatable to TerminableSimon Brandhof2014-07-305-7/+7
* SONAR-4898 improve reliabilitySimon Brandhof2014-07-309-417/+416
* SONAR-5237 - Fixed exit of runner when TC Fails to loadStephane Gamard2014-07-291-1/+2
* SONAR-4898 add missing tests, fix loading of default settings and check Java6+Simon Brandhof2014-07-281-2/+2
* SONAR-4898 fix app loggingSimon Brandhof2014-07-281-9/+7
* SONAR-4898 - Fixed logger levels and messagesStephane Gamard2014-07-281-2/+4
* SONAR-4898 improve logging configurationSimon Brandhof2014-07-252-32/+29
* SONAR-4898 - Fixed hangs when exiting after a failure.Stephane Gamard2014-07-242-14/+29
* SONAR-4898 improve loggingSimon Brandhof2014-07-241-6/+1
* SONAR-4898 rename StartServer to AppSimon Brandhof2014-07-241-4/+3
* SONAR-4898 improve loggingSimon Brandhof2014-07-242-10/+7
* SONAR-4898 - Added mxBean method invokation testStephane Gamard2014-07-241-0/+5
* SONAR-4898 - fixed lagging exit of sonar-applicationStephane Gamard2014-07-241-8/+6
* SONAR-4898 improve default settingsSimon Brandhof2014-07-233-6/+14
* SONAR-4898 improve management of sonar.path.* propertiesSimon Brandhof2014-07-231-4/+0
* SONAR-4898 - Updated logging for top level and cleaned terminationStephane Gamard2014-07-232-4/+3
* SONAR-4898 - Fixed gracefull shutdown with JSWStephane Gamard2014-07-233-47/+45