-
Notifications
You must be signed in to change notification settings - Fork 671
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
Flyte v0.5.0 docs #373
Merged
Merged
Flyte v0.5.0 docs #373
Conversation
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
wild-endeavor
approved these changes
Jun 30, 2020
eapolinario
added a commit
to eapolinario/flyte
that referenced
this pull request
Dec 6, 2022
* Add Union Type validation * Update to use string tags * Fix go.mod + update typing tests * Restore ambiguity checking, add binding tests * Add union type promise binding tests * Do not use NONE as any type * Ditto * Implement changed design * Bump flyteidl to 0.24.0 Signed-off-by: Eduardo Apolinario <[email protected]> * Fix merge mistake in typing.go Signed-off-by: Eduardo Apolinario <[email protected]> * Add tests to bindings_test.go back Signed-off-by: Eduardo Apolinario <[email protected]> * Set `val` variable Signed-off-by: Eduardo Apolinario <[email protected]> * Lint Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Dec 6, 2022
* 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]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Dec 20, 2022
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Dec 20, 2022
* chore: update readme CORS ext Signed-off-by: Carina Ursu <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Jul 24, 2023
…lyteorg#372) * Refactor task log templates to support extra vars * plumbing for k8s * Cleanup use of providers * cleanup * more cleanups * more cleanups * more cleanups * Plumb through task context for plugins * fix Signed-off-by: Jeev B <[email protected]> * move task execution identifier into Input struct * use pointer * tests Signed-off-by: Jeev B <[email protected]> * fix linting Signed-off-by: Jeev B <[email protected]> * cleanups * fix * revert to using regex replacements for performance * Readd benchmark * Split templating scheme (flyteorg#373) * Use a split templating scheme * add enum for TemplateScheme * cleanup comment * fix linting issues * add unit tests for templateVarsForScheme * update for consistency --------- Signed-off-by: Jeev B <[email protected]>
eapolinario
added a commit
to eapolinario/flyte
that referenced
this pull request
Aug 9, 2023
* Add Union Type validation * Update to use string tags * Fix go.mod + update typing tests * Restore ambiguity checking, add binding tests * Add union type promise binding tests * Do not use NONE as any type * Ditto * Implement changed design * Bump flyteidl to 0.24.0 Signed-off-by: Eduardo Apolinario <[email protected]> * Fix merge mistake in typing.go Signed-off-by: Eduardo Apolinario <[email protected]> * Add tests to bindings_test.go back Signed-off-by: Eduardo Apolinario <[email protected]> * Set `val` variable Signed-off-by: Eduardo Apolinario <[email protected]> * Lint Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Aug 21, 2023
* 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]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this pull request
Aug 21, 2023
…lyteorg#372) * Refactor task log templates to support extra vars * plumbing for k8s * Cleanup use of providers * cleanup * more cleanups * more cleanups * more cleanups * Plumb through task context for plugins * fix Signed-off-by: Jeev B <[email protected]> * move task execution identifier into Input struct * use pointer * tests Signed-off-by: Jeev B <[email protected]> * fix linting Signed-off-by: Jeev B <[email protected]> * cleanups * fix * revert to using regex replacements for performance * Readd benchmark * Split templating scheme (flyteorg#373) * Use a split templating scheme * add enum for TemplateScheme * cleanup comment * fix linting issues * add unit tests for templateVarsForScheme * update for consistency --------- Signed-off-by: Jeev B <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.