You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2020/01/19 06:34:52 UTC

[servicecomb-kie] branch master updated (545ebf7 -> 0fa613b)

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

tianxiaoliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git.


    from 545ebf7  SCB-1718 support use revision param to query data (#69)
     add 0fa613b  #73 support wait,revision,match param (#74)

No new revisions were added by this update.

Summary of changes:
 client/adaptor/kie_client.go      | 142 ------------------------------
 client/adaptor/kie_client_test.go | 165 -----------------------------------
 client/client.go                  |  58 ++++++++-----
 client/client_suite_test.go       |  46 ----------
 client/client_test.go             | 178 ++++++++++++++++----------------------
 client/options.go                 |  30 +++++--
 6 files changed, 135 insertions(+), 484 deletions(-)
 delete mode 100644 client/adaptor/kie_client.go
 delete mode 100644 client/adaptor/kie_client_test.go
 delete mode 100644 client/client_suite_test.go