Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+3 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 3 | -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-io | Simon Brandhof | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 3 | -7/+7 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 4 | -7/+7 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -5/+0 |
| | |||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 4 | -70/+3 |
| | | | | the ProcessCommand | ||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 5 | -2/+98 |
| | | | | processes | ||||
* | SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level | Simon Brandhof | 2015-02-19 | 1 | -5/+0 |
| | |||||
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 1 | -1/+0 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 4 | -6/+6 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-01-06 | 1 | -1/+2 |
| | |||||
* | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Increase stability of MonitorTest on slow boxes | Simon Brandhof | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Increase timeout of MonitorTest for (very) slow boxes | Simon Brandhof | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2014-10-14 | 1 | -2/+3 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2014-10-08 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Stephane Gamard | 2014-10-08 | 2 | -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 Brandhof | 2014-10-08 | 2 | -3/+14 |
| | | | | | | | | sonar.web.javaAdditionalOpts | ||||
* | | Fix quality flaws | Simon Brandhof | 2014-10-07 | 1 | -2/+2 |
| | | |||||
* | | Fix some quality flaws | Simon Brandhof | 2014-10-03 | 1 | -1/+0 |
|/ | |||||
* | SONAR-5621 Merge server log files into a single one | Simon Brandhof | 2014-09-24 | 4 | -3/+3 |
| | |||||
* | SONAR-4898 add sonar.enableStopCommand property for internal use | Simon Brandhof | 2014-09-22 | 3 | -19/+5 |
| | |||||
* | SONAR-4898 file-based inter-process communication | Simon Brandhof | 2014-09-22 | 8 | -44/+68 |
| | |||||
* | SONAR-4898 drop RMI and autokill | Simon Brandhof | 2014-09-21 | 20 | -793/+109 |
| | |||||
* | Try to increase stability of MonitorTest | Simon Brandhof | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-4898 improve (again) stability of WatcherThreadTest | Simon Brandhof | 2014-09-12 | 2 | -26/+13 |
| | |||||
* | SONAR-4898 improve (again) stability of WatcherThreadTest | Simon Brandhof | 2014-09-12 | 1 | -14/+2 |
| | |||||
* | SONAR-4898 improve stability of WatcherThreadTest on slow machines | Simon Brandhof | 2014-09-12 | 1 | -2/+8 |
| | |||||
* | SONAR-4898 fix quality flaws | Simon Brandhof | 2014-09-12 | 7 | -11/+83 |
| | |||||
* | SONAR-4898 simplify MonitoredProcess implementations | Simon Brandhof | 2014-09-12 | 2 | -1/+2 |
| | |||||
* | SONAR-4898 add timeout to RMI calls on isReady() | Simon Brandhof | 2014-09-12 | 10 | -138/+127 |
| | |||||
* | SONAR-4898 add timeout to RMI calls on isReady() | Simon Brandhof | 2014-09-12 | 6 | -6/+46 |
| | |||||
* | SONAR-4898 add debug log | Simon Brandhof | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | SONAR-4898 refactor process monitoring | Simon Brandhof | 2014-09-12 | 29 | -0/+2216 |