Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | SONAR-5621 Merge server log files into a single one | Simon Brandhof | 2014-09-24 | 1 | -2/+2 | |
| | | ||||||
| * | SONAR-5621 merge log files | Simon Brandhof | 2014-09-24 | 1 | -0/+11 | |
| | | ||||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-24 | 1 | -5/+3 | |
|\| | | | | | | | | | * origin/branch-4.5: Fix quality flaw | |||||
| * | Fix quality flaw | Simon Brandhof | 2014-09-23 | 1 | -5/+3 | |
| | | ||||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-22 | 1 | -1/+1 | |
|\| | | | | | | | | | * origin/branch-4.5: SONAR-4898 add some tests | |||||
| * | SONAR-4898 add some tests | Simon Brandhof | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Simon Brandhof | 2014-09-22 | 6 | -69/+64 | |
|\| | ||||||
| * | SONAR-4898 add sonar.enableStopCommand property for internal use | Simon Brandhof | 2014-09-22 | 6 | -69/+64 | |
| | | ||||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-22 | 9 | -224/+373 | |
|\| | | | | | | | | | | | * origin/branch-4.5: SONAR-4898 file-based inter-process communication SONAR-4898 add info log | |||||
| * | SONAR-4898 file-based inter-process communication | Simon Brandhof | 2014-09-22 | 9 | -225/+368 | |
| | | ||||||
| * | SONAR-4898 add info log | Simon Brandhof | 2014-09-22 | 1 | -1/+7 | |
| | | ||||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-22 | 1 | -5/+0 | |
|\| | | | | | | | | | * origin/branch-4.5: Remove debug stuff (logs and ...Thread.sleep) | |||||
| * | Remove debug stuff (logs and ...Thread.sleep) | Simon Brandhof | 2014-09-22 | 1 | -5/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Simon Brandhof | 2014-09-22 | 24 | -496/+405 | |
|\| | | | | | | | | | Conflicts: server/sonar-search/src/main/java/org/sonar/search/SearchServer.java | |||||
| * | SONAR-4898 drop RMI and autokill | Simon Brandhof | 2014-09-21 | 24 | -496/+405 | |
| | | ||||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-19 | 1 | -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 iteration | Eric Hartmann | 2014-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare release 4.5-RC24.5-RC2 | Eric Hartmann | 2014-09-16 | 1 | -4/+2 | |
| | | ||||||
| * | SONAR-4898 fix quality flaws | Simon Brandhof | 2014-09-12 | 2 | -2/+12 | |
| | | ||||||
* | | SONAR-4898 fix quality flaws | Simon Brandhof | 2014-09-12 | 2 | -2/+12 | |
| | | ||||||
* | | SONAR-4898 fix merge of branch-4.5 | Simon Brandhof | 2014-09-12 | 1 | -1/+1 | |
|/ | ||||||
* | SONAR-4898 simplify MonitoredProcess implementations | Simon Brandhof | 2014-09-12 | 5 | -8/+47 | |
| | ||||||
* | SONAR-4898 add debug logs | Simon Brandhof | 2014-09-12 | 1 | -0/+1 | |
| | ||||||
* | SONAR-4898 refactor process monitoring | Simon Brandhof | 2014-09-12 | 47 | -0/+3105 | |
| | ||||||
* | SONAR-4898 - Modularized sonar-process for tests | Stephane Gamard | 2014-08-08 | 32 | -2359/+0 | |
| | ||||||
* | fixed cyclic dependencies | Stephane Gamard | 2014-08-08 | 1 | -6/+0 | |
| | ||||||
* | SONAR-4898 - Robustness (scheduled rate rather than delay). | Stephane Gamard | 2014-08-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4898 - Robustness (scheduled rate rather than delay). | Stephane Gamard | 2014-08-08 | 3 | -4/+4 | |
| | ||||||
* | SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper | Stephane Gamard | 2014-08-08 | 2 | -0/+43 | |
| | ||||||
* | SONAR-4898 do not monitor freshness of pings in master process | Simon Brandhof | 2014-08-07 | 1 | -20/+4 | |
| | ||||||
* | SONAR-4898 remove customization of RMI timeouts | Simon Brandhof | 2014-08-07 | 1 | -9/+0 | |
| | ||||||
* | SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper | Stephane Gamard | 2014-08-07 | 1 | -0/+3 | |
| | ||||||
* | SONAR-5499 Do not allow to change the distributed JDBC drivers | Simon Brandhof | 2014-08-07 | 5 | -27/+112 | |
| | ||||||
* | SONAR-4898 remove props temporary file as soon as possible | Simon Brandhof | 2014-08-04 | 2 | -3/+3 | |
| | ||||||
* | SONAR-4898 fix support of properties that don't start with "sonar." | Simon Brandhof | 2014-08-04 | 2 | -7/+6 | |
| | ||||||
* | SONAR-4898 improve support of JMX IP address in multihomed servers | Simon Brandhof | 2014-08-01 | 1 | -1/+4 | |
| | ||||||
* | SONAR-4898 experimental test for fixing RMI IP address | Simon Brandhof | 2014-08-01 | 1 | -9/+4 | |
| | ||||||
* | Fix test and regression on java 6 | Simon Brandhof | 2014-08-01 | 1 | -17/+5 | |
| | ||||||
* | SONAR-4898 fix compatibility with Java 6 | Simon Brandhof | 2014-08-01 | 1 | -8/+23 | |
| | ||||||
* | SONAR-4898 fix IP interface of JMX ports | Simon Brandhof | 2014-08-01 | 1 | -3/+7 | |
| | ||||||
* | SONAR-4898 increase max process startup timeout to 5 minutes | Simon Brandhof | 2014-08-01 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4898 improve System.out/err logging | Simon Brandhof | 2014-07-31 | 1 | -4/+5 | |
| | ||||||
* | SONAR-4898 fix some logs | Simon Brandhof | 2014-07-31 | 1 | -0/+2 | |
| | ||||||
* | SONAR-4898 fix IP interface for RMI | Simon Brandhof | 2014-07-31 | 1 | -15/+22 | |
| | ||||||
* | SONAR-4898 - Using Address instead of hostanme (robustness) after @infra remarks | Stephane Gamard | 2014-07-31 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4898 update documentation and Minimum Viable Environment | Simon Brandhof | 2014-07-30 | 3 | -2/+181 | |
| | ||||||
* | SONAR-4898 improve logs on errors | Simon Brandhof | 2014-07-30 | 1 | -0/+1 | |
| | ||||||
* | SONAR-4898 fix logs | Simon Brandhof | 2014-07-30 | 1 | -3/+4 | |
| | ||||||
* | SONAR-4898 fix handling of server early termination | Simon Brandhof | 2014-07-30 | 3 | -9/+24 | |
| | ||||||
* | SONAR-4898 remove misleading warning log | Simon Brandhof | 2014-07-30 | 1 | -2/+2 | |
| |