Skip to content

Rebase to main#768

Merged
josh-berry merged 9 commits intotemporalio:next-serverfrom
antlai-temporal:rebase-to-main
Feb 27, 2025
Merged

Rebase to main#768
josh-berry merged 9 commits intotemporalio:next-serverfrom
antlai-temporal:rebase-to-main

Conversation

@antlai-temporal
Copy link
Contributor

What was changed

This PR brings all the latest main changes to the next-server branch.

dependabot bot and others added 9 commits January 14, 2025 09:24
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to
0.33.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<!--- Note to EXTERNAL Contributors -->
<!-- Thanks for opening a PR! 
If it is a significant code change, please **make sure there is an open
issue** for this.
We work best with you when we have accepted the idea first before you
code. -->

<!--- For ALL Contributors 👇 -->

## What was changed
<!-- Describe what has changed in this PR -->
Update dependencies

## Why?
<!-- Tell your future self why have you made these changes -->

## Checklist
<!--- add/delete as needed --->

1. Closes <!-- add issue number here -->

2. How was this tested:
<!--- Please describe how you tested your changes/how we can test them
-->

3. Any docs updates needed?
<!--- update README if applicable
      or point out where to update docs.temporal.io -->
## What was changed
Add optional --page-size parameter to workflow list command.

## Why?
Be able to specify page size is useful when default page is too large
for cases where it leads to timeout due to large amount of data.
Added `temporal workflow signal-with-start` command.

Description and sample usage:

Send an asynchronous notification (Signal) to a Workflow Execution.
If the Workflow Execution is not running or is not found, it starts the
      workflow then sends the signal.

      ```
      temporal workflow signal-with-start \
        --signal-name YourSignal \
        --signal-input '{"some-key": "some-value"}' \
        --workflow-id YourWorkflowId \
        --type YourWorkflowType \
        --task-queue YourTaskQueue \
        --input '{"some-key": "some-value"}'
      ```


1. Closes temporalio#664

2. How was this tested:
Added unit tests

3. Any docs updates needed?
Yes
Copy link

@josh-berry josh-berry left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM. I'll go ahead and merge (rather than squash), to make sure history is recorded correctly.

@josh-berry josh-berry merged commit aaded97 into temporalio:next-server Feb 27, 2025
6 checks passed
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.

8 participants