aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java/org/sonar/application/App.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-261-1/+10
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-19/+20
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-241-17/+71
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-241-89/+9
* SONAR-7937 Monitor reloads JavaCommand to execute on restartSébastien Lesaint2017-02-241-1/+1
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-2/+8
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8684 Remove env variable TMPDIRJulien Lancelot2017-01-261-2/+0
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-161-2/+16
* SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-091-15/+46
* Fix Quality flaws, including handling of InterruptedExceptionSimon Brandhof2016-10-051-2/+2
* Merge branch 'branch-5.6'Sébastien Lesaint2016-08-241-0/+2
|\
| * SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp filesSébastien Lesaint2016-08-241-0/+2
* | SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-031-10/+13
* | SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-031-1/+4
* | SONAR-7909 support sonar.cluster.ce.disabledSimon Brandhof2016-08-031-1/+3
* | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-291-2/+0
|/
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-2/+0
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-9/+7
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-211-0/+2
* SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOptsSébastien Lesaint2016-03-211-0/+3
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-211-5/+10
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-211-21/+46
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-181-8/+8
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-131-26/+11
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-131-2/+4
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-1/+1
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-291-1/+2
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-301-13/+13
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of t...Eric Hartmann2015-02-211-2/+1
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-2/+2
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-191-6/+2
* SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7Simon Brandhof2015-01-291-3/+3
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+2
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-081-11/+12
* SONAR-5710 Some JVM options should not be configurableSimon Brandhof2014-10-081-0/+2
* SONAR-5709 Add properties sonar.search.javaAdditionalOpts and sonar.web.javaA...Simon Brandhof2014-10-081-1/+3
* SONAR-5621 merge log filesSimon Brandhof2014-09-241-1/+5
* SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+7
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-1/+15
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-211-24/+3
* SONAR-4898 add timeout to RMI calls on isReady()Simon Brandhof2014-09-121-1/+1
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-121-107/+59
* Null authorName instead of "Not Yet Implemented"Stephane Gamard2014-08-291-5/+4
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-5/+5
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-3/+3
* SONAR-4898 try to fix ping monitoringSimon Brandhof2014-08-281-2/+2
* Fix some quality flawsSimon Brandhof2014-08-261-21/+14