Skip to content

Conversation

@dmitsh
Copy link
Contributor

@dmitsh dmitsh commented Feb 10, 2022

Description

statestore query API: remove 'value' prefix from key names in query JSON object

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1490

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

@dmitsh dmitsh requested review from a team as code owners February 10, 2022 00:55
@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #1491 (716f9d2) into master (625f955) will increase coverage by 0.00%.
The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1491   +/-   ##
=======================================
  Coverage   35.29%   35.29%           
=======================================
  Files         157      157           
  Lines       14241    14242    +1     
=======================================
+ Hits         5026     5027    +1     
  Misses       8692     8692           
  Partials      523      523           
Impacted Files Coverage Δ
bindings/mysql/mysql.go 46.89% <0.00%> (ø)
state/azure/cosmosdb/cosmosdb_query.go 55.05% <100.00%> (ø)
state/mongodb/mongodb_query.go 40.00% <100.00%> (ø)
state/postgresql/postgresql_query.go 59.18% <100.00%> (+0.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4302917...716f9d2. Read the comment docs.

@artursouza artursouza merged commit eaecd4c into dapr:master Feb 10, 2022
wimvdc pushed a commit to wimvdc/components-contrib that referenced this pull request Feb 10, 2022
wimvdc pushed a commit to wimvdc/components-contrib that referenced this pull request Feb 18, 2022
berndverst pushed a commit to shivamkm07/components-contrib that referenced this pull request Mar 11, 2022
…SON object (dapr#1491)

Signed-off-by: Dmitry Shmulevich <[email protected]>
Signed-off-by: Bernd Verst <[email protected]>
@berndverst berndverst added this to the v1.7 milestone Mar 29, 2022
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.

statestore query API: remove 'value' prefix from the key names in query JSON

3 participants