aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* Fix Gradle hack to resolve Jetty dependencySimon Brandhof2018-03-151-8/+1
| | | | by upgrading Jetty
* Fix some Java compiler warningsSimon Brandhof2018-03-122-6/+7
|
* Move To GradleDavid Rautureau2018-03-092-96/+49
|
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-016-106/+138
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-148-12/+12
|
* Fix license headers for 2018Simon Brandhof2018-01-07105-107/+105
|
* fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-243-4/+38
|
* fix unstable UT SharedHealthStateImplTestSébastien Lesaint2017-11-241-0/+3
|
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|
* Do not crash with technical errors when cluster is enabledSimon Brandhof2017-10-191-0/+4
|
* Upgrade logback and SLF4jSimon Brandhof2017-10-162-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.6ssjenka2017-10-132-8/+61
|\ | | | | | | | | * origin/branch-6.6: SONAR-8798 fix error when sonar.log.maxFiles=0
| * SONAR-8798 fix error when sonar.log.maxFiles=0Simon Brandhof2017-10-132-8/+61
| |
* | Automatic merge from branch-6.6ssjenka2017-10-111-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 iterationSimon Brandhof2017-10-111-1/+1
| |
| * Publish 6.6 Release Candidate 1Simon Brandhof2017-10-101-1/+1
| |
| * fix quality flawsDaniel Schwarz2017-10-101-0/+11
| |
* | Utilize parameterized logging rather than String.format()Daniel Trebbien2017-10-101-3/+1
| |
* | Remove two redundant calls to isTraceEnabled()Daniel Trebbien2017-10-101-2/+2
| |
* | Utilize parameterized loggingDaniel Trebbien2017-10-102-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-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|/
* Fix Quality flawsSimon Brandhof2017-09-281-1/+2
|
* SONAR-9803 add the tests that have been dropped by mistakeSimon Brandhof2017-09-289-0/+1056
|
* SONAR-9802 remove useless attributes of HazelcastMemberSimon Brandhof2017-09-264-48/+0
|
* SONAR-9802 add memory and cpu metrics to JvmStateSectionSimon Brandhof2017-09-262-2/+11
|
* SONAR-8153 Do not export sensitive settings in System InfoSimon Brandhof2017-09-261-0/+1
|
* SONAR-9802 fix support of overridden cluster nameSimon Brandhof2017-09-263-9/+5
|
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-2612-33/+44
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-263-0/+124
|
* SONAR-9802 complete system info pageSimon Brandhof2017-09-262-0/+56
|
* SONAR-9845 Display type of disk in System Info on LinuSimon Brandhof2017-09-262-5/+20
|
* SONAR-9802 request all nodes from api/system/cluster_infoSimon Brandhof2017-09-267-14/+124
|
* SONAR-9802 add information to System Info pageSimon Brandhof2017-09-262-3/+6
|
* SONAR-9839 return health in api/system/infoSimon Brandhof2017-09-262-0/+11
|
* SONAR-9802 Add nodes to system info in cluster modeGrégoire Aubert2017-09-266-22/+188
|
* SONAR-9802 ability to execute distributed callsSimon Brandhof2017-09-269-0/+479
| | | | See HazelcastMember#call(DistributedCall, ...)
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-2618-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-ioSimon Brandhof2017-09-262-2/+2
| | | | (without dropping the dependency)
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-2622-18/+1571
|
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-2628-3066/+0
|
* dropped marvel propertyDaniel Schwarz2017-09-253-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 insertSébastien Lesaint2017-09-193-23/+32
|
* SONAR-9773 add warning when ES_JVM_OPTIONS is setSébastien Lesaint2017-09-195-46/+134
|
* SONAR-9773 improve warning message in generated ES jvm.options fileSébastien Lesaint2017-09-192-2/+2
|
* SONAR-9773 ignore JAVA_TOOL_OPTIONS is defined and log warningSébastien Lesaint2017-09-192-4/+95
|
* SONAR-9773 add AbstractCommand#suppressEnvVariableSébastien Lesaint2017-09-195-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