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

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


    from 5d95a06  Merge pull request #4 from apache/fix/license
     new 298aff8  Motivation:
     new 8244ed8  Merge remote-tracking branch 'apache/master' into 
feature/graphql-client
     new 5223581  Remove stale files
     new f7f9910  Rename
     new 8d4c95f  Set up CI flow
     new d30b61d  Set up test coverage
     new b31dc3d  Redesign start end time when absent and present
     new 364978c  Redesign start end time when absent and present
     new 32df178  Polish comments of duration
     new 5535cc7  Polish if-else branches
     new c8eb90b  Fix typo
     new 6562efe  Merge pull request #6 from kezhenxu94/feature/graphql-client

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 commands/interceptor/duration.go
 create mode 100644 commands/interceptor/duration_test.go
 rename cmd/service.go => commands/interceptor/interceptor.go (71%)
 copy swctl/service/service.go => commands/model/step.go (53%)
 create mode 100644 commands/service/list.go
 rename {swctl => commands}/service/service.go (77%)
 rename swctl/service/list.go => config/config.go (89%)
 copy cmd/main.go => graphql/client/client.go (55%)
 create mode 100644 graphql/schema/schema.go
 create mode 100644 swctl/main.go
 rename cmd/main.go => util/io.go (61%)

Reply via email to