aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13997 Allow to override 'sonar.es.bootstrap.checks.disable'Jacek2022-01-272-1/+54
* SONAR-15840 Fix SSF-219Jacek2021-12-173-3/+7
* SONAR-15827 Fix SSF-219Jacek2021-12-173-13/+4
* SONAR-15102 Upgrade 3rd party dependenciesJacek2021-11-221-1/+1
* Improve code qualityDuarte Meneses2021-11-204-6/+6
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1918-249/+168
* SONAR-15070 Fix error when sometimes setting sonar.search.host causes SQ to f...Jacek2021-11-181-2/+4
* DOCKER-27 disable FIPS modeTrabelsi Tobias2021-10-226-2/+15
* SONAR-15418 Suppress Elasticsearch timeout exception when waiting for it to b...Jacek2021-09-282-13/+34
* Fix code quality issuesDuarte Meneses2021-09-241-12/+0
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-161-3/+5
* SONAR-15375 Fix SSF-191Jacek2021-09-134-7/+56
* SONAR-15244 Use G1GC for ElasticsearchJacek2021-08-113-6/+6
* SONAR-11094 Add nodename to logs for DCE onlyJacek2021-08-113-8/+47
* SONAR-15243 Enable JSON logging on Elasticsearch processJacek2021-08-112-15/+21
* SONAR-15244 Despite sonar.log.useJsonOutput is enabled some logs are still no...Duarte Meneses2021-08-113-6/+3
* SONAR-15230 Hazelcast clean upDuarte Meneses2021-07-294-83/+39
* SONAR-15231 Pool ES status in clustersDuarte Meneses2021-07-292-2/+73
* SONAR-15230 Fix JVM startup args for HazelcastDuarte Meneses2021-07-294-2/+29
* SONAR-15230 Enable DNS lookup in k8s for HZJacek2021-07-292-4/+7
* SONAR-15192 Disable ip addr validation for sonar.cluster.es.hostsJacek2021-07-213-10/+14
* SONAR-14854 Support TLSv1.3,TLSv1.2 for Elasticsearch transport connection en...Jacek2021-06-232-1/+4
* SONAR-14960 Fix Elasticsearch deprecation warning for JAVA_HOMEJacek2021-06-172-4/+4
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-097-90/+25
* SONAR-14583 Use Elasticsearch password in HTTP clientsJacek2021-04-234-6/+42
* SONAR-14583 add elasticsearch-keystore CLI utility classJacek2021-04-236-21/+596
* SONAR-14583 Added properties needed for elasticsearch authenticationLukasz Jarocki2021-04-232-0/+112
* SONAR-14625 Upgrade to Hazelcast 4.2Zipeng WU2021-04-156-36/+58
* SONAR-14676 Shade core jars into a single jarDuarte Meneses2021-04-142-11/+12
* SONAR-14455 Turn-off Elasticsearch 7.10.2 deprecation loggingJacek2021-02-122-2/+15
* Getting Hazelcast to play nice in Dockerized environment (#3693)Mark Rekveld2021-02-122-2/+4
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08113-113/+113
* fix code smellsPierre2020-12-141-3/+3
* Fix AssertJ assertionsPhilippe Perrin2020-12-141-0/+2
* Fix various code smellsJacek2020-12-094-17/+39
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
* SONAR-12686 Fix Elasticsearch properties for a single nodeMichal Duda2020-11-052-3/+6
* SONAR-14039 replace 'sonar.search.transportPort' with 'sonar.es.port' on non-DCEJacek2020-11-052-18/+21
* SONAR-13972 Remove 'sonar.search.httpPort' propertyMichal Duda2020-11-051-1/+0
* SONAR-13979 Fail when sonar.search.host or sonar.search.port are defined in DCEMichal Duda2020-11-0510-258/+338
* SONAR-13971 Add properties to configure ES network in DCEMichal Duda2020-11-056-178/+364
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-0517-193/+273
* SONAR-12686 enforce index rebuilding by changing ES data directorySébastien Lesaint2020-11-052-6/+9
* SONAR-12686 replace deprecated setting transport.tcp.port by transport.portSébastien Lesaint2020-11-053-3/+5
* SONAR-12686 fix ES discovery settings in cluster modeSébastien Lesaint2020-11-052-35/+8
* SONAR-12686 add mandatory cluster configuration property cluster.initial_mast...Sébastien Lesaint2020-11-051-0/+1
* SONAR-12686 use node.store.allow_mmap instead of node.store.allow_mmapfsSébastien Lesaint2020-11-052-4/+35
* SONAR-12686 update JVM options to match defaults in ES 7.XSébastien Lesaint2020-11-052-47/+63
* use try-with-ressource to write log4j ES propertiesPierre Guillot2020-08-111-5/+5
* SONAR-13461 fix SSF-112Jacek2020-06-302-2/+2