Skip to content

Use protobuf marshal/unmarshal in execution database#1312

Merged
NicolasMahe merged 2 commits intodevfrom
bug/execution-serializing
Sep 6, 2019
Merged

Use protobuf marshal/unmarshal in execution database#1312
NicolasMahe merged 2 commits intodevfrom
bug/execution-serializing

Conversation

@antho1404
Copy link
Copy Markdown
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
@antho1404 antho1404 force-pushed the bug/execution-serializing branch from 9f035f0 to 50f9bed Compare September 6, 2019 09:54
@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