Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the issue #99 that the key parameters in path does not effect #100

Merged
merged 3 commits into from Feb 28, 2020

Conversation

zhulijian1
Copy link
Contributor

修改原因:
Fixes #99
修改内容:
将key参数值通过returnData函数的参数传给queryAndResponse,并配入FindOption中

Signed-off-by: zhulijian <zhulijian1@huawei.com>
Signed-off-by: zhulijian <zhulijian1@huawei.com>
@tianxiaoliang
Copy link
Contributor

添加至少一个UT进行验证

@zhulijian1
Copy link
Contributor Author

添加至少一个UT进行验证

UT已添加,PUT里添加了一个相同labels的不同key,List时查询到的数量会加一,GetByKey查到的数量不变

Signed-off-by: zhulijian <zhulijian1@huawei.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/v1/{project}/kie/kv/{key}接口中的参数key不生效,会查到所有key
2 participants