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

[constructor] Transactional KV Store #276

Merged
merged 10 commits into from
Dec 11, 2020
Merged

Conversation

patrick-ogrady
Copy link
Contributor

Related: coinbase/mesh-cli#205

This PR adds support for transactionally setting/getting arbitrary JSON across workflows. There is more context on why this is useful on the attached issue.

Changes

  • Add SetBlob and GetBlob actions
  • Add SetBlob and GetBlob to helpers
  • Add tests

@patrick-ogrady patrick-ogrady changed the title [constructor] Provide KV Store [constructor] Transactional KV Store Dec 11, 2020
@coveralls
Copy link

coveralls commented Dec 11, 2020

Pull Request Test Coverage Report for Build 13708

  • 24 of 32 (75.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.009%) to 78.044%

Changes Missing Coverage Covered Lines Changed/Added Lines %
constructor/worker/worker.go 24 32 75.0%
Totals Coverage Status
Change from base Build 13595: -0.009%
Covered Lines: 8115
Relevant Lines: 10398

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants