You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/28 06:36:08 UTC

[skywalking] branch wu-sheng-patch-1 updated (a94ff65 -> 0a25007)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from a94ff65  Use go2sky 1.1.0 for e2e testing.
     add f742142  Add UI templates (#7013)
     add 0a25007  Merge branch 'master' into wu-sheng-patch-1

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/oal/tcp.oal                 |   8 +-
 .../topology-endpoint-relation.yml                 |  81 ++++
 .../ui-initialized-templates/topology-endpoint.yml | 195 +++++-----
 .../ui-initialized-templates/topology-instance.yml | 413 ++++++++++++++-------
 .../topology-service-instance-relation.yml         | 252 +++++++++++++
 .../topology-service-relation.yml                  | 252 +++++++++++++
 .../ui-initialized-templates/topology-service.yml  | 167 +++++++++
 .../core/query/enumeration/TemplateType.java       |   4 +-
 .../src/main/resources/query-protocol              |   2 +-
 .../skywalking/e2e/dashboard/TemplateType.java     |   3 +-
 10 files changed, 1137 insertions(+), 240 deletions(-)
 create mode 100644 oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/topology-endpoint-relation.yml
 create mode 100644 oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/topology-service-instance-relation.yml
 create mode 100644 oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/topology-service-relation.yml
 create mode 100644 oap-server/server-bootstrap/src/main/resources/ui-initialized-templates/topology-service.yml