summaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock.
* 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
|
* 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 ↵Eric Hartmann2015-02-211-0/+7
| | | | the ProcessCommand
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
| | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8.
* 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
| | | | processes
* 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-195-62/+400
|
* 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 ↵Simon Brandhof2014-12-301-7/+13
| | | | sonar.search.port are set to zero)
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
|
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
| | | | The shutdown hook of ProcessEntryPoint was manually started by ProcessEntryPointTest but not unregistered from system hooks. It failed when JUnit JVM exited (without crashing build). The side-effect is that JaCoCo fail to export results.
* 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
|
* Fix quality flawsSimon Brandhof2014-10-021-1/+1
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-304-4/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-304-4/+6
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness