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/08/29 15:45:47 UTC

[skywalking-cli] branch traces-search updated (c591a92 -> d9e4214)

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

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


    from c591a92  update keymap and clean tree selectedRow
     add b47c5fb  Refactor `metrics thermodynamic` command (#59)
     add d9e4214  Merge branch 'master' into traces-search

No new revisions were added by this update.

Summary of changes:
 README.md                                       |   6 +-
 assets/graphqls/metrics/Thermodynamic.graphql   |  13 ++-
 commands/metrics/thermodynamic/thermodynamic.go |  31 +++---
 commands/model/{order.go => scope.go}           |  26 ++---
 display/graph/graph.go                          |   2 +-
 display/graph/heatmap/heatmap.go                | 140 ++++++++++++------------
 graphql/metrics/metrics.go                      |   6 +-
 lib/heatmap.go                                  | 114 -------------------
 8 files changed, 117 insertions(+), 221 deletions(-)
 copy commands/model/{order.go => scope.go} (66%)
 delete mode 100644 lib/heatmap.go