Skip to content

Commit

Permalink
Get RawHistory API simple implementation (cadence-workflow#2955)
Browse files Browse the repository at this point in the history
* Get RawHistory API simple implementation

* Added GetRawHistory API to frontend client

* minor fix

* Addressed comments

* minor fix

* minor fix

* Added encoding to raw history

* Fixed metrics test

* Change TestGetWorkflowExecutionRawHistory to TestAdminGetWorkflowExecutionRawHistory

* Fixed idl

* fixed idl

* Addressed comments and added integration test

* Fixed tests

* Fix idl

* Added transient decision
  • Loading branch information
anish531213 authored Jan 21, 2020
1 parent f9613b6 commit 0db27e7
Show file tree
Hide file tree
Showing 15 changed files with 1,825 additions and 20 deletions.
647 changes: 645 additions & 2 deletions .gen/go/cadence/cadence.go

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .gen/go/cadence/workflowserviceclient/client.go

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

37 changes: 36 additions & 1 deletion .gen/go/cadence/workflowserviceserver/server.go

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

33 changes: 33 additions & 0 deletions .gen/go/cadence/workflowservicetest/client.go

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

Loading

0 comments on commit 0db27e7

Please sign in to comment.