aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9666 Restore support of multi-valued properties containing line breaksJulien HENRY2017-09-152-2/+51
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-142-2/+13
* SONAR-9762 Purge must not catch exceptionEric Hartmann2017-09-146-53/+123
* Close logsTailer when closing ComputeEngineEric Hartmann2017-09-141-1/+3
* Remove duplicate licenceEric Hartmann2017-09-141-20/+0
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-1411-4/+365
* SONAR-9760 Throw an exception when indexation is failingEric Hartmann2017-09-1410-105/+69
* Analyze maintenance branches on next.sonarqube.comSimon Brandhof2017-09-141-1/+8
* SONAR-9764 Add a dedicated message when there is no Elasticsearch masterEric Hartmann2017-09-142-0/+56
* Improve qualityDuarte Meneses2017-09-1411-70/+118
* .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-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
* 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
* 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
* 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
* 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