Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin provider atp race condition (#172)
* 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 * Fixed race condition for atp client field * Move instantiation out of locked region
- Loading branch information