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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 6562efe2fe837cd574e2ee622bbc4a04c5cd5301
Merge: 5d95a06 c8eb90b
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Sat Nov 9 22:12:49 2019 +0800

    Merge pull request #6 from kezhenxu94/feature/graphql-client
    
    [Feature] Set GraphQL client and add service ls command

 .asf.yaml                                          |  17 +
 .github/workflows/go.yml                           |  48 +-
 Makefile                                           |   5 +-
 commands/interceptor/duration.go                   | 130 ++++
 commands/interceptor/duration_test.go              | 150 +++++
 .../interceptor/interceptor.go                     |  27 +-
 swctl/service/service.go => commands/model/step.go |  38 +-
 commands/service/list.go                           |  75 +++
 {swctl => commands}/service/service.go             |  24 +-
 swctl/service/list.go => config/config.go          |   8 +-
 go.mod                                             |   4 +-
 go.sum                                             |   5 +
 cmd/main.go => graphql/client/client.go            |  47 +-
 graphql/schema/schema.go                           | 750 +++++++++++++++++++++
 logger/log.go                                      |   4 +-
 scripts/build                                      |   2 +-
 swctl/main.go                                      |  86 +++
 cmd/main.go => util/io.go                          |  40 +-
 18 files changed, 1339 insertions(+), 121 deletions(-)

Reply via email to