Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-11874 ignore inaccessible files when cleaning tmp dir | Sébastien Lesaint | 2019-06-28 | 1 | -0/+4 |
| | |||||
* | SONAR-12002 Fail startup if JRE < 11 | Duarte Meneses | 2019-06-28 | 3 | -19/+23 |
| | |||||
* | SC-702 support new property sonar.log.useJsonOutput | Simon Brandhof | 2019-06-28 | 1 | -6/+9 |
| | |||||
* | SC-702 decouple Logback appenders from encoders | Simon Brandhof | 2019-06-28 | 1 | -8/+20 |
| | |||||
* | SONAR-12002 Fail startup if JRE < 11 | Duarte Meneses | 2019-06-28 | 4 | -40/+21 |
| | |||||
* | SONAR-12041 Display warning at startup if list of hosts is not consistent ↵ | Duarte Meneses | 2019-06-03 | 1 | -7/+13 |
| | | | | across all cluster nodes | ||||
* | SONAR-12043 Hard stop if stop takes too long | Duarte Meneses | 2019-06-03 | 6 | -54/+61 |
| | |||||
* | SONAR-12041 Display warning at startup if list of hosts is not consistent ↵ | Duarte Meneses | 2019-06-03 | 4 | -6/+142 |
| | | | | across all cluster nodes | ||||
* | SONAR-12043 Minor refactor | Duarte Meneses | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | SONAR-12043 graceful shutdown timeout configurable for ITs | Sébastien Lesaint | 2019-06-03 | 4 | -26/+56 |
| | |||||
* | SONAR-12042 app always watches for hard stop, on demand for stop | Sébastien Lesaint | 2019-06-03 | 3 | -57/+135 |
| | |||||
* | SONAR-12043 main process supports graceful and hard stop | Sébastien Lesaint | 2019-06-03 | 8 | -48/+238 |
| | |||||
* | SONAR-12043 SchedulerImpl correctly handle Thread interrupt | Sébastien Lesaint | 2019-06-03 | 3 | -27/+54 |
| | |||||
* | SONAR-12043 use only NodeLifecycle to store SQ node state | Sébastien Lesaint | 2019-06-03 | 2 | -29/+33 |
| | | | | in SchedulerImpl | ||||
* | SONAR-12043 some clarification class renaming in sonar-main module | Sébastien Lesaint | 2019-06-03 | 14 | -75/+77 |
| | |||||
* | SONAR-12043 change restartDisabled to restarting for easier understanding | Sébastien Lesaint | 2019-06-03 | 1 | -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 arguments | Sébastien Lesaint | 2019-06-03 | 2 | -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 hardStop | Sébastien Lesaint | 2019-06-03 | 8 | -57/+56 |
| | |||||
* | SONAR-12037 Run cluster ITs on Cirrus | Duarte Meneses | 2019-06-03 | 1 | -0/+6 |
| | |||||
* | Minor fixes to main app | Duarte Meneses | 2019-06-03 | 7 | -66/+31 |
| | |||||
* | SONAR-11264 don't enforce ES bootstrap checks when connecting to H2 | Sébastien Lesaint | 2019-05-24 | 1 | -1/+1 |
| | |||||
* | SONAR-11264 enforce ES boostrap checks on all editions | Sébastien Lesaint | 2019-05-23 | 2 | -9/+12 |
| | |||||
* | SONAR-11720 Set different memory defaults for EE+ | Michal Duda | 2019-05-21 | 1 | -6/+8 |
| | |||||
* | SONAR-12108 Support Java 11 RTE | Duarte Meneses | 2019-05-16 | 4 | -9/+60 |
| | |||||
* | Revert "SONAR-11792 use dedicated temp directory for ES" | Sébastien Lesaint | 2019-05-06 | 5 | -261/+160 |
| | | | | This reverts commit 0257bd131f74ec031f19171869cc9e8cedd45dd2. | ||||
* | SONAR-11792 use dedicated temp directory for ES | Sébastien Lesaint | 2019-03-19 | 5 | -160/+261 |
| | |||||
* | SONAR-11792 only ES executable for linux/mac is used | Sébastien Lesaint | 2019-03-19 | 1 | -8/+1 |
| | |||||
* | SONAR-11792 update ES JVM options to match defaults in ES 6.6.2 | Sébastien Lesaint | 2019-03-19 | 2 | -24/+93 |
| | |||||
* | SONAR-11792 define ES's JVM tmp directory to SQ's tmp directory | Sébastien Lesaint | 2019-03-19 | 3 | -6/+7 |
| | |||||
* | SONAR-11792 change ES data directory to es6 | Sébastien Lesaint | 2019-03-19 | 1 | -2/+3 |
| | |||||
* | SONAR-11792 use memory safe implemen to delete deprecated ES dir | Sébastien Lesaint | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | SONAR-11792 update ES compile dependency to 6.6.2 | Sébastien Lesaint | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | SONAR-11792 fix path.conf to allow ES 6.6 runtime to boot | Sébastien Lesaint | 2019-03-19 | 2 | -4/+3 |
| | |||||
* | SONAR-11804 do not send -server flag to ES JVM anymore | Sébastien Lesaint | 2019-03-18 | 1 | -1/+0 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 63 | -63/+63 |
| | |||||
* | SONAR-SONAR-10294 Ignore ES_JAVA_OPTS env variable | Eric Hartmann | 2018-06-08 | 1 | -2/+12 |
| | |||||
* | SONAR-10604 property sonar.cluster.hosts is only for app nodes | Simon Brandhof | 2018-05-10 | 3 | -11/+11 |
| | |||||
* | SONAR-10604 ignore sonar.cluster.node.port on search nodes | Simon Brandhof | 2018-05-10 | 1 | -0/+5 |
| | |||||
* | SONAR-10604 remove cleanup of APP state when all APPs are down | Simon Brandhof | 2018-05-10 | 1 | -9/+0 |
| | |||||
* | SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPE | Simon Brandhof | 2018-05-10 | 2 | -12/+2 |
| | |||||
* | SONAR-10604 Remove Hazelcast on Search nodes | Eric Hartmann | 2018-05-10 | 8 | -130/+201 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-05-10 | 2 | -4/+4 |
| | |||||
* | SONAR-10607 fix ability to disable Elasticsearch seccomp check | Simon Brandhof | 2018-04-25 | 1 | -2/+6 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 1 | -5/+2 |
| | |||||
* | SONAR-10300 Forbid system properties in api/settings | Julien Lancelot | 2018-02-01 | 12 | -133/+159 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 63 | -67/+63 |
| | |||||
* | Compute Engine must start after its local web server | Simon Brandhof | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Daniel Schwarz | 2017-10-17 | 1 | -3/+6 |
| | |||||
* | Automatic merge from branch-6.6 | ssjenka | 2017-10-11 | 12 | -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 flaws | Daniel Schwarz | 2017-10-10 | 1 | -34/+24 |
| | |