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

Update process structure: rename process's key to name and move node.*.key into node #1536

Merged
merged 4 commits into from
Dec 4, 2019

Conversation

krhubert
Copy link
Contributor

@krhubert krhubert commented Nov 28, 2019

close #1534
close #1535

Move node.*.key into node and rename process.key to name

orchestrator/orchestrator.go Outdated Show resolved Hide resolved
orchestrator/orchestrator.go Outdated Show resolved Hide resolved
process/graph.go Outdated Show resolved Hide resolved
- change stepID to nodeKey
- remove database process tests
oneof type {
// Result is a trigger that listens for a specific result.
Result result = 1 [
(gogoproto.moretags) = 'hash:"name:1"'
Result result = 2 [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you don't need to start from 0 in a oneof

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from 0?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mean from 1

@NicolasMahe
Copy link
Member

Let's wait for issue #1427 to be closed before merging this PR

Copy link
Member

@antho1404 antho1404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready to merge for me when the tests e2e is ready.
You can use this PR for mesg-foundation/js-sdk#148 if you want to test

@NicolasMahe NicolasMahe added this to the next milestone Dec 4, 2019
@NicolasMahe NicolasMahe merged commit dd53368 into dev Dec 4, 2019
@NicolasMahe NicolasMahe deleted the refactor/process branch December 4, 2019 10:58
@NicolasMahe NicolasMahe changed the title Move node.*.key into node and rename process.key to name Update process structure: rename process's key to name and move node.*.key into node Dec 13, 2019
@NicolasMahe NicolasMahe mentioned this pull request Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Result.key, Event.key, Task.key, Map.key and Filter.key to Node.key Rename process.key to process.name
3 participants