aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests on WindowsJulien HENRY2018-03-131-7/+12
|
* Fix some Java compiler warningsSimon Brandhof2018-03-122-2/+2
|
* Move To GradleDavid Rautureau2018-03-094-133/+40
|
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-0125-410/+450
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-1/+1
|
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1415-23/+23
|
* Fix license headers for 2018Simon Brandhof2018-01-07104-111/+122
|
* Fix ignored Selenium testsEric Hartmann2017-11-141-34/+0
|
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|
* Compute Engine must start after its local web serverSimon Brandhof2017-10-201-1/+1
|
* Fix quality flawsDaniel Schwarz2017-10-171-3/+6
|
* Automatic merge from branch-6.6ssjenka2017-10-1119-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 iterationSimon Brandhof2017-10-111-1/+1
| |
| * Publish 6.6 Release Candidate 1Simon Brandhof2017-10-101-1/+1
| |
| * fix quality flawsDaniel Schwarz2017-10-102-38/+93
| |
| * SONAR-9908 on Windows, launch Elasticsearch directly, without batch files ↵Daniel Schwarz2017-10-1019-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 callsDaniel Trebbien2017-10-101-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 stringDaniel Trebbien2017-10-101-12/+12
| | | | | | | | The resulting string concatenation is still a constant expression.
* | Utilize parameterized logging rather than String.format()Daniel Trebbien2017-10-102-5/+3
| |
* | Utilize parameterized loggingDaniel Trebbien2017-10-103-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
|/
* SONAR-9811 fix quality flawsDaniel Schwarz2017-10-022-6/+6
| | | | Renamed variable to avoid misunderstandings
* SONAR-9811 change es data dir to data/es5, delete data/es during startupDaniel Schwarz2017-10-025-19/+109
|
* fix unstable UT in SearchNodeHealthProviderTestSébastien Lesaint2017-09-281-2/+3
|
* SONAR-9789 Display once a log message when waiting for ES to be up and runningEric Hartmann2017-09-271-1/+8
|
* SONAR-9802 remove useless attributes of HazelcastMemberSimon Brandhof2017-09-261-4/+1
|
* SONAR-8153 Do not export sensitive settings in System InfoSimon Brandhof2017-09-261-1/+2
|
* SONAR-9802 fix support of overridden cluster nameSimon Brandhof2017-09-262-2/+0
|
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-268-16/+21
|
* SONAR-9802 complete system info pageSimon Brandhof2017-09-261-0/+2
|
* SONAR-9802 ability to execute distributed callsSimon Brandhof2017-09-265-84/+44
| | | | See HazelcastMember#call(DistributedCall, ...)
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-2631-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 flawsSimon Brandhof2017-09-261-1/+1
|
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-2631-555/+150
|
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-2635-18/+3065
|
* SONAR-9773 add AbstractCommand#suppressEnvVariableSébastien Lesaint2017-09-191-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 masterEric Hartmann2017-09-142-0/+56
|
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-132-2/+31
|
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-132-3/+3
|
* SONAR-9741 move NodeType to sonar-clusterSébastien Lesaint2017-09-133-3/+3
|
* SONAR-9741 add HazelcastClient#getClusterTimeSébastien Lesaint2017-09-132-1/+16
|
* SONAR-9741 remove NodeHealth#date fieldSébastien Lesaint2017-09-131-3/+0
|
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-132-10/+14
| | | | | which now return UUID of all members of the HZ cluster, both members and local clients to these member also rename #getClientUuid to getUuid
* SONAR-9741 search nodes share startup health statusSébastien Lesaint2017-09-1312-77/+337
|
* SONAR-9741 app shares search node info in hazelcastSébastien Lesaint2017-09-1312-7/+631
|
* SONAR-9741 populate default value of sonar.cluster.node.nameSébastien Lesaint2017-09-131-5/+4
| | | | and propagate it through main process and sub processes
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-134-7/+6
| | | | to allow unit testing
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-1318-209/+211
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|