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 4d11050 Merge pull request #15 from tianxiaoliang/master
new 196d7dd Refactoring the delete function
new 5b69dc3 remove h.Set("domain", "test")
new 595cf79 Merge pull request #16 from wangqj/master
The 34 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:
client/client.go | 51 +++++++++++++++++++++++
client/client_test.go | 34 +++++++++++++--
server/dao/kie_api.go | 88 +++++++++++++++++++--------------------
server/dao/kv.go | 34 +++++++++++----
server/dao/kv_test.go | 35 ++++++++++------
server/dao/label_history.go | 32 ++++++++------
server/dao/mongodb_operator.go | 4 +-
server/resource/v1/common.go | 4 +-
server/resource/v1/doc_struct.go | 5 +++
server/resource/v1/kv_resource.go | 32 +++++++-------
10 files changed, 216 insertions(+), 103 deletions(-)