aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process-monitor
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2015-06-301-1/+1
|
* Quality flawsSimon Brandhof2015-06-291-4/+8
| | | | | - do not declare multiple variables on same line - fix imports
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+3
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-2/+2
|
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-293-14/+14
| | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock.
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-151-2/+2
|
* Useless codeDavid Gageot2015-05-123-7/+7
|
* Redundant throws clause in testsDavid Gageot2015-05-074-7/+7
|
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-231-5/+0
|
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵Eric Hartmann2015-02-214-70/+3
| | | | the ProcessCommand
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-205-2/+98
| | | | processes
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-5/+0
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-191-1/+0
|
* Replace fest-assert by assertJSimon Brandhof2015-01-104-6/+6
|
* Fix quality flawsSimon Brandhof2015-01-061-1/+2
|
* Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-17/+2
|
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+1
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* Increase stability of MonitorTest on slow boxesSimon Brandhof2014-11-061-1/+1
|
* Increase timeout of MonitorTest for (very) slow boxesSimon Brandhof2014-10-281-1/+1
|
* Fix quality flawsSimon Brandhof2014-10-141-2/+3
|
* Fix quality flawSimon Brandhof2014-10-081-1/+0
|
* Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-082-3/+14
|\ | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * SONAR-5709 Add properties sonar.search.javaAdditionalOpts and ↵Simon Brandhof2014-10-082-3/+14
| | | | | | | | sonar.web.javaAdditionalOpts
* | Fix quality flawsSimon Brandhof2014-10-071-2/+2
| |
* | Fix some quality flawsSimon Brandhof2014-10-031-1/+0
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-301-0/+12
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-244-3/+3
|\| | | | | | | | | | | | | * origin/branch-4.5: SONAR-5621 Merge server log files into a single one SONAR-5621 merge log files Update description of "sonar.technicalDebt.ratingGrid"
| * SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-244-3/+3
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-223-19/+5
|\|
| * SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-223-19/+5
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-228-44/+68
|\| | | | | | | | | | | * origin/branch-4.5: SONAR-4898 file-based inter-process communication SONAR-4898 add info log
| * SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-228-44/+68
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-2220-793/+109
|\| | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-2120-793/+109
| |
* | Automatic merge from branch-4.5Jenkins CI2014-09-191-3/+1
|\| | | | | | | | | | | * origin/branch-4.5: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 4.5-RC2
| * [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
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-161-1/+1
|\|
| * Try to increase stability of MonitorTestSimon Brandhof2014-09-161-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-122-26/+13
|\|
| * SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-122-26/+13
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-121-14/+2
|\| | | | | | | | | Conflicts: server/sonar-process-monitor/src/test/java/org/sonar/process/monitor/WatcherThreadTest.java
| * SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-121-14/+2
| |