summaryrefslogtreecommitdiffstats
path: root/server/sonar-main
Commit message (Expand)AuthorAgeFilesLines
...
* remove duplicate attempts to stop process which failed to startSébastien Lesaint2019-09-061-2/+6
* stop should be allowed when SQ is not yet fully operationalSébastien Lesaint2019-09-063-2/+13
* improve logs to help debug SchedulerImpl and ManagedProcessHandlerSébastien Lesaint2019-09-064-15/+36
* SchedulerImpl must not attempt to hard stop SQ twice concurrentlySébastien Lesaint2019-09-061-1/+1
* remove rethrow of exception in tryToStartProcessSébastien Lesaint2019-08-301-1/+0
* Event thread must not interrupt itself when hard stoppingSébastien Lesaint2019-08-302-3/+8
* Attempt to fix FP in SchedulerImplTestSimon Brandhof2019-08-291-1/+1
* Fix unit tests for windowsphilippe-perrin-sonarsource2019-07-301-5/+1
* Clean depsDuarte Meneses2019-07-171-1/+10
* 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