summaryrefslogtreecommitdiffstats
path: root/server/sonar-search/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5483 - Fails to start if no master available in cluster (mainly do to w...Stephane Gamard2014-08-251-3/+5
* SONAR-5483 - Fixed log level for ESStephane Gamard2014-08-251-1/+1
* indexQueue can explicitly avoid inline refresh.Stephane Gamard2014-08-211-1/+1
* Updated indexQueue mechanism for performance (no compression yet).Stephane Gamard2014-08-201-1/+1
* Increased coverage for ListUpdateScriptsStephane Gamard2014-08-142-2/+90
* fix quality flaw & added test for UpdateListScriptFactoryStephane Gamard2014-08-141-0/+101
* fix quality flawStephane Gamard2014-08-141-6/+9
* fix quality flawStephane Gamard2014-08-141-2/+4
* fix quality flawStephane Gamard2014-08-141-2/+2
* fix SearchServerTestStephane Gamard2014-08-142-7/+7
* fix quality flawsStephane Gamard2014-08-142-13/+48
* fix quality flawsStephane Gamard2014-08-141-3/+5
* format codeStephane Gamard2014-08-132-5/+4
* fix quality flawsStephane Gamard2014-08-132-2/+7
* improved test performances for sq #3 (use MetaDataHandler for MySQL)Stephane Gamard2014-08-131-0/+2
* Extracted ES from sonar-server & updated ServerTester for mediumTestsStephane Gamard2014-08-111-20/+28
* temp DEBUG level for ES to inspect IT TestsStephane Gamard2014-08-071-1/+1
* SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapperStephane Gamard2014-08-071-0/+28
* SONAR-5483 - Fixed null rack_id in searchProcess and ESNodeStephane Gamard2014-08-071-1/+1
* SONAR-5483 - Added Cluster zone-awareness using rack_idStephane Gamard2014-08-071-0/+2
* Fix mergeSimon Brandhof2014-08-072-38/+26
* No need to repeat default property values in SearchServerSimon Brandhof2014-08-071-4/+3
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-072-0/+1
* SONAR-4907 - Added naming for search and server within a node.Stephane Gamard2014-08-061-4/+9
* SONAR-5483 - Current version of DAO does not support partial shard success fo...Stephane Gamard2014-08-061-1/+1
* SONAR-5483 - zero division error when not in cluster...Stephane Gamard2014-08-061-3/+4
* fixed constant nameStephane Gamard2014-08-061-3/+5
* SONAR-5483 - Added minium replication factor for clusterStephane Gamard2014-08-061-1/+2
* SONAR-5483 - Enforce N/2+1 masters present in clusterStephane Gamard2014-08-061-4/+16
* SONAR-5483 - Override ES default http propertyStephane Gamard2014-08-061-0/+1
* SONAR-5483 - Fixed SearchServerTest (missing property)Stephane Gamard2014-08-061-3/+1
* SONAR-5483 - Removed HTTP Console on SQ's ES and updated node.nameStephane Gamard2014-08-061-13/+33
* SONAR-5483 - Removed useless outputStephane Gamard2014-08-051-3/+0
* SONAR-5483 - Fixed slave joining cluster.Stephane Gamard2014-08-051-5/+6
* SONAR-5483 - Added Cluster discovery configuration to SearchServerStephane Gamard2014-08-051-12/+26
* SONAR-4898 update documentation and Minimum Viable EnvironmentSimon Brandhof2014-07-301-0/+2
* SONAR-4898 improve reliabilitySimon Brandhof2014-07-303-101/+84
* SONAR-4898 - Renamed sonar.es.* properties to sonar.search.*Stephane Gamard2014-07-281-2/+2
* SONAR-4898 - Fixed logger levels and messagesStephane Gamard2014-07-281-1/+1
* SONAR-4898 improve logging configurationSimon Brandhof2014-07-252-9/+42
* fixed creating log files during testsStephane Gamard2014-07-242-8/+1
* SONAR-4898 - Console logger for server and search is filtered warn (as it is ...Stephane Gamard2014-07-241-4/+2
* SONAR-4898 improve default settingsSimon Brandhof2014-07-231-2/+2
* SONAR-4898 improve management of sonar.path.* propertiesSimon Brandhof2014-07-232-1/+2
* SONAR-4898 - Default logging level in INFOStephane Gamard2014-07-231-1/+1
* SONAR-4898 - Fixed gracefull shutdown with JSWStephane Gamard2014-07-233-7/+5
* SONAR-4898 few improvementsSimon Brandhof2014-07-232-2/+1
* SONAR-4898 remove duplicated classes and usage of SONAR_HOMESimon Brandhof2014-07-231-3/+3
* SONAR-4898 some refactoringSimon Brandhof2014-07-231-4/+2
* SONAR-4898 - Disable auto_start for JSWStephane Gamard2014-07-231-0/+56