aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
* [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
* SONAR-4898 fix quality flawsSimon Brandhof2014-09-121-155/+0
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-121-11/+2
* SONAR-4898 add debug logsSimon Brandhof2014-09-121-0/+10
* Merge branch 'process-monitoring' into branch-4.5Simon Brandhof2014-09-122-56/+39
|\
| * SONAR-4898 refactor process monitoringSimon Brandhof2014-09-122-56/+39
* | [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
* | [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-4/+2
|/
* fix Ignored test and removed another oneStephane Gamard2014-09-011-6/+3
* Fix some quality flawsSimon Brandhof2014-09-011-1/+1
* SONAR-4898 - fixed sonar-server SearchClient exceptions on server shutdownStephane Gamard2014-08-291-1/+0
* SONAR-4898 - fix early termination leaves search server as ghostStephane Gamard2014-08-291-77/+85
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-282-15/+18
* SONAR-4898 fix NPE on termination of ESSimon Brandhof2014-08-281-1/+1
* Fix some quality flawsSimon Brandhof2014-08-261-2/+2
* Fix some quality flawsSimon Brandhof2014-08-261-34/+25
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-251-1/+1
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-251-1/+1
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-251-2/+11
* SONAR-5483 - Fix logStephane Gamard2014-08-251-1/+1
* 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