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

convert dag.Step struct to protocol buffers #449

Merged
merged 17 commits into from
Aug 10, 2023

Conversation

garunitule
Copy link
Contributor

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).

@garunitule garunitule changed the title [WIP]convert dag.Step struct to protocol buffers convert dag.Step struct to protocol buffers May 23, 2023
@garunitule
Copy link
Contributor Author

@yohamta
Please review the proposal in the PullRequest and review the code.

@yohamta
Copy link
Collaborator

yohamta commented Jul 27, 2023

Hi @garunitule 👋 Ohhhhh I'm sooo sorry I haven’t noticed the PR is created 😱🙇🏻‍♂️🙇🏻‍♂️🙇🏻‍♂️ Thank you very much for the really fantastic work!
I just noticed the GitHub Action is failing with the following error. Would it be possible to take care this part when you have a chance? I apologize for not noticing about this long time 🙇🏻‍♂️

Test
Run mkdir ./bin && protoc -I=./ --go_out=./internal ./internal/proto/*.proto && go build -o ./bin/dagu .
/home/runner/work/_temp/73c14fa9-87f8-4d7f-ab76-356765cdd8af.sh: line 1: protoc: command not found

@yohamta yohamta merged commit c09deaf into dagu-org:main Aug 10, 2023
1 check passed
@yohamta
Copy link
Collaborator

yohamta commented Aug 10, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants