aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-104-38/+3
* SONAR-11874 ignore inaccessible files when cleaning tmp dirSébastien Lesaint2019-06-281-0/+4
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-286-27/+58
* SC-702 support new property sonar.log.useJsonOutputSimon Brandhof2019-06-282-6/+23
* SC-702 decouple Logback appenders from encodersSimon Brandhof2019-06-281-8/+20
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-288-184/+39
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-06-282-4/+14
* Fix ITsDuarte Meneses2019-06-281-0/+2
* Remove accidentally committed temporary filesEvgeny Mandrikov2019-06-281-0/+0
* SONAR-12041 Display warning at startup if list of hosts is not consistent acr...Duarte Meneses2019-06-032-26/+31
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-037-59/+91
* SONAR-12041 Display warning at startup if list of hosts is not consistent acr...Duarte Meneses2019-06-036-13/+368
* SONAR-12043 Minor refactorDuarte Meneses2019-06-031-1/+1
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-035-38/+71
* SONAR-12042 app always watches for hard stop, on demand for stopSébastien Lesaint2019-06-037-95/+373
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-0312-65/+424
* SONAR-12043 SchedulerImpl correctly handle Thread interruptSébastien Lesaint2019-06-034-28/+61
* SONAR-12043 use only NodeLifecycle to store SQ node stateSébastien Lesaint2019-06-032-29/+33
* SONAR-12043 some clarification class renaming in sonar-main moduleSébastien Lesaint2019-06-0322-174/+175
* SONAR-12043 change restartDisabled to restarting for easier understandingSébastien Lesaint2019-06-031-7/+6
* SONAR-12043 move hard stop timeout out of SQProcess#hardstop argumentsSébastien Lesaint2019-06-033-8/+62
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-0313-91/+88
* SONAR-12037 Run cluster ITs on CirrusDuarte Meneses2019-06-032-0/+15
* Minor fixes to main appDuarte Meneses2019-06-038-75/+39
* SONAR-11264 don't enforce ES bootstrap checks when connecting to H2Sébastien Lesaint2019-05-242-1/+34
* SONAR-11264 enforce ES boostrap checks on all editionsSébastien Lesaint2019-05-234-18/+40
* SONAR-11720 Set different memory defaults for EE+Michal Duda2019-05-215-15/+45
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-167-29/+118
* Revert "SONAR-11792 use dedicated temp directory for ES"Sébastien Lesaint2019-05-0610-337/+205
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-301-6/+6
* SONAR-11792 use dedicated temp directory for ESSébastien Lesaint2019-03-1910-205/+337
* SONAR-11792 only ES executable for linux/mac is usedSébastien Lesaint2019-03-191-8/+1
* SONAR-11792 update ES JVM options to match defaults in ES 6.6.2Sébastien Lesaint2019-03-194-48/+212
* SONAR-11792 define ES's JVM tmp directory to SQ's tmp directorySébastien Lesaint2019-03-196-16/+28
* SONAR-11792 change ES data directory to es6Sébastien Lesaint2019-03-192-3/+21
* SONAR-11792 use memory safe implemen to delete deprecated ES dirSébastien Lesaint2019-03-191-2/+2
* SONAR-11792 update ES compile dependency to 6.6.2Sébastien Lesaint2019-03-191-2/+1
* SONAR-11792 fix path.conf to allow ES 6.6 runtime to bootSébastien Lesaint2019-03-194-19/+27
* SONAR-11804 do not send -server flag to ES JVM anymoreSébastien Lesaint2019-03-183-6/+3
* Fix license headers for 2019Duarte Meneses2019-01-02104-104/+104
* Remove unexpected file header in EsYmlSettingsTestSimon Brandhof2018-06-121-22/+4
* SONAR-SONAR-10294 Ignore ES_JAVA_OPTS env variableEric Hartmann2018-06-082-4/+29
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-108-34/+34
* SONAR-10604 ignore sonar.cluster.node.port on search nodesSimon Brandhof2018-05-101-0/+5
* SONAR-10604 remove cleanup of APP state when all APPs are downSimon Brandhof2018-05-101-9/+0
* SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPESimon Brandhof2018-05-103-14/+2
* SONAR-10604 Remove Hazelcast on Search nodesEric Hartmann2018-05-1013-180/+295
* Fix Quality flawsSimon Brandhof2018-05-102-4/+4
* SONAR-10607 fix ability to disable Elasticsearch seccomp checkSimon Brandhof2018-04-252-2/+23
* Fix tests on WindowsJulien HENRY2018-03-131-7/+12