aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Cleanup warningsGabor Liptak2015-06-171-1/+3
* Useless codeDavid Gageot2015-05-121-2/+2
* Avoid automatic creation of indicesSimon Brandhof2015-04-211-3/+5
* Fix quality flawsSimon Brandhof2015-03-311-2/+3
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-303-62/+35
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-1/+14
* Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-172-3/+2
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-192-2/+44
* Improve stability of randomly allocated ports (when sonar.web.port or sonar.s...Simon Brandhof2014-12-301-0/+2
* Fix compatibility of ES 1.4 with KOPFSimon Brandhof2014-12-181-1/+3
* Remove useless Elasticsearch Marvel settingsSimon Brandhof2014-12-151-4/+0
* Increase timeout of ES to go to yellow status (3s -> 30s)Simon Brandhof2014-11-271-1/+1
* Synchronize database and ES with a journal approachSimon Brandhof2014-11-191-18/+0
* Refactor the way to declare ES indices.Simon Brandhof2014-11-192-9/+6
* SONAR-5687 fix settings of ES clusterSimon Brandhof2014-10-302-8/+10
* Fix documentation of sonar.cluster.activateSimon Brandhof2014-10-241-1/+3
* update ES settingsStephane Gamard2014-10-152-7/+2
* Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-102-18/+12
* Fix quality flawSimon Brandhof2014-10-091-1/+1
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-26/+21
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-082-34/+27
* Apply again commit eb5a7d26a5b on cluster.routing.allocation.awareness.attrib...Simon Brandhof2014-10-081-0/+1
* SONAR-5692 support sonar.search.httpPortSimon Brandhof2014-10-081-3/+12
* Refactor SearchServer to split execution and configurationSimon Brandhof2014-10-082-146/+201
* fix quality flawsStephane Gamard2014-10-081-4/+4
* SONAR-5687 - Slave fails to start if master does not have replication > 0Stephane Gamard2014-10-061-5/+19
* SONAR-5687 - Added cluster mode which sets replication factor to 1Stephane Gamard2014-10-061-20/+16
* SONAR-5687 - Added cluster mode which sets replication factor to 1Stephane Gamard2014-10-061-0/+12
* Fix loading of settings tabsSimon Brandhof2014-10-031-2/+2
* SONAR-5548 - Moved ES analyzer definition to indices rather than to node conf...Stephane Gamard2014-09-301-60/+1
* Automatic merge from branch-4.5Jenkins CI2014-09-241-1/+1
|\
| * SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-241-1/+1
* | SONAR-5531 - Optimized Issue index for mass indexingStephane Gamard2014-09-231-1/+5
* | SONAR-5531 - Optimized refresh while mass indexingStephane Gamard2014-09-231-0/+4
* | SONAR-5531 - Reverted broken fix for refreshStephane Gamard2014-09-221-5/+0
* | SONAR-5531 - Updated ES refresh while synchronizingStephane Gamard2014-09-221-0/+5
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-09-221-71/+66
|\|
| * SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-211-77/+72
* | SONAR-5564 - Updated settings from legacy Memory ES settings and created "son...Stephane Gamard2014-09-161-4/+14
|/
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-121-11/+2
* SONAR-4898 add debug logsSimon Brandhof2014-09-121-0/+10
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-121-53/+36
* 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
* 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