Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: temporalio/samples-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: temporalio/samples-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-sample
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    395a880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec11a50 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    8be12cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbead83 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. fix: use Temporalio::Workflow::Mutex instead of Thread::Mutex in work…

    …flow
    
    Thread::Mutex is disallowed inside a Temporal workflow by the illegal
    call tracer. Use the workflow-safe Temporalio::Workflow::Mutex instead.
    dandavison committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    952aca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf37c4 View commit details
    Browse the repository at this point in the history
  3. Revert "revert: remove run commands from sample manifest"

    This reverts commit bbf37c4.
    dandavison committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    3c3175f View commit details
    Browse the repository at this point in the history
Loading