aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-262-54/+55
* SONAR-7937 restart reloads sonar.propertiesSébastien Lesaint2017-02-242-18/+89
* SONAR-7937 extract JavaCommandFactory from AppSébastien Lesaint2017-02-243-89/+155
* 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-107-14/+14
* SONAR-8684 Remove env variable TMPDIRJulien Lancelot2017-01-261-2/+0
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-011-1/+2
* SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-2/+2
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-2/+1
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-161-2/+16
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-161-1/+2
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-161-43/+158
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-161-3/+4
* SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-091-15/+46
* Fix Quality flaws, including handling of InterruptedExceptionSimon Brandhof2016-10-052-13/+15
* fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-6/+7
* SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-091-2/+7
* 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-7960 add task UUID to logsSébastien Lesaint2016-08-161-1/+1
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-2/+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
* | Fix Quality flawsSimon Brandhof2016-07-181-2/+1
|/
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-2/+0
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-121-3/+52
* SONAR-7422 do not delete sharememory file in tempDirSébastien Lesaint2016-05-101-4/+48
* 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-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-121-33/+1
* SONAR-7125 use nio to clean temp directory at startupSébastien Lesaint2016-02-121-2/+35
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-051-9/+8
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-183-49/+133
* Fix project title in copyright headersSimon Brandhof2016-01-136-6/+6
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-131-3/+3
* 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-056-24/+24
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-1/+1
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+2
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-171-1/+1
* Fix logging of warnings when JDBC URL is not correctSimon Brandhof2015-06-261-2/+2
* Fix quality flawsSimon Brandhof2015-06-211-10/+9