aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-135-6/+56
|
* SONAR-9741 fix FP in ClusterTestSébastien Lesaint2017-09-131-4/+1
|
* SONAR-9741 harden ES status check when no node can be contactedSébastien Lesaint2017-09-134-20/+66
| | | | or any other Exception occuring while checking ES cluster status
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-136-42/+74
|
* SONAR-9741 add authentication to api/system/healthSébastien Lesaint2017-09-1310-13/+242
|
* SONAR-9741 add authentication by System PassCode to HttpConnectorSébastien Lesaint2017-09-132-0/+30
|
* SONAR-9741 put key of SharedHealthState map in ClusterObjectKeysSébastien Lesaint2017-09-132-3/+6
|
* SONAR-9741 add integration testsSimon Brandhof2017-09-136-49/+211
|
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-1317-64/+63
|
* SONAR-9741 move NodeType to sonar-clusterSébastien Lesaint2017-09-137-8/+8
|
* SONAR-8741 ignore NodeHealth in HZ older than 30 secondsSébastien Lesaint2017-09-132-16/+86
|
* SONAR-9741 add detail TRACE logs SharedHealthStateImplSébastien Lesaint2017-09-132-4/+36
|
* SONAR-9741 use cluster time to timestamp NodeHealth info shared in HZSébastien Lesaint2017-09-133-17/+111
|
* SONAR-9741 add HazelcastClient#getClusterTimeSébastien Lesaint2017-09-135-1/+40
|
* SONAR-9741 remove NodeHealth#date fieldSébastien Lesaint2017-09-1312-75/+7
|
* SONAR-9741 don't check ES status when computing node health statusSébastien Lesaint2017-09-132-5/+21
|
* SONAR-9741 ignored health from non existing HZ membersSébastien Lesaint2017-09-132-12/+23
|
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-1311-42/+52
| | | | | 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 remove health info from hazelcast when node shuts downSébastien Lesaint2017-09-135-2/+50
|
* SONAR-9741 check search nodes health in api/system/healthSébastien Lesaint2017-09-138-75/+815
|
* SONAR-9741 check app nodes status in api/system/healthSébastien Lesaint2017-09-136-41/+562
|
* SONAR-9741 return nodes in response of api/system/healthSébastien Lesaint2017-09-1317-55/+786
|
* SONAR-9741 search nodes share startup health statusSébastien Lesaint2017-09-1313-78/+338
|
* 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-132-5/+6
| | | | and propagate it through main process and sub processes
* SONAR-9741 add HealthChecker#checkCluster with check of ES statusSébastien Lesaint2017-09-1310-62/+456
|
* SONAR-9741 web process shares health info in HazelcastSébastien Lesaint2017-09-1315-99/+818
|
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-1314-119/+158
| | | | to allow unit testing
* SONAR-9741 add SharedHealthStateSébastien Lesaint2017-09-1310-4/+1206
|
* SONAR-9741 add PlatformLevel#addIfClusterSébastien Lesaint2017-09-132-18/+119
|
* SONAR-9741 fix TODO in ComputeEngineContainerImplSébastien Lesaint2017-09-131-33/+29
|
* SONAR-9741 rename HazelcastClientWrapper to HazelcastClientSébastien Lesaint2017-09-137-32/+31
|
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-1355-341/+510
|
* SONAR-9739 rename Cluster to WebServerSébastien Lesaint2017-09-1318-158/+86
|
* SONAR-9740 ability to use UserSession in safe modeSimon Brandhof2017-09-133-0/+136
|
* SONAR-9740 support system passcode in WSSimon Brandhof2017-09-1310-3/+406
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-1317-13/+254
|
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-138-69/+70
|
* SONAR-9739 add integration test for WS api/system/healthSimon Brandhof2017-09-135-24/+164
|
* SONAR-9739 make StartupCrash startableSimon Brandhof2017-09-131-3/+5
|
* SONAR-9739 improve integration tests of api/system/statusSimon Brandhof2017-09-137-49/+299
|
* Refactor a few integration tests of Quality profilesSimon Brandhof2017-09-133-55/+17
|
* default status code should also be 200 in UTs with WsActionTesterSébastien Lesaint2017-09-131-1/+1
|
* SONAR-9755 rename HealthCheck to NodeHealthCheckSébastien Lesaint2017-09-1317-72/+72
|
* SONAR-9755 rename HealthChecker#check to checkNodeSébastien Lesaint2017-09-135-16/+17
|
* SONAR-9739 drop authentication on api/system/healthSébastien Lesaint2017-09-1311-287/+79
|
* SONAR-9739 add check of CE's operational status in api/system/healthSébastien Lesaint2017-09-137-32/+156
|
* SONAR-9739 add WS api/system/healthSébastien Lesaint2017-09-1329-1/+1700
|
* SONAR-9739 use UserSession#checkIsRootSébastien Lesaint2017-09-133-34/+14
|
* SONAR-9739 add UserSession#checkIsRootSébastien Lesaint2017-09-136-0/+45
|