forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Event thrift encoding and refactoring dataInterfaces (cadence-workflo…
…w#1145) * dataInteface and historySerializer * schema changes * rename DataBlob data field * half done dataStoreImpl * finish dataStoreImpl.go * add type alias * finish refactor GetWorkflowExecutionHistory * add event_data_encoding columns * GetWorkflowExecution * UpdateWorkflowExecution and ResetWorkflowExecution * persistence-tests * fix new datastoreImpl * fix sql compile * remove unused tests * mutableState interface and mock * fix mutableStateBuilder.go * fix stats * add nil check * move unit test * fix size limiting * fix size for getHistory * fix app layer * fix all * gofmt * fix lint * fix lint * fix lint * fix tests * finish all tests * fix * fix tests * fix * nil check * nil check * fix * fix nil error * fix unit test * fix tests * fix int ptr * fix * fix history * merge conflict * fix tests * cr feedbacks * fix * rename * rename * fix history size test * make fmt * fix last 2 tests * remove debug code
- Loading branch information
1 parent
6b5af52
commit e49263d
Showing
64 changed files
with
2,612 additions
and
2,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.