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/19 04:11:26 UTC

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

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 72d9b2e  do not panic, return error instead
     add 0f5f388  fix linter not work

No new revisions were added by this update.

Summary of changes:
 Makefile                                                    | 2 +-
 internal/commands/dashboard/global/global.go                | 3 ++-
 internal/commands/dashboard/global/metrics.go               | 3 ++-
 internal/commands/endpoint/list.go                          | 3 ++-
 internal/commands/healthcheck/healthcheck.go                | 3 ++-
 internal/commands/instance/list.go                          | 3 ++-
 internal/commands/instance/search.go                        | 3 ++-
 internal/commands/interceptor/duration.go                   | 3 ++-
 internal/commands/interceptor/duration_test.go              | 3 ++-
 internal/commands/interceptor/entity.go                     | 3 ++-
 internal/commands/interceptor/entity_test.go                | 3 ++-
 internal/commands/metrics/aggregation/topn.go               | 6 ++++--
 internal/commands/metrics/linear/multiple-linear-metrics.go | 3 ++-
 internal/commands/metrics/list/list-metrics.go              | 3 ++-
 internal/commands/metrics/single/single-metrics.go          | 3 ++-
 internal/commands/metrics/thermodynamic/thermodynamic.go    | 3 ++-
 internal/commands/service/list.go                           | 3 ++-
 internal/commands/trace/list.go                             | 3 ++-
 internal/commands/trace/trace.go                            | 1 +
 internal/flags/duration.go                                  | 3 ++-
 internal/flags/metrics.go                                   | 3 ++-
 internal/model/order.go                                     | 3 ++-
 internal/model/scope.go                                     | 3 ++-
 internal/model/step.go                                      | 3 ++-
 pkg/display/graph/dashboard/global.go                       | 7 ++++---
 pkg/display/graph/gauge/gauge.go                            | 7 ++++---
 pkg/display/graph/graph.go                                  | 3 ++-
 pkg/display/graph/heatmap/heatmap.go                        | 3 ++-
 pkg/display/graph/tree/adapter.go                           | 3 ++-
 pkg/display/graph/tree/list.go                              | 3 ++-
 pkg/display/json/json_test.go                               | 3 ++-
 pkg/display/table/table_test.go                             | 3 ++-
 pkg/display/yaml/yaml_test.go                               | 3 ++-
 pkg/graphql/dashboard/global.go                             | 5 +++--
 pkg/graphql/healthcheck/healthcheck.go                      | 3 ++-
 pkg/graphql/metadata/metadata.go                            | 1 +
 pkg/graphql/metrics/metrics.go                              | 5 +++--
 pkg/graphql/trace/trace.go                                  | 3 ++-
 pkg/graphql/utils/adapter.go                                | 3 ++-
 pkg/graphql/utils/adapter_test.go                           | 3 ++-
 pkg/graphql/utils/constants.go                              | 3 ++-
 41 files changed, 87 insertions(+), 46 deletions(-)