aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11964 Fail at startup when detecting MySQLJulien Lancelot2019-06-281-7/+0
|
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-1/+1
|
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-3/+2
|
* SONAR-11251 add http.nonProxyHosts to sonar.propertiesSébastien Lesaint2019-06-111-0/+6
|
* SONAR-11871 upgrade elasticsearch to 6.8.0Sébastien Lesaint2019-06-07167-118/+656
|
* SONAR-12042 Apply feedback regarding loggingDuarte Meneses2019-06-032-2/+2
|
* SONAR-12042 Apply feedback regarding loggingDuarte Meneses2019-06-032-2/+2
|
* SONAR-12042 add force-stop option to MacOS's sonar.shSébastien Lesaint2019-06-031-28/+72
|
* SONAR-12042 add force-stop option to Linux's sonar.shSébastien Lesaint2019-06-031-32/+76
|
* SONAR-12042 app always watches for hard stop, on demand for stopSébastien Lesaint2019-06-031-10/+12
|
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-031-1/+1
|
* SONAR-12043 SchedulerImpl correctly handle Thread interruptSébastien Lesaint2019-06-031-2/+2
|
* SONAR-12043 some clarification class renaming in sonar-main moduleSébastien Lesaint2019-06-031-4/+0
|
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-031-8/+8
|
* SONAR-12043 disable Java Service Wrapper shutdown timeout featuresSébastien Lesaint2019-06-031-2/+2
| | | | they are getting in the way of implementing gracefull shutdown in SQ which can last for a looooog time (35min+ by default)
* Minor fixes to main appDuarte Meneses2019-06-031-1/+1
|
* Revert "SONAR-11942 Drop support of Oracle 11g and 12.1"Duarte Meneses2019-05-311-2/+3
| | | | This reverts commit 51d491b2525e850b049c1bc97b77a616e1f174a0.
* SONAR-11942 Drop support of Oracle 11g and 12.1Duarte Meneses2019-05-311-3/+2
|
* SONAR-11720 Set different memory defaults for EE+Michal Duda2019-05-212-7/+8
|
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-2/+22
|
* SONAR-11792 workaround ES bug with space in tmp dir pathSébastien Lesaint2019-03-191-0/+79
|
* SONAR-11792 upgrade elasticsearch binaries to 6.6.2Sébastien Lesaint2019-03-19391-1531/+93981
|
* SONAR-11804 remove 32-bits wrapper and service binariesSébastien Lesaint2019-03-1810-819/+0
|
* SONAR-11617 Support SQLServer 2017Simon Brandhof2019-02-191-1/+1
| | | | [skip ci]
* Fix license headers for 2019Duarte Meneses2019-01-022-2/+2
|
* SONAR-11196 Fix documentation about configuration of PostgreSQL schemaSimon Brandhof2018-09-071-2/+2
|
* SONAR-10668 Increase minimal supported version of PostgreSQL to 9.3Simon Brandhof2018-08-011-1/+1
|
* SONAR-10689 update README.txt in extensions/pluginsSébastien Lesaint2018-06-121-1/+2
|
* SONAR-10688 Bundle LDAP plugin by defaultEric Hartmann2018-06-121-0/+60
|
* SONAR-10707 deprecate MySQLG. Ann Campbell2018-05-291-1/+3
|
* Move To GradleDavid Rautureau2018-03-091-0/+1
|
* Put ES javaOpts arguments on one lineMidgard2018-02-221-3/+1
| | | Make it consistent with the two other javaOpts settings, avoiding errors due to only uncommenting one of the three lines.
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-011-4/+4
|
* Automatic merge from branch-6.7ssjenka2018-01-091-2/+2
|\ | | | | | | | | * origin/branch-6.7: SONAR-10246 Fix documentation about default group in sso authentication
| * SONAR-10246 Fix documentation about default group in sso authenticationJulien Lancelot2018-01-081-2/+2
| |
| * SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-241-1/+1
| | | | | | | | to fix compatibility with PostgreSQL 10.0
| * LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-071-2/+4
| |
| * SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-071-2/+1
| |
* | Fix license headers for 2018Simon Brandhof2018-01-072-2/+2
| |
* | SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-241-1/+1
| | | | | | | | to fix compatibility with PostgreSQL 10.0
* | LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-081-2/+4
| |
* | SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-081-2/+1
|/
* SONAR-9981 Upgrade Elasticsearch to 5.6.3Daniel Schwarz2017-10-1732-30/+30
|
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-041-4/+0
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.2Daniel Schwarz2017-10-0236-30/+30
|
* SONAR-9829 Upgrade Elasticsearch to 5.6.1Daniel Schwarz2017-10-0267-33/+61
|
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-261-2/+2
| | | | | | | Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response)
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-1/+1
|
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-261-2/+2
|
* SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warningSébastien Lesaint2017-09-191-1/+2
|