aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Expand)AuthorAgeFilesLines
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-18/+18
* The test is still unstableDavid Gageot2015-07-131-4/+4
* FIX race condition on LogbackHelperDavid Gageot2015-07-072-14/+14
* Attempt to remove false-positive on LogbackHelperTestSimon Brandhof2015-07-071-0/+12
* Test should be less flaky nowDavid Gageot2015-07-071-13/+8
* Unused importsDavid Gageot2015-07-071-1/+0
* Fix deprecated codeDavid Gageot2015-07-071-2/+2
* Fix Flaky testDavid Gageot2015-07-061-9/+2
* Cleanup warningsGabor Liptak2015-06-171-1/+1
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-051-3/+4
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-292-3/+3
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-295-124/+194
* Faster sonar-process monitor to detect when process is startedSimon Brandhof2015-05-281-1/+1
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-153-7/+8
* Useless codeDavid Gageot2015-05-122-2/+2
* Redundant throws clause in testsDavid Gageot2015-05-0712-46/+46
* Why wait for so "long"?David Gageot2015-05-071-1/+1
* Throw actual exceptionDavid Gageot2015-05-072-4/+4
* Dead codeDavid Gageot2015-05-072-10/+0
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-305-74/+201
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+1
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
* Fix quality flawsSimon Brandhof2015-02-232-4/+7
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of t...Eric Hartmann2015-02-211-0/+7
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
* SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-203-10/+21
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-207-107/+112
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-5/+0
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-2/+1
* SONAR-6057 fix path of archived logsSimon Brandhof2015-02-192-7/+9
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-196-68/+401
* Fix quality flawsSimon Brandhof2015-01-231-1/+1
* Replace fest-assert by assertJSimon Brandhof2015-01-1011-18/+18
* Fix quality flawsSimon Brandhof2015-01-061-3/+6
* Fix some quality flawsSimon Brandhof2015-01-062-5/+8
* Improve stability of randomly allocated ports (when sonar.web.port or sonar.s...Simon Brandhof2014-12-301-7/+13
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
* Attempt to increase stability of StopperThreadTest on slow boxesSimon Brandhof2014-11-061-2/+2
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+6
* Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-101-0/+7
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+3
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-083-4/+59