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

More client features #157

Merged
merged 3 commits into from
Sep 5, 2024
Merged

More client features #157

merged 3 commits into from
Sep 5, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Aug 27, 2024

What was changed

  • Fill out most parameters of start/execute workflow
  • Build search attribute collection
  • Switched durations from being millisecond ints to second floats
  • Expose RPC metadata and timeout to high-level calls
  • More explicit generated code for gRPC both Ruby and Rust side
  • Support for proper gRPC status details in RPC errors
  • Workflow already started error
  • Cloud ops protos
  • Added RBS signature files
  • Added CI check for protos
  • Added a couple of tests (many more to come)
  • Docs fixes/improvements

@cretz cretz marked this pull request as ready for review August 27, 2024 18:33
@cretz cretz requested a review from a team August 27, 2024 18:33
Copy link

@dandavison dandavison left a comment

Choose a reason for hiding this comment

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

I'm approving this. Obviously it's a lot of code, mostly scaffolding, and hard to review in a thorough sense. I've looked through, and learned a few things, and it all looks great and carefully done. I don't think there's a need at this early stage of the project to block merging this on careful review by others.

working-directory: ./temporalio
run: |
bundle exec rake proto:generate
[[ -z $(git status --porcelain lib/temporalio/api) ]] || (git diff lib/temporalio/api; echo "Protos changed"; exit 1)

Choose a reason for hiding this comment

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

Suggested change
[[ -z $(git status --porcelain lib/temporalio/api) ]] || (git diff lib/temporalio/api; echo "Protos changed"; exit 1)
[[ -z $(git status --porcelain lib/temporalio/api) ]] || (git diff lib/temporalio/api; echo "Protos changed" 1>&2; exit 1)

Copy link
Member Author

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

Yep sounds good. Not urgent of course; could do it now or just do it next time one of us touches the CI yaml.

temporalio/Rakefile Outdated Show resolved Hide resolved
@cretz cretz merged commit ff47b2e into temporalio:main Sep 5, 2024
8 checks passed
@cretz cretz deleted the grpc-services branch September 5, 2024 21:05
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