aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-156-24/+52
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-141-1/+7
* SONAR-9762 Purge must not catch exceptionEric Hartmann2017-09-142-38/+2
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-142-1/+53
* SONAR-9760 Throw an exception when indexation is failingEric Hartmann2017-09-149-104/+38
* SONAR-9764 Add a dedicated message when there is no Elasticsearch masterEric Hartmann2017-09-142-0/+56
* Improve qualityDuarte Meneses2017-09-147-53/+65
* .level label localazed size css fixasosnoviy2017-09-141-2/+8
* SONAR-9740 refactor UserSessionInitializerSimon Brandhof2017-09-138-123/+213
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-131-3/+37
* SONAR-9741 harden ES status check when no node can be contactedSébastien Lesaint2017-09-133-17/+65
* SONAR-9587 use classpath rather than fat jar for sonar-applicationSébastien Lesaint2017-09-132-2/+31
* SONAR-9741 add authentication to api/system/healthSébastien Lesaint2017-09-136-6/+214
* SONAR-9741 put key of SharedHealthState map in ClusterObjectKeysSébastien Lesaint2017-09-132-3/+6
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-1316-62/+61
* 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
* 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-1316-55/+766
* 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
* 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-1312-117/+156
* 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-1350-331/+490
* 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-135-1/+250
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-135-4/+57
* SONAR-9739 add protobuf response to WS api/system/statusSimon Brandhof2017-09-131-32/+22
* 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-1328-1/+1659