Skip to content

Commit

Permalink
Get raw history compatibility (#3111)
Browse files Browse the repository at this point in the history
* Remove PollForWorkflowExecutionRawHistory and GetWorkflowExecutionRawHistory method and change the behavior of GetWorkflowExecutionHistory using a dynamic configuration EnableRawHistoryQuery.

* Fix unit test error.

* Test with default vaclue as false.

* Some minor change.

* Some bug fixing.

* Minor fixing.

* Revert "Minor fixing."

This reverts commit 9977135

* Revert "Revert "Minor fixing.""

This reverts commit 77adbf1

* Add integration test.

* Register new domain in integration test.

* Test.

* Test

* Minor change

* Return only the last blob data.

* Remove ByDomain suffix

* Some code refactoring.
  • Loading branch information
luowenking1 authored Mar 17, 2020
1 parent a015671 commit ee3c672
Show file tree
Hide file tree
Showing 18 changed files with 1,582 additions and 4,746 deletions.
3,660 changes: 1,156 additions & 2,504 deletions .gen/go/cadence/cadence.go

Large diffs are not rendered by default.

66 changes: 4 additions & 62 deletions .gen/go/cadence/workflowserviceclient/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 5 additions & 75 deletions .gen/go/cadence/workflowserviceserver/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 4 additions & 70 deletions .gen/go/cadence/workflowservicetest/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .gen/go/matching/matching.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee3c672

Please sign in to comment.