| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-8798 delete maven module sonar-search | Sébastien Lesaint | 2017-09-05 | 9 | -747/+0 |
* | SONAR-9239 configure log4j to log as before in es.log | Sébastien Lesaint | 2017-09-05 | 1 | -1/+1 |
* | SONAR-8798 remove setting "index.number_of_replicas" | Daniel Schwarz | 2017-08-09 | 2 | -35/+0 |
* | SONAR-8798 removed SearchServer and EsServerHolder | Daniel Schwarz | 2017-08-09 | 2 | -328/+0 |
* | SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1 | Daniel Schwarz | 2017-08-09 | 1 | -3/+0 |
* | SONAR-8798 use TransportClient to check node is operational | Sébastien Lesaint | 2017-08-09 | 2 | -13/+10 |
* | SONAR-8798 move default index properties to NewIndex | Sébastien Lesaint | 2017-08-09 | 1 | -12/+0 |
* | SONAR-8798 start and monitor ES script from main process | Sébastien Lesaint | 2017-08-09 | 1 | -0/+3 |
* | SONAR-8798 update EsTester to support ES 5.X | Daniel Schwarz | 2017-08-09 | 1 | -0/+3 |
* | SONAR-8798 make integration tests run | Daniel Schwarz | 2017-08-09 | 2 | -11/+10 |
* | SONAR-8798 SearchServer starts external ES 5 process | Daniel Schwarz | 2017-08-09 | 5 | -145/+200 |
* | SONAR-8798 property node.rack_id renamed to node.attr.rack_id | Daniel Schwarz | 2017-08-09 | 1 | -1/+1 |
* | SONAR-8798 do not set obsolete discovery.zen.ping.multicast.enabled | Daniel Schwarz | 2017-08-09 | 1 | -2/+1 |
* | SONAR-8798 compile with ES 5.0.0 | Sébastien Lesaint | 2017-08-09 | 3 | -20/+32 |
* | SONAR-9514 Disable automatic creation of unknown Elasticsearch indices | Simon Brandhof | 2017-07-22 | 1 | -1/+2 |
* | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
* | Prepare for next development iteration | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
* | Release 6.5-M26.5-M2 | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 1 | -1/+1 |
* | SONAR-9134 Define the minimum number of ES master nodes | Eric Hartmann | 2017-05-04 | 5 | -41/+150 |
* | SONAR-9133 Define the number of ES replicas | Eric Hartmann | 2017-05-04 | 2 | -10/+49 |
* | SONAR-9062 Use the network interface defined by sonar.search.host when resolv... | Simon Brandhof | 2017-04-11 | 1 | -1/+1 |
* | SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name (#1... | Eric Hartmann | 2017-03-17 | 3 | -5/+4 |
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 2 | -2/+5 |
* | SONAR-7500 remove useless Monitored WARN log when web fails to start | Sébastien Lesaint | 2017-02-24 | 2 | -7/+9 |
* | Drop unused Surefire config for skipping tests | Simon Brandhof | 2017-02-19 | 1 | -12/+0 |
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 1 | -2/+7 |
* | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 1 | -1/+1 |
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 8 | -16/+16 |
* | Fix Quality flaws | Simon Brandhof | 2017-01-02 | 1 | -1/+1 |
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 2 | -5/+8 |
|\ |
|
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 1 | -1/+3 |
| * | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 1 | -2/+3 |
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -3/+3 |
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| * | [maven-release-plugin] prepare release 6.2-RC16.2-RC1 | David Rautureau | 2016-11-21 | 1 | -1/+1 |
* | | Prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
|/ |
|
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 2 | -7/+66 |
* | SONAR-8383 expose association process -> log filename | Simon Brandhof | 2016-11-17 | 1 | -1/+2 |
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 2 | -3/+25 |
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 1 | -1/+2 |
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 2 | -2/+8 |
* | SONAR-8333 restore process name in logs | Sébastien Lesaint | 2016-11-16 | 2 | -2/+4 |
* | SONAR-8333 make ES log into its own log file | Sébastien Lesaint | 2016-11-16 | 3 | -16/+45 |
* | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 1 | -4/+5 |
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
* | SONAR-7960 add task UUID to logs | Sébastien Lesaint | 2016-08-16 | 1 | -1/+1 |
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled | Sébastien Lesaint | 2016-08-16 | 1 | -1/+1 |
* | Fix compatibility of ES with KOPF | Simon Brandhof | 2016-08-04 | 1 | -1/+1 |