Skip to content

Commit d06d552

Browse files
feat: Introduce FailoverDomain endpoint from cadence-idl (#1461)
* feat: Introduce FailoverDomain endpoint from cadence-idl Signed-off-by: Gaziza Yestemirova <[email protected]> * fix TestWorkflowExecutionContinuedAsNewEventAttributes Signed-off-by: Gaziza Yestemirova <[email protected]> * ci: Lint PR titles with Conventional Commmit standard (#1462) <!-- Describe what has changed in this PR --> **What changed?** Adds a linter to ensure the conventional commit standard is used for PR titles. <!-- Tell your future self why have you made these changes --> **Why?** See cadence-workflow/cadence@c4b6330 for more details. <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> **How did you test it?** In the cadence repo. <!-- Assuming the worst case, what can be broken when deploying this change to production? --> **Potential risks** N/A Signed-off-by: Chris Warren <[email protected]> Signed-off-by: Gaziza Yestemirova <[email protected]> * ci: Allow gpg signed commits to pass DCO checks (#1463) Signed-off-by: Chris Warren <[email protected]> Signed-off-by: Gaziza Yestemirova <[email protected]> * Add endpoints for DomainClient Signed-off-by: Gaziza Yestemirova <[email protected]> * Update clusterName Signed-off-by: Gaziza Yestemirova <[email protected]> * Add another domain to fail over Signed-off-by: Gaziza Yestemirova <[email protected]> --------- Signed-off-by: Gaziza Yestemirova <[email protected]> Signed-off-by: Chris Warren <[email protected]> Co-authored-by: Chris Warren <[email protected]>
1 parent 24b3e46 commit d06d552

File tree

23 files changed

+3221
-41
lines changed

23 files changed

+3221
-41
lines changed

.gen/go/cadence/cadence.go

Lines changed: 757 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gen/go/cadence/workflowserviceclient/client.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gen/go/cadence/workflowserviceserver/server.go

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gen/go/cadence/workflowservicetest/client.go

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)