-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Progress towards adding function expressions to the engine * Added function support * Fixes. * Added workflow test cases with more complex expressions * Addressed review feedback * Remove unnecessary reference to the function names in descriptions * More description changes * Manually add special cases to prevent platform-specific behavior * Added negative zeros to test cases * Address review comments * Change case * Address review comments * Address review comments * Fix linting error and address review comment. * Change descriptions for functions * Address review comment * Added namespaced scopes for step namespaces in input * Use default namespace constant * Apply scopes from sub-workflows * Update invalid serialization detector for changes in SDK * Fix linting errors * Improved code and added initial tests for namespaced scopes * Added unit tests for new ApplyScope functions * Added integration tests for namespaced scoped workflows * Added namespaces for referenced items in scopes * Upgrade to go SDK pre-release * Addressed review comments * Clarify stage IDs in comment examples * Addressed review comments
- Loading branch information
1 parent
eccf155
commit 1a8ccf7
Showing
7 changed files
with
732 additions
and
10 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
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
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.