aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src
Commit message (Expand)AuthorAgeFilesLines
* 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-0516-190/+270
* 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
* SONAR-12952 Remove warning "Property sonar.cluster.node.port is ignored on se...Duarte Meneses2020-04-171-5/+0
* SONAR-13037 Stacktrace should always be available in logsDuarte Meneses2020-04-175-5/+7
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-144-18/+66
* SONAR-13078 enable configuring the server by environment variablesMichal Duda2020-02-223-38/+113
* SONAR-12955 support IPv6 in cluster propertiesSébastien Lesaint2020-02-203-103/+386
* Format all headers for 2020Wouter Admiraal2020-01-07112-112/+112
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-104-4/+4
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-092-2/+0
* 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
* fix unstable SchedulerImpl#restart_stops_all_and_restarts_all_processesSébastien Lesaint2019-09-201-6/+5
* add UT for SQ restart in SchedulerImplTestSébastien Lesaint2019-09-062-61/+104
* protect ManagedProcessHandler stop finalization code with lifecycle stateSébastien Lesaint2019-09-063-44/+99
* display thread name in Unit Tests' logs of sonar-main moduleSébastien Lesaint2019-09-061-1/+1
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* 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-062-22/+12
* remove dead code in SchedulerImplTest (and fix imports)Sébastien Lesaint2019-09-061-3/+3
* add node state FINALIZE_STOPPING to sync stop finalizing codeSébastien Lesaint2019-09-063-61/+161
* 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-063-2/+13
* 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-302-3/+8
* Attempt to fix FP in SchedulerImplTestSimon Brandhof2019-08-291-1/+1
* Fix unit tests for windowsphilippe-perrin-sonarsource2019-07-301-5/+1
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-104-38/+3
* SONAR-11874 ignore inaccessible files when cleaning tmp dirSébastien Lesaint2019-06-281-0/+4
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-286-27/+58