Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix unstable UT SharedHealthStateImplTest | Sébastien Lesaint | 2017-11-24 | 1 | -0/+3 | |
| | ||||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 | |
| | ||||||
* | Do not crash with technical errors when cluster is enabled | Simon Brandhof | 2017-10-19 | 1 | -0/+4 | |
| | ||||||
* | Upgrade logback and SLF4j | Simon Brandhof | 2017-10-16 | 2 | -3/+8 | |
| | | | | | | | Logback 1.1.x suffers from https://nvd.nist.gov/vuln/detail/CVE-2017-5929, which has been fixed in 1.2.0. This vulnerability can't be exploited because the Logback socket server is not enabled. Nevertheless upgrading is a best practice. | |||||
* | Automatic merge from branch-6.6 | ssjenka | 2017-10-13 | 2 | -8/+61 | |
|\ | | | | | | | | | * origin/branch-6.6: SONAR-8798 fix error when sonar.log.maxFiles=0 | |||||
| * | SONAR-8798 fix error when sonar.log.maxFiles=0 | Simon Brandhof | 2017-10-13 | 2 | -8/+61 | |
| | | ||||||
* | | Automatic merge from branch-6.6 | ssjenka | 2017-10-11 | 1 | -0/+11 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+11 | |
| | | ||||||
* | | Utilize parameterized logging rather than String.format() | Daniel Trebbien | 2017-10-10 | 1 | -3/+1 | |
| | | ||||||
* | | Remove two redundant calls to isTraceEnabled() | Daniel Trebbien | 2017-10-10 | 1 | -2/+2 | |
| | | ||||||
* | | Utilize parameterized logging | Daniel Trebbien | 2017-10-10 | 2 | -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 | |
|/ | ||||||
* | Fix Quality flaws | Simon Brandhof | 2017-09-28 | 1 | -1/+2 | |
| | ||||||
* | SONAR-9803 add the tests that have been dropped by mistake | Simon Brandhof | 2017-09-28 | 9 | -0/+1056 | |
| | ||||||
* | SONAR-9802 remove useless attributes of HazelcastMember | Simon Brandhof | 2017-09-26 | 4 | -48/+0 | |
| | ||||||
* | SONAR-9802 add memory and cpu metrics to JvmStateSection | Simon Brandhof | 2017-09-26 | 2 | -2/+11 | |
| | ||||||
* | SONAR-8153 Do not export sensitive settings in System Info | Simon Brandhof | 2017-09-26 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9802 fix support of overridden cluster name | Simon Brandhof | 2017-09-26 | 3 | -9/+5 | |
| | ||||||
* | SONAR-9802 Fix quality flaws | Daniel Schwarz | 2017-09-26 | 12 | -33/+44 | |
| | ||||||
* | SONAR-9802 allow to change the log level of a cluster | Daniel Schwarz | 2017-09-26 | 3 | -0/+124 | |
| | ||||||
* | SONAR-9802 complete system info page | Simon Brandhof | 2017-09-26 | 2 | -0/+56 | |
| | ||||||
* | SONAR-9845 Display type of disk in System Info on Linu | Simon Brandhof | 2017-09-26 | 2 | -5/+20 | |
| | ||||||
* | SONAR-9802 request all nodes from api/system/cluster_info | Simon Brandhof | 2017-09-26 | 7 | -14/+124 | |
| | ||||||
* | SONAR-9802 add information to System Info page | Simon Brandhof | 2017-09-26 | 2 | -3/+6 | |
| | ||||||
* | SONAR-9839 return health in api/system/info | Simon Brandhof | 2017-09-26 | 2 | -0/+11 | |
| | ||||||
* | SONAR-9802 Add nodes to system info in cluster mode | Grégoire Aubert | 2017-09-26 | 6 | -22/+188 | |
| | ||||||
* | SONAR-9802 ability to execute distributed calls | Simon Brandhof | 2017-09-26 | 9 | -0/+479 | |
| | | | | See HazelcastMember#call(DistributedCall, ...) | |||||
* | SONAR-9802 replace Hazelcast clients by members | Simon Brandhof | 2017-09-26 | 18 | -496/+593 | |
| | | | | | | | 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) | |||||
* | SONAR-9802 Decrease coupling of sonar-process with commons-io | Simon Brandhof | 2017-09-26 | 2 | -2/+2 | |
| | | | | (without dropping the dependency) | |||||
* | SONAR-9803 remove bad coupling of processes on sonar-plugin-api | Simon Brandhof | 2017-09-26 | 22 | -18/+1571 | |
| | ||||||
* | SONAR-9803 restrict sonar-process to classes shared by all processes only | Simon Brandhof | 2017-09-26 | 28 | -3066/+0 | |
| | ||||||
* | dropped marvel property | Daniel Schwarz | 2017-09-25 | 3 | -28/+0 | |
| | | | | "sonar.search.marvelHosts" was an internal property, used to enable marvel managing of the embedded Elasticsearch process. | |||||
* | SONAR-9283 Settings, Configuration and Props trim values at insert | Sébastien Lesaint | 2017-09-19 | 3 | -23/+32 | |
| | ||||||
* | SONAR-9773 add warning when ES_JVM_OPTIONS is set | Sébastien Lesaint | 2017-09-19 | 5 | -46/+134 | |
| | ||||||
* | SONAR-9773 improve warning message in generated ES jvm.options file | Sébastien Lesaint | 2017-09-19 | 2 | -2/+2 | |
| | ||||||
* | SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warning | Sébastien Lesaint | 2017-09-19 | 2 | -4/+95 | |
| | ||||||
* | SONAR-9773 add AbstractCommand#suppressEnvVariable | Sébastien Lesaint | 2017-09-19 | 5 | -13/+145 | |
| | | | | | which allows to remove from a command an env variable defined for current process and remove support for null value in AbstractCommand#setEnvVariable | |||||
* | SONAR−9772 fail when changing mandatory JVM options through properties | Sébastien Lesaint | 2017-09-19 | 5 | -83/+397 | |
| | ||||||
* | SONAR-9741 move NodeType to sonar-cluster | Sébastien Lesaint | 2017-09-13 | 2 | -96/+0 | |
| | ||||||
* | SONAR-9741 make NetworkUtils an interface | Sébastien Lesaint | 2017-09-13 | 1 | -1/+1 | |
| | | | | to allow unit testing | |||||
* | SONAR-9741 move shared cluster related classes to sonar-cluster | Sébastien Lesaint | 2017-09-13 | 9 | -353/+30 | |
| | ||||||
* | Bring 6.6-SNAPSHOT back | Simon Brandhof | 2017-09-12 | 1 | -1/+1 | |
| | ||||||
* | Release 6.6-M1 | Simon Brandhof | 2017-09-12 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Eric Hartmann | 2017-09-11 | 1 | -0/+47 | |
| | ||||||
* | Fix quality flaws | Eric Hartmann | 2017-09-11 | 1 | -0/+62 | |
| | ||||||
* | Add missing unit tests | Simon Brandhof | 2017-09-08 | 4 | -24/+204 | |
| | ||||||
* | SONAR-9712 sonar.auth.jwtBase64Hs256Secret is mandatory on app nodes | Simon Brandhof | 2017-09-05 | 1 | -7/+2 | |
| | ||||||
* | SONAR-9715 improve documentation of process management | Simon Brandhof | 2017-09-05 | 4 | -16/+21 | |
| |