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

Use protobuf marshal/unmarshal in execution database #1312

Merged
merged 2 commits into from
Sep 6, 2019

Conversation

antho1404
Copy link
Member

Fix issue because of the oneof in the execution proto.
We were serializing in json and json doesn't support interfaces. Now the database serialize in proto to have the support of this oneof.

@antho1404 antho1404 added the bug Something isn't working label Sep 6, 2019
@antho1404 antho1404 added this to the v0.14.0 milestone Sep 6, 2019
@antho1404 antho1404 self-assigned this Sep 6, 2019
@NicolasMahe NicolasMahe merged commit 03ac602 into dev Sep 6, 2019
@NicolasMahe NicolasMahe deleted the bug/execution-serializing branch September 6, 2019 10:18
@NicolasMahe NicolasMahe added the release:change Pull requests that change something existant label Sep 6, 2019
@NicolasMahe NicolasMahe changed the title Fix issue with execution update Use protobuf marshal/unmarshal in execution database Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release:change Pull requests that change something existant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants