-
Notifications
You must be signed in to change notification settings - Fork 13
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
Remove and refactor rest protobuf types #1296
Conversation
d38180a
to
fc94bff
Compare
- remove filter and condition types - move filter tests to process - replace process type - replace event type - replace execution type - add missing hash and validation tags - fix hash tags - lint
fc94bff
to
23a72fc
Compare
I've tested all service commands and found that service:logs dosent' work, @antho1404 can you confrim it? |
return err | ||
} | ||
} | ||
warnings, err := s.ValidateTaskInputs(taskKey, in) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will it be possible to update the function ValidateTaskInputs
and co to accept directly *types.Struct
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it will be possible and maybe even better for the type casting as struct.Value
seems to already manage type.
yeah logs is broken.. but it is not because of this PR. it doesn't work on dev branch as well. i will investigate. Fixed in mesg-foundation/cli#148. Otherwise this PR is working well. I'm approving 👍 |
close #1283
close #1282
close #1281