aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Sanitize api/issues/search json example concerning line/textRangeTeryk Bellahsene2017-09-201-1/+1
* SONAR-9813 WS api/projects/update_visibility allows portfolio and applicationTeryk Bellahsene2017-09-202-9/+126
* WS project_analyses/search accepts portfoliosTeryk Bellahsene2017-09-202-10/+29
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-192-3/+11
* SONAR-9202 add test to verify, that RegisterRules can deactivate 5000 rulesDaniel Schwarz2017-09-181-0/+41
* SONAR-9621 Always load cpd blocks from report when mode != incrementalJulien HENRY2017-09-182-4/+5
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-156-24/+52
* 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
* Improve qualityDuarte Meneses2017-09-145-52/+41
* 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-9741 add authentication to api/system/healthSébastien Lesaint2017-09-136-6/+214
* SONAR-9741 fix types of fields in response of WSSébastien Lesaint2017-09-1310-32/+31
* SONAR-9741 move NodeType to sonar-clusterSébastien Lesaint2017-09-131-2/+2
* SONAR-9741 remove NodeHealth#date fieldSébastien Lesaint2017-09-137-14/+0
* SONAR-9741 don't check ES status when computing node health statusSébastien Lesaint2017-09-132-5/+21
* 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-131-1/+1
* 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-139-18/+526
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-132-4/+4
* SONAR-9741 add PlatformLevel#addIfClusterSébastien Lesaint2017-09-132-18/+119
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-139-28/+40
* SONAR-9739 rename Cluster to WebServerSébastien Lesaint2017-09-1317-156/+84
* 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
* SONAR-9739 use UserSession#checkIsRootSébastien Lesaint2017-09-133-34/+14
* SONAR-9739 add UserSession#checkIsRootSébastien Lesaint2017-09-135-0/+40
* SONAR-9744 try and improve description of api/system/statusSébastien Lesaint2017-09-131-9/+11
* SONAR-9744 DOWN status returned by api/system/status doesn't check DBSébastien Lesaint2017-09-132-94/+8
* Fix renamed field in testJanos Gyerik2017-09-121-1/+1
* SONAR-9616 Branch status is using unresolved issuesJulien Lancelot2017-09-124-20/+23
* SONAR-9616 Allow usage of main branch in ws having branch parameterJulien Lancelot2017-09-127-34/+119
* SONAR-7745 Return version in api/components/showJulien Lancelot2017-09-124-10/+37
* SONAR-9616 Component name is set to public key when emptyJulien Lancelot2017-09-122-12/+15
* SONAR-9616 Fix notification on branchJulien Lancelot2017-09-125-50/+134
* SONAR-916 Do not include branch name in quality gate notifsJanos Gyerik2017-09-122-3/+30