aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some Java compiler warningsSimon Brandhof2018-03-122-2/+2
* Move To GradleDavid Rautureau2018-03-092-13/+10
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-0125-410/+450
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-1/+1
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1415-23/+23
* Fix license headers for 2018Simon Brandhof2018-01-07104-111/+122
* Fix ignored Selenium testsEric Hartmann2017-11-141-34/+0
* 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-1119-349/+474
|\
| * fix quality flawsDaniel Schwarz2017-10-102-38/+93
| * SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2...Daniel Schwarz2017-10-1019-342/+412
* | Fix two logger callsDaniel Trebbien2017-10-101-2/+2
* | Incorporate the constant property names into the logger format stringDaniel Trebbien2017-10-101-12/+12
* | Utilize parameterized logging rather than String.format()Daniel Trebbien2017-10-102-5/+3
* | Utilize parameterized loggingDaniel Trebbien2017-10-103-3/+3
|/
* SONAR-9811 fix quality flawsDaniel Schwarz2017-10-022-6/+6
* SONAR-9811 change es data dir to data/es5, delete data/es during startupDaniel Schwarz2017-10-025-19/+109
* fix unstable UT in SearchNodeHealthProviderTestSébastien Lesaint2017-09-281-2/+3
* SONAR-9789 Display once a log message when waiting for ES to be up and runningEric Hartmann2017-09-271-1/+8
* SONAR-9802 remove useless attributes of HazelcastMemberSimon Brandhof2017-09-261-4/+1
* SONAR-8153 Do not export sensitive settings in System InfoSimon Brandhof2017-09-261-1/+2
* SONAR-9802 fix support of overridden cluster nameSimon Brandhof2017-09-262-2/+0
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-268-16/+21
* SONAR-9802 ability to execute distributed callsSimon Brandhof2017-09-265-84/+44
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-2631-1703/+968
* Fix Quality flawsSimon Brandhof2017-09-261-1/+1
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-2630-550/+142
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-2634-18/+3054
* SONAR-9773 add AbstractCommand#suppressEnvVariableSébastien Lesaint2017-09-191-1/+3