Skip to content

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.

@cretz cretz merged commit ff47b2e into temporalio:main Sep 5, 2024
@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