aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Format all headers for 2020Wouter Admiraal2020-01-0767-67/+67
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-3/+3
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-092-3/+11
* SONAR-12344 es logs must go to stdout too when sonar.log.console=trueSébastien Lesaint2019-09-271-0/+12
* waiting for ES to start log must also appear upon restartSébastien Lesaint2019-09-201-0/+1
* protect ManagedProcessHandler stop finalization code with lifecycle stateSébastien Lesaint2019-09-062-11/+14
* threads should have unique names to ease debuggingSébastien Lesaint2019-09-061-2/+5
* do not call stop finalization code without checking lifeCycle stateSébastien Lesaint2019-09-061-4/+12
* add node state FINALIZE_STOPPING to sync stop finalizing codeSébastien Lesaint2019-09-062-9/+16
* 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-062-2/+2
* 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-301-2/+7
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-101-12/+1
* SONAR-11874 ignore inaccessible files when cleaning tmp dirSébastien Lesaint2019-06-281-0/+4
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-283-19/+23
* SC-702 support new property sonar.log.useJsonOutputSimon Brandhof2019-06-281-6/+9
* SC-702 decouple Logback appenders from encodersSimon Brandhof2019-06-281-8/+20
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-284-40/+21
* SONAR-12041 Display warning at startup if list of hosts is not consistent acr...Duarte Meneses2019-06-031-7/+13
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-036-54/+61
* SONAR-12041 Display warning at startup if list of hosts is not consistent acr...Duarte Meneses2019-06-034-6/+142
* SONAR-12043 Minor refactorDuarte Meneses2019-06-031-1/+1
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-034-26/+56
* SONAR-12042 app always watches for hard stop, on demand for stopSébastien Lesaint2019-06-033-57/+135
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-038-48/+238
* SONAR-12043 SchedulerImpl correctly handle Thread interruptSébastien Lesaint2019-06-033-27/+54
* 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-0314-75/+77
* 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-032-6/+57
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-038-57/+56
* SONAR-12037 Run cluster ITs on CirrusDuarte Meneses2019-06-031-0/+6
* Minor fixes to main appDuarte Meneses2019-06-037-66/+31
* SONAR-11264 don't enforce ES bootstrap checks when connecting to H2Sébastien Lesaint2019-05-241-1/+1
* SONAR-11264 enforce ES boostrap checks on all editionsSébastien Lesaint2019-05-232-9/+12
* SONAR-11720 Set different memory defaults for EE+Michal Duda2019-05-211-6/+8
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-164-9/+60
* Revert "SONAR-11792 use dedicated temp directory for ES"Sébastien Lesaint2019-05-065-261/+160
* SONAR-11792 use dedicated temp directory for ESSébastien Lesaint2019-03-195-160/+261
* 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-192-24/+93
* SONAR-11792 define ES's JVM tmp directory to SQ's tmp directorySébastien Lesaint2019-03-193-6/+7
* SONAR-11792 change ES data directory to es6Sébastien Lesaint2019-03-191-2/+3
* 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-192-4/+3
* SONAR-11804 do not send -server flag to ES JVM anymoreSébastien Lesaint2019-03-181-1/+0