Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Julien Lancelot | 2018-11-19 | 104 | -111/+122 |
| | |||||
* | Release 6.7.6 | Julien Lancelot | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Set version 6.7.6-SNAPSHOT | Simon Brandhof | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Release 6.7.56.7.5 | Simon Brandhof | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Prepare development version 6.7.5-SNAPSHOT | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Release 6.7.46.7.4 | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | SONAR-10607 fix ability to disable Elasticsearch seccomp check | Simon Brandhof | 2018-04-24 | 2 | -5/+27 |
| | |||||
* | Prepare for dev version 6.7.4-SNAPSHOT | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Release 6.7.36.7.3 | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Prepare version 6.7.3-SNAPSHOT | Simon Brandhof | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Release 6.7.26.7.2 | Simon Brandhof | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 6.7.2-SNAPSHOT | Eric Hartmann | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Release 6.7.16.7.1 | Simon Brandhof | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Julien Lancelot | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Release 6.76.7 | Simon Brandhof | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Compute Engine must start after its local web server | Simon Brandhof | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Daniel Schwarz | 2017-10-17 | 1 | -3/+6 |
| | |||||
* | Automatic merge from branch-6.6 | ssjenka | 2017-10-11 | 19 | -349/+474 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.6: Prepare for next development iteration SONAR-9721 Fix potential OkHttpClient connection leak Publish 6.6 Release Candidate 1 fix quality flaws Propagate parameters of SQ analysis required by burgr fix unwanted text wrapping in the header in ie11 SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2642) SONAR-9694 Ignore when secondary locations are out of current file for backdating Fix sidebar position helper in IE | ||||
| * | Prepare for next development iteration | Simon Brandhof | 2017-10-11 | 1 | -1/+1 |
| | | |||||
| * | Publish 6.6 Release Candidate 1 | Simon Brandhof | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | fix quality flaws | Daniel Schwarz | 2017-10-10 | 2 | -38/+93 |
| | | |||||
| * | SONAR-9908 on Windows, launch Elasticsearch directly, without batch files ↵ | Daniel Schwarz | 2017-10-10 | 19 | -342/+412 |
| | | | | | | | | | | | | | | (#2642) SONAR-9908 on Windows, launch Elasticsearch directly, without batch files When starting the batch files on windows, we were not able to shutdown Elasticsearch gracefully. | ||||
* | | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | ||||
* | | Incorporate the constant property names into the logger format string | Daniel Trebbien | 2017-10-10 | 1 | -12/+12 |
| | | | | | | | | The resulting string concatenation is still a constant expression. | ||||
* | | Utilize parameterized logging rather than String.format() | Daniel Trebbien | 2017-10-10 | 2 | -5/+3 |
| | | |||||
* | | Utilize parameterized logging | Daniel Trebbien | 2017-10-10 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | ||||
* | | Set version to 6.7-SNAPSHOT | Simon Brandhof | 2017-10-09 | 1 | -1/+1 |
|/ | |||||
* | SONAR-9811 fix quality flaws | Daniel Schwarz | 2017-10-02 | 2 | -6/+6 |
| | | | | Renamed variable to avoid misunderstandings | ||||
* | SONAR-9811 change es data dir to data/es5, delete data/es during startup | Daniel Schwarz | 2017-10-02 | 5 | -19/+109 |
| | |||||
* | fix unstable UT in SearchNodeHealthProviderTest | Sébastien Lesaint | 2017-09-28 | 1 | -2/+3 |
| | |||||
* | SONAR-9789 Display once a log message when waiting for ES to be up and running | Eric Hartmann | 2017-09-27 | 1 | -1/+8 |
| | |||||
* | SONAR-9802 remove useless attributes of HazelcastMember | Simon Brandhof | 2017-09-26 | 1 | -4/+1 |
| | |||||
* | SONAR-8153 Do not export sensitive settings in System Info | Simon Brandhof | 2017-09-26 | 1 | -1/+2 |
| | |||||
* | SONAR-9802 fix support of overridden cluster name | Simon Brandhof | 2017-09-26 | 2 | -2/+0 |
| | |||||
* | SONAR-9802 Fix quality flaws | Daniel Schwarz | 2017-09-26 | 8 | -16/+21 |
| | |||||
* | SONAR-9802 complete system info page | Simon Brandhof | 2017-09-26 | 1 | -0/+2 |
| | |||||
* | SONAR-9802 ability to execute distributed calls | Simon Brandhof | 2017-09-26 | 5 | -84/+44 |
| | | | | See HazelcastMember#call(DistributedCall, ...) | ||||
* | SONAR-9802 replace Hazelcast clients by members | Simon Brandhof | 2017-09-26 | 31 | -1703/+968 |
| | | | | | | | Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response) | ||||
* | Fix Quality flaws | Simon Brandhof | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | SONAR-9803 remove bad coupling of processes on sonar-plugin-api | Simon Brandhof | 2017-09-26 | 31 | -555/+150 |
| | |||||
* | SONAR-9803 restrict sonar-process to classes shared by all processes only | Simon Brandhof | 2017-09-26 | 35 | -18/+3065 |
| | |||||
* | SONAR-9773 add AbstractCommand#suppressEnvVariable | Sébastien Lesaint | 2017-09-19 | 1 | -1/+3 |
| | | | | | which allows to remove from a command an env variable defined for current process and remove support for null value in AbstractCommand#setEnvVariable | ||||
* | SONAR-9764 Add a dedicated message when there is no Elasticsearch master | Eric Hartmann | 2017-09-14 | 2 | -0/+56 |
| | |||||
* | SONAR-9587 use classpath rather than fat jar for sonar-application | Sébastien Lesaint | 2017-09-13 | 2 | -2/+31 |
| | |||||
* | SONAR-9741 fix types of fields in response of WS | Sébastien Lesaint | 2017-09-13 | 2 | -3/+3 |
| | |||||
* | SONAR-9741 move NodeType to sonar-cluster | Sébastien Lesaint | 2017-09-13 | 3 | -3/+3 |
| | |||||
* | SONAR-9741 add HazelcastClient#getClusterTime | Sébastien Lesaint | 2017-09-13 | 2 | -1/+16 |
| | |||||
* | SONAR-9741 remove NodeHealth#date field | Sébastien Lesaint | 2017-09-13 | 1 | -3/+0 |
| |