You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2018/11/01 06:13:50 UTC

[incubator-skywalking] branch submodule/ui updated (d80f47d -> 3fb3d78)

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch submodule/ui
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from d80f47d  Update ui
     add dbf0444  Fix NPE in protobuf and illegal query parameter. (#1847)
     add f2828e7  Update submodule ui (#1846)
     add 279c81e  Fix k8s api connection leak (#1848)
     add 07e799e  Fix bugs  (#1854)
     add 08f634b  Update overview.md (#1855)
     add 3fb3d78  Merge branch 'master' into submodule/ui

No new revisions were added by this update.

Summary of changes:
 apm-dist/release-docs/LICENSE                      |  8 ++---
 apm-sniffer/apm-agent/pom.xml                      |  1 +
 docs/en/concepts-and-designs/overview.md           |  4 +--
 docs/en/setup/backend/backend-cluster.md           |  4 ---
 .../plugin/kubernetes/KubernetesCoordinator.java   |  3 ++
 .../dependencies/NamespacedPodListWatch.java       | 41 +++++++++++++++-------
 .../core/analysis/worker/IndicatorTransWorker.java | 10 ++++--
 .../oap/server/core/query/MetricQueryService.java  |  5 +++
 .../server/core/register/EndpointInventory.java    | 12 ++++---
 .../core/register/NetworkAddressInventory.java     |  3 +-
 .../core/register/ServiceInstanceInventory.java    | 11 +++---
 .../oap/server/core/register/ServiceInventory.java | 17 ++++++++-
 .../register/service/ServiceInventoryRegister.java |  1 +
 .../register/worker/RegisterPersistentWorker.java  |  4 ++-
 .../oap/server/library/util/StringUtils.java       |  4 +++
 15 files changed, 91 insertions(+), 37 deletions(-)