-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
convert dag.Step struct to protocol buffers #449
Conversation
@yohamta |
Hi @garunitule 👋 Ohhhhh I'm sooo sorry I haven’t noticed the PR is created 😱🙇🏻♂️🙇🏻♂️🙇🏻♂️ Thank you very much for the really fantastic work!
|
85fce44
to
23bc05f
Compare
Thanks! |
partly implements #440
I have a suggestion.
I would like to create a branch for a release and create multiple PullRequests for that branch.
The reason is that it is difficult to review one huge PullRequest with all DAG, Status and Step structures migrated to Protocol Buffers.
As a first step, in this PullRequest, we have migrated only a part of Step (i.e., dag.Step also remains).