forked from flyteorg/flyte
-
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.
Implement DataProxy CreateUploadLocation API (flyteorg#373)
* Implement DataProxy CreateUploadLocation API Signed-off-by: Haytham Abuelfutuh <[email protected]> * Regenerate Signed-off-by: Haytham Abuelfutuh <[email protected]> * fix unit test Signed-off-by: Haytham Abuelfutuh <[email protected]> * goimports Signed-off-by: Haytham Abuelfutuh <[email protected]> * Use ShardedStorage Signed-off-by: Haytham Abuelfutuh <[email protected]> * Add unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * Implement a plugin registry and injection pattern Signed-off-by: Haytham Abuelfutuh <[email protected]> * Migrate WorkflowExecutor to the new Plugin Registry Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update flyteidl to lastest commit Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update to latest stow and stdlib commits Signed-off-by: Haytham Abuelfutuh <[email protected]> * Using released versions Signed-off-by: Haytham Abuelfutuh <[email protected]> * Using released versions Signed-off-by: Haytham Abuelfutuh <[email protected]> * bump Signed-off-by: Haytham Abuelfutuh <[email protected]> * Trying Go 1.17 Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update golang.org/x/tools Signed-off-by: Haytham Abuelfutuh <[email protected]> * bump Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update x/tools in boilerplate Signed-off-by: Haytham Abuelfutuh <[email protected]> * Regenerate Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update go mod Signed-off-by: Haytham Abuelfutuh <[email protected]> * Cleanup & lint Signed-off-by: Haytham Abuelfutuh <[email protected]> * Ineffective assignment Signed-off-by: Haytham Abuelfutuh <[email protected]> * Upgrade go for lint Signed-off-by: Haytham Abuelfutuh <[email protected]> * Upgrade all checks' versions to upgrade-go branch Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update to merged changes Signed-off-by: Haytham Abuelfutuh <[email protected]> * Use latest flytestdlib Signed-off-by: Haytham Abuelfutuh <[email protected]> * Regenerate Signed-off-by: Haytham Abuelfutuh <[email protected]> * Remove authorizedUris from cmdline flags Signed-off-by: Haytham Abuelfutuh <[email protected]> * Code comments Signed-off-by: Haytham Abuelfutuh <[email protected]>
- Loading branch information
Showing
30 changed files
with
824 additions
and
372 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.