-
Notifications
You must be signed in to change notification settings - Fork 1.2k
WorkflowExecutionInfo Field Conversions #715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2e200cc
LastUpdatedTimestamp
shawnhathaway b34bf45
Move ExecutionStats to be embedded in WEI
shawnhathaway e2ac138
Remove Internal WEI
shawnhathaway 1afc3a4
Use new helpers
shawnhathaway 5f9d449
Init execution stats when history size is 0
shawnhathaway fe4e45f
WEI MaximalInterval -> *time.Duration
shawnhathaway 4494383
WEI InitialInterval -> *time.Duration
shawnhathaway 3b3fe06
WEI StickySchedToStart -> *time.Duration
shawnhathaway 46028c4
WEI WorkflowTaskTimeout & Default -> *time.Duration
shawnhathaway f5ff7ce
WEI WorkflowExecutionTimeout -> *time.Duration
shawnhathaway f17c3dd
WEI WorkflowRunTimeout -> *time.Duration
shawnhathaway 11592a0
WEI WorkflowStartedTimestamp -> *time.Time
shawnhathaway 8502c61
Test Fixes
shawnhathaway 2878992
WEI WorkflowExpirationTime -> *time.Time
shawnhathaway 2b00214
WEI StartTime/LastUpdatedTime -> *time.Time
shawnhathaway 8c9c877
WEI OriginalScheduledTimestamp/WorkflowScheduledTimestamp -> *time.Time
shawnhathaway 1a04be8
Merge remote-tracking branch 'noir/master' into mutable
shawnhathaway 7d01598
go fmt ./...
shawnhathaway 3b8be21
Merge branch 'master' into mutable
shawnhathaway 36c1142
Merge branch 'master' into mutable
shawnhathaway 09b554e
Merge branch 'master' into mutable
alexshtin fab665f
Copy Execution Stats, verify ExecutionInfo duplicates HistorySize in …
shawnhathaway 8946b77
Rename WEI ProtoConverters, move to protoConverter.go
shawnhathaway 537cbe3
Add proto conversion testing for WEI
shawnhathaway ace015d
Merge branch 'master' into mutable
shawnhathaway File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these need to be renamed to
*Timenot*Timestamp.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next PR :)