You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/18 14:03:25 UTC

[skywalking-cli] branch chore/project-layout updated (fd70ebf -> 72d9b2e)

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

kezhenxu94 pushed a change to branch chore/project-layout
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


    from fd70ebf  fix typo
     add 72d9b2e  do not panic, return error instead

No new revisions were added by this update.

Summary of changes:
 internal/commands/dashboard/global/global.go       |  7 ++-
 internal/commands/dashboard/global/metrics.go      |  7 ++-
 internal/commands/endpoint/list.go                 |  7 ++-
 internal/commands/healthcheck/healthcheck.go       |  7 ++-
 internal/commands/instance/list.go                 |  7 ++-
 internal/commands/instance/search.go               |  7 ++-
 internal/commands/metrics/aggregation/topn.go      |  7 ++-
 internal/commands/metrics/linear/linear-metrics.go |  7 ++-
 .../metrics/linear/multiple-linear-metrics.go      |  7 ++-
 internal/commands/metrics/list/list-metrics.go     |  7 ++-
 internal/commands/metrics/single/single-metrics.go |  7 ++-
 .../metrics/thermodynamic/thermodynamic.go         |  7 ++-
 internal/commands/service/list.go                  | 12 ++++-
 internal/commands/trace/list.go                    |  7 ++-
 internal/commands/trace/trace.go                   |  7 ++-
 pkg/display/graph/dashboard/global.go              |  6 ++-
 pkg/display/graph/tree/list.go                     | 18 +++++--
 pkg/graphql/client/client.go                       |  7 ---
 pkg/graphql/dashboard/global.go                    | 60 ++++++++++++++++------
 pkg/graphql/healthcheck/healthcheck.go             |  6 +--
 pkg/graphql/metadata/metadata.go                   | 23 +++++----
 pkg/graphql/metrics/metrics.go                     | 36 ++++++-------
 pkg/graphql/trace/trace.go                         | 12 ++---
 23 files changed, 198 insertions(+), 80 deletions(-)