aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Duarte Meneses2019-06-031-7/+13
| | | | across all cluster nodes
* 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 ↵Duarte Meneses2019-06-034-6/+142
| | | | across all cluster nodes
* 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
| | | | in SchedulerImpl
* 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
| | | | this internal flag of class SchedulerImpl is easier to understand with this name
* SONAR-12043 move hard stop timeout out of SQProcess#hardstop argumentsSébastien Lesaint2019-06-032-6/+57
| | | | | timeout is instead configured as state of SQProcess instance this will allow calling hardStop with the right timeout from another method of SQProcess (the incoming stop() method)
* 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
| | | | This reverts commit 0257bd131f74ec031f19171869cc9e8cedd45dd2.
* 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
|
* Fix license headers for 2019Duarte Meneses2019-01-0263-63/+63
|
* SONAR-SONAR-10294 Ignore ES_JAVA_OPTS env variableEric Hartmann2018-06-081-2/+12
|
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-103-11/+11
|
* 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-102-12/+2
|
* SONAR-10604 Remove Hazelcast on Search nodesEric Hartmann2018-05-108-130/+201
|
* Fix Quality flawsSimon Brandhof2018-05-102-4/+4
|
* SONAR-10607 fix ability to disable Elasticsearch seccomp checkSimon Brandhof2018-04-251-2/+6
|
* Move To GradleDavid Rautureau2018-03-091-5/+2
|
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-0112-133/+159
|
* Fix license headers for 2018Simon Brandhof2018-01-0763-67/+63
|
* Compute Engine must start after its local web serverSimon Brandhof2017-10-201-1/+1
|
* Fix quality flawsDaniel Schwarz2017-10-171-3/+6
|
* Automatic merge from branch-6.6ssjenka2017-10-1112-240/+297
|\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.6: Prepare for next development iteration SONAR-9721 Fix potential OkHttpClient connection leak Publish 6.6 Release Candidate 1 fix quality flaws Propagate parameters of SQ analysis required by burgr fix unwanted text wrapping in the header in ie11 SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2642) SONAR-9694 Ignore when secondary locations are out of current file for backdating Fix sidebar position helper in IE
| * fix quality flawsDaniel Schwarz2017-10-101-34/+24
| |