Skip to content

Commit cf0b546

Browse files
authored
feat!: Introduce ListFailoverHistory and active-active refactoring from IDL (#1468)
<!-- Describe what has changed in this PR --> **What changed?** **Detailed Description** - Pull latest changes from active-active <!-- Tell your future self why have you made these changes --> **Why?** We redesigned and reimplemented active-active domains feature and made some breaking changes to IDL. <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> **How did you test it?** unit tests <!-- Assuming the worst case, what can be broken when deploying this change to production? --> **Potential risks** This might be a breaking change, but we only broke changes available in release candidates and they're not available in any formal release. **Impact Analysis** - **Backward Compatibility**: N/A Since introducing a new endpoint - **Forward Compatibility**: N/A **Testing Plan** - **Unit Tests**: We have unit tests for these changes - **Persistence Tests**: N/A - **Integration Tests**: tested with integration tests - **Compatibility Tests**: N/A **Rollout Plan** - What is the rollout plan? Rollout wave by wave starting from staging - Does the order of deployment matter? No - Is it safe to rollback? Does the order of rollback matter? Yes - Is there a kill switch to mitigate the impact immediately? No
1 parent 7ce86d7 commit cf0b546

File tree

32 files changed

+2863
-618
lines changed

32 files changed

+2863
-618
lines changed

.gen/go/cadence/cadence.go

Lines changed: 645 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)