Skip to content
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 2 commits into from
Jun 30, 2020
Merged

Flyte v0.5.0 docs #373

merged 2 commits into from
Jun 30, 2020

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Jun 30, 2020

No description provided.

@wild-endeavor wild-endeavor merged commit b2cb7eb into gh-pages 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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants