aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-057-263/+160
* SONAR-7436 System Info must not fail if the monitored process is not upSimon Brandhof2016-03-253-0/+224
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-258-5/+272
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-211-15/+21
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-211-0/+9
* SONAR-7435 replace DefaultProcessCommands constructors by static methodsSébastien Lesaint2016-03-211-15/+34
* SONAR-7435 add operational flag to shared memory IPCSébastien Lesaint2016-03-211-30/+55
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-216-22/+26
* SONAR-7435 move awaitTermination to ProcessUtils and add UTsSébastien Lesaint2016-03-211-0/+79
* Improve allocation of new ports in integration testsSimon Brandhof2016-03-071-1/+0
* SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-121-0/+245
* SONAR-7168 fix quality flaw in AllProcessesCommandsSébastien Lesaint2016-02-081-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-1320-20/+20
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-134-33/+182
* SONAR-7168 fix stop failing during restart + restart WS call flood issueSébastien Lesaint2016-01-131-16/+17
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-131-6/+56
* 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