summaryrefslogtreecommitdiffstats
path: root/server/sonar-main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* Fix quality flawsEric Hartmann2017-09-114-37/+88
|
* remove obsolete elasticsearch.ymlDaniel Schwarz2017-09-111-91/+0
|
* Add test for EsProcessMonitorDaniel Schwarz2017-09-115-22/+176
|
* Fix Quality flawsSimon Brandhof2017-09-051-1/+1
|
* Make HazelcastClusterTest more robust.Eric Hartmann2017-09-051-3/+3
|
* SONAR-9712 sonar.auth.jwtBase64Hs256Secret is mandatory on app nodesSimon Brandhof2017-09-053-86/+129
|
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-051-2/+2
|
* SONAR-6966 Implement node name for HazelcastEric Hartmann2017-09-052-0/+10
|
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-059-23/+101
|
* SONAR-9714 Pass Elasticsearch settings in a yaml fileDaniel Schwarz2017-09-051-3/+2
| | | | instead of command line arguments
* SONAR-9731 Update clustering property namesEric Hartmann2017-09-058-28/+24
|
* SONAR-9713 Allow to upgrade a cluster without stopping search nodesEric Hartmann2017-09-052-2/+60
|
* SONAR-9712 reduce types of cluster nodes to only: application OR searchEric Hartmann2017-09-054-55/+129
|
* SONAR-9712 Upgrade Hazelcast to 3.8.4Eric Hartmann2017-09-051-1/+0
|
* SONAR-9590 add EsFileSystem classSébastien Lesaint2017-09-051-5/+7
|
* SONAR-9590 rename sonar-process-monitor to sonar-mainSébastien Lesaint2017-09-0573-0/+8217