aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-021-4/+0
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-1344-44/+44
* SONAR-7168 replace System.err with LOG.trace in Monitor and LifecycleSébastien Lesaint2016-01-131-1/+1
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-138-143/+435
* SONAR-7168 fix stop failing during restart + restart WS call flood issueSébastien Lesaint2016-01-133-27/+41
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-132-12/+100
* 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-134-6/+86
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0542-174/+168
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
* Automatic merge from branch-5.3Jenkins CI2015-12-142-52/+25
|\
| * SONAR-7141 Fail fast if server started with Java 1.6Simon Brandhof2015-12-142-5/+5
| * SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-142-50/+23
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+17
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+17
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
* | Automatic merge from branch-5.1Jenkins CI2015-10-142-29/+86
|\|
| * Fix reliability of NetworkUtils#freePort()Simon Brandhof2015-10-132-29/+86
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
* Fix Xms java option of sonar.web.javaOptsSimon Brandhof2015-10-121-1/+1
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-2/+2
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-092-4/+3
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-062-5/+3
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-292-3/+0
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-272-7/+22
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-1/+1
* 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-072-14/+14
* 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
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-292-3/+3
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-295-124/+194
* Faster sonar-process monitor to detect when process is startedSimon Brandhof2015-05-281-1/+1