aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7168 add support for restart requested by child processesSébastien Lesaint2016-01-131-4/+13
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-131-5/+48
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0519-78/+76
* SONAR-7141 Fail fast if server started with Java 1.6Simon Brandhof2015-12-141-3/+3
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-28/+10
* Fix reliability of NetworkUtils#freePort()Simon Brandhof2015-10-131-10/+42
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-091-3/+2
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-061-3/+1
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-291-1/+0
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-4/+15
* 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-071-12/+0
* 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
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-292-16/+24
* 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
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-302-1/+66
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-203-47/+31
* SONAR-6057 fix path of archived logsSimon Brandhof2015-02-191-3/+3
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-191-0/+172
* Replace fest-assert by assertJSimon Brandhof2015-01-1011-18/+18
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
* Attempt to increase stability of StopperThreadTest on slow boxesSimon Brandhof2014-11-061-2/+2
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-304-4/+6
|\
| * Maven profiles for each technical stackSimon Brandhof2014-09-304-4/+6
| * Backport fix for UT on WindowsEric Hartmann2014-09-291-1/+1
* | Try to fix UT on WindowsJulien HENRY2014-09-291-2/+2
|/
* SONAR-4898 add missing testsSimon Brandhof2014-09-251-6/+33
* SONAR-4898 add missing testsSimon Brandhof2014-09-257-58/+169
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-33/+9
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-224-142/+149
* Remove debug stuff (logs and ...Thread.sleep)Simon Brandhof2014-09-221-5/+0
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-2111-279/+312
* SONAR-4898 fix quality flawsSimon Brandhof2014-09-121-1/+8
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-123-5/+28
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-1215-0/+1414
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-087-603/+0
* SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapperStephane Gamard2014-08-081-0/+8
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-071-7/+7