This is an automated email from the ASF dual-hosted git repository.
asifdxtreme pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git.
from 6e9a59f SCB-1312 clear go lint (#12)
new 999a224 support combination query
new 2990828 add license header
new bf3c4d6 fix bug: if find by labels, will lose key value record
new 6745926 Merge pull request #13 from tianxiaoliang/master
The 29 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:
go.mod | 5 +-
pkg/common/common.go | 3 +-
server/config/config.go | 4 +-
server/dao/kie_api.go | 24 ++++--
server/dao/kv_test.go | 8 +-
server/resource/v1/common.go | 34 +++++++--
server/resource/v1/common_test.go | 64 ++++++++++++++++
server/resource/v1/doc_struct.go | 14 ++--
server/resource/v1/kv_resource.go | 89 +++++++++-------------
.../v1/{history_resource.go => v1_suite_test.go} | 14 +++-
10 files changed, 172 insertions(+), 87 deletions(-)
create mode 100644 server/resource/v1/common_test.go
copy server/resource/v1/{history_resource.go => v1_suite_test.go} (82%)