-
Notifications
You must be signed in to change notification settings - Fork 669
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
Parallel Node Executions (CLI) #41
Labels
Comments
Done |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* Remove flytekit version check * lint
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* add interruptible * mv to execution metadata * merge master and generate * add interruptible to node execution
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* checking in generated weighted_random_list * Regenerate everything * Regenerate * Fix lint
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
This brings in these releases. https://github.com/lyft/flyteidl/releases/tag/v0.16.3 https://github.com/lyft/flyteidl/releases/tag/v0.16.2 https://github.com/lyft/flyteidl/releases/tag/v0.16.1 https://github.com/lyft/flyteidl/releases/tag/v0.16.0 https://github.com/lyft/flyteidl/releases/tag/v0.15.0
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* WIP: add reservation apis Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add missing files Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added create DAO Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Add get dao Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wip Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wired reservation manager Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add todos Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more logging Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add logging and stats Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * First -> Take Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * WIP: add createOrupdate API Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (flyteorg#41) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * update boilerplate code (flyteorg#40) Signed-off-by: Samhita Alla <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Upgrade gorm to v1.21.9 (flyteorg#42) Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (flyteorg#43) Signed-off-by: Yuvraj <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more instructinos Use upsert Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * refactor a bit Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add timer Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint / tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add comments & tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add docs Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Fix connection error handling (flyteorg#45) Signed-off-by: Daniel Rammer <[email protected]> * Update code of conduct (flyteorg#46) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * separated ReservationManager CreateOrUpdate function into individual Create and Update functions Signed-off-by: Daniel Rammer <[email protected]> * fixed race condition on Reservation repository Create function Signed-off-by: Daniel Rammer <[email protected]> * changed reservation expiration to use heartbeatInterval and heartbeatGracePeriodMultiplier Signed-off-by: Daniel Rammer <[email protected]> * fixed lint and unit test errors Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for extending reservation and update failure Signed-off-by: Daniel Rammer <[email protected]> * removed ExtendReservation API mocks Signed-off-by: Daniel Rammer <[email protected]> * added ExpiresAt and HeartbeatInterval fiedls to ReservationStatus return based on new API Signed-off-by: Daniel Rammer <[email protected]> * implemented ReleaseReservation Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for reservation transformer Signed-off-by: Daniel Rammer <[email protected]> * fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * implemented unit tests for ReleaseReservation API call Signed-off-by: Daniel Rammer <[email protected]> * updated reservation API to only work with reservations - not actual artifacts. Signed-off-by: Daniel Rammer <[email protected]> * Fix error type check to detect uniqueConstraintViolation Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Revert "Fix error type check to detect uniqueConstraintViolation" This reverts commit 2ba0775. Signed-off-by: Daniel Rammer <[email protected]> * Fix gorm wrong error type cast (flyteorg#48) * Fix gorm wrong error type cast Signed-off-by: Haytham Abuelfutuh <[email protected]> * Fix unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * Support unwrapping errors to detect connection problems Signed-off-by: Haytham Abuelfutuh <[email protected]> * cleanup Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added support for heartbeat_interval definition in reservation manager Signed-off-by: Daniel Rammer <[email protected]> * updated test and fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * removed unnecessary dependencies from go.mod Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version - change before merging Signed-off-by: Daniel Rammer <[email protected]> * adding reservation model to migration Signed-off-by: Daniel Rammer <[email protected]> * udpated dockerfile go template to reflect current master fixing rebase overwrites Signed-off-by: Daniel Rammer <[email protected]> * and again .. with a space Signed-off-by: Daniel Rammer <[email protected]> * add docs on exports Signed-off-by: Daniel Rammer <[email protected]> * changed configuration to use config.Duration from flytestdlib instead of defining on seconds Signed-off-by: Daniel Rammer <[email protected]> * added owner id to reservation gorm impl delete function Signed-off-by: Daniel Rammer <[email protected]> * if reservation is missing on release reservation (meaning another entity acquired it) then gracefully fail Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version Signed-off-by: Daniel Rammer <[email protected]> * remove flyteidl replace in go.mod and updating to latest version Signed-off-by: Daniel Rammer <[email protected]> Co-authored-by: Chao-Han Tsai <[email protected]> Co-authored-by: Yuvraj <[email protected]> Co-authored-by: Samhita Alla <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* Remove flytekit version check * lint
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* checking in generated weighted_random_list * Regenerate everything * Regenerate * Fix lint
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
This brings in these releases. https://github.com/lyft/flyteidl/releases/tag/v0.16.3 https://github.com/lyft/flyteidl/releases/tag/v0.16.2 https://github.com/lyft/flyteidl/releases/tag/v0.16.1 https://github.com/lyft/flyteidl/releases/tag/v0.16.0 https://github.com/lyft/flyteidl/releases/tag/v0.15.0
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* WIP: add reservation apis Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add missing files Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added create DAO Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Add get dao Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wip Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wired reservation manager Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add todos Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more logging Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add logging and stats Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * First -> Take Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * WIP: add createOrupdate API Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (flyteorg#41) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * update boilerplate code (flyteorg#40) Signed-off-by: Samhita Alla <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Upgrade gorm to v1.21.9 (flyteorg#42) Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (flyteorg#43) Signed-off-by: Yuvraj <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more instructinos Use upsert Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * refactor a bit Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add timer Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint / tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add comments & tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add docs Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Fix connection error handling (flyteorg#45) Signed-off-by: Daniel Rammer <[email protected]> * Update code of conduct (flyteorg#46) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * separated ReservationManager CreateOrUpdate function into individual Create and Update functions Signed-off-by: Daniel Rammer <[email protected]> * fixed race condition on Reservation repository Create function Signed-off-by: Daniel Rammer <[email protected]> * changed reservation expiration to use heartbeatInterval and heartbeatGracePeriodMultiplier Signed-off-by: Daniel Rammer <[email protected]> * fixed lint and unit test errors Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for extending reservation and update failure Signed-off-by: Daniel Rammer <[email protected]> * removed ExtendReservation API mocks Signed-off-by: Daniel Rammer <[email protected]> * added ExpiresAt and HeartbeatInterval fiedls to ReservationStatus return based on new API Signed-off-by: Daniel Rammer <[email protected]> * implemented ReleaseReservation Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for reservation transformer Signed-off-by: Daniel Rammer <[email protected]> * fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * implemented unit tests for ReleaseReservation API call Signed-off-by: Daniel Rammer <[email protected]> * updated reservation API to only work with reservations - not actual artifacts. Signed-off-by: Daniel Rammer <[email protected]> * Fix error type check to detect uniqueConstraintViolation Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Revert "Fix error type check to detect uniqueConstraintViolation" This reverts commit a237bf0. Signed-off-by: Daniel Rammer <[email protected]> * Fix gorm wrong error type cast (flyteorg#48) * Fix gorm wrong error type cast Signed-off-by: Haytham Abuelfutuh <[email protected]> * Fix unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * Support unwrapping errors to detect connection problems Signed-off-by: Haytham Abuelfutuh <[email protected]> * cleanup Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added support for heartbeat_interval definition in reservation manager Signed-off-by: Daniel Rammer <[email protected]> * updated test and fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * removed unnecessary dependencies from go.mod Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version - change before merging Signed-off-by: Daniel Rammer <[email protected]> * adding reservation model to migration Signed-off-by: Daniel Rammer <[email protected]> * udpated dockerfile go template to reflect current master fixing rebase overwrites Signed-off-by: Daniel Rammer <[email protected]> * and again .. with a space Signed-off-by: Daniel Rammer <[email protected]> * add docs on exports Signed-off-by: Daniel Rammer <[email protected]> * changed configuration to use config.Duration from flytestdlib instead of defining on seconds Signed-off-by: Daniel Rammer <[email protected]> * added owner id to reservation gorm impl delete function Signed-off-by: Daniel Rammer <[email protected]> * if reservation is missing on release reservation (meaning another entity acquired it) then gracefully fail Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version Signed-off-by: Daniel Rammer <[email protected]> * remove flyteidl replace in go.mod and updating to latest version Signed-off-by: Daniel Rammer <[email protected]> Co-authored-by: Chao-Han Tsai <[email protected]> Co-authored-by: Yuvraj <[email protected]> Co-authored-by: Samhita Alla <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 7, 2023
Signed-off-by: Ketan Umare <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 7, 2023
* WIP: add reservation apis Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add missing files Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added create DAO Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Add get dao Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wip Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * wired reservation manager Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add todos Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more logging Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add logging and stats Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * First -> Take Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * WIP: add createOrupdate API Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (#41) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * update boilerplate code (#40) Signed-off-by: Samhita Alla <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Upgrade gorm to v1.21.9 (#42) Signed-off-by: Daniel Rammer <[email protected]> * Added boilerplate automation (#43) Signed-off-by: Yuvraj <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more instructinos Use upsert Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add more comments Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * refactor a bit Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add timer Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint / tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add comments & tests Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * fix lint Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * add docs Signed-off-by: Chao-Han Tsai <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Fix connection error handling (#45) Signed-off-by: Daniel Rammer <[email protected]> * Update code of conduct (#46) Signed-off-by: Ketan Umare <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * separated ReservationManager CreateOrUpdate function into individual Create and Update functions Signed-off-by: Daniel Rammer <[email protected]> * fixed race condition on Reservation repository Create function Signed-off-by: Daniel Rammer <[email protected]> * changed reservation expiration to use heartbeatInterval and heartbeatGracePeriodMultiplier Signed-off-by: Daniel Rammer <[email protected]> * fixed lint and unit test errors Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for extending reservation and update failure Signed-off-by: Daniel Rammer <[email protected]> * removed ExtendReservation API mocks Signed-off-by: Daniel Rammer <[email protected]> * added ExpiresAt and HeartbeatInterval fiedls to ReservationStatus return based on new API Signed-off-by: Daniel Rammer <[email protected]> * implemented ReleaseReservation Signed-off-by: Daniel Rammer <[email protected]> * added unit tests for reservation transformer Signed-off-by: Daniel Rammer <[email protected]> * fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * implemented unit tests for ReleaseReservation API call Signed-off-by: Daniel Rammer <[email protected]> * updated reservation API to only work with reservations - not actual artifacts. Signed-off-by: Daniel Rammer <[email protected]> * Fix error type check to detect uniqueConstraintViolation Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * Revert "Fix error type check to detect uniqueConstraintViolation" This reverts commit 22c2d03. Signed-off-by: Daniel Rammer <[email protected]> * Fix gorm wrong error type cast (#48) * Fix gorm wrong error type cast Signed-off-by: Haytham Abuelfutuh <[email protected]> * Fix unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * Support unwrapping errors to detect connection problems Signed-off-by: Haytham Abuelfutuh <[email protected]> * cleanup Signed-off-by: Haytham Abuelfutuh <[email protected]> Signed-off-by: Daniel Rammer <[email protected]> * added support for heartbeat_interval definition in reservation manager Signed-off-by: Daniel Rammer <[email protected]> * updated test and fixed lint errors Signed-off-by: Daniel Rammer <[email protected]> * removed unnecessary dependencies from go.mod Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version - change before merging Signed-off-by: Daniel Rammer <[email protected]> * adding reservation model to migration Signed-off-by: Daniel Rammer <[email protected]> * udpated dockerfile go template to reflect current master fixing rebase overwrites Signed-off-by: Daniel Rammer <[email protected]> * and again .. with a space Signed-off-by: Daniel Rammer <[email protected]> * add docs on exports Signed-off-by: Daniel Rammer <[email protected]> * changed configuration to use config.Duration from flytestdlib instead of defining on seconds Signed-off-by: Daniel Rammer <[email protected]> * added owner id to reservation gorm impl delete function Signed-off-by: Daniel Rammer <[email protected]> * if reservation is missing on release reservation (meaning another entity acquired it) then gracefully fail Signed-off-by: Daniel Rammer <[email protected]> * updated flyteidl version Signed-off-by: Daniel Rammer <[email protected]> * remove flyteidl replace in go.mod and updating to latest version Signed-off-by: Daniel Rammer <[email protected]> Co-authored-by: Chao-Han Tsai <[email protected]> Co-authored-by: Yuvraj <[email protected]> Co-authored-by: Samhita Alla <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 8, 2023
* add interruptible * mv to execution metadata * merge master and generate * add interruptible to node execution
eapolinario
pushed a commit
that referenced
this issue
Sep 12, 2023
Signed-off-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 13, 2023
* add interruptible * mv to execution metadata * merge master and generate * add interruptible to node execution Signed-off-by: Eduardo Apolinario <[email protected]>
pvditt
pushed a commit
that referenced
this issue
Dec 29, 2023
* add interruptible * mv to execution metadata * merge master and generate * add interruptible to node execution
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
* wip: Added version command Signed-off-by: Yuvraj <[email protected]> * wip: small fix Signed-off-by: yuvraj <[email protected]> * wip: version api call added Signed-off-by: yuvraj <[email protected]> * added docs for version Signed-off-by: Yuvraj <[email protected]> * wip: lint fix Signed-off-by: yuvraj <[email protected]> * fix testcase Signed-off-by: yuvraj <[email protected]> * Removed version pkg Signed-off-by: yuvraj <[email protected]> * added json output in version command Signed-off-by: yuvraj <[email protected]> * unit test added Signed-off-by: yuvraj <[email protected]> * Added brew install in readme Signed-off-by: yuvraj <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
* wip: Added version command Signed-off-by: Yuvraj <[email protected]> * wip: small fix Signed-off-by: yuvraj <[email protected]> * wip: version api call added Signed-off-by: yuvraj <[email protected]> * added docs for version Signed-off-by: Yuvraj <[email protected]> * wip: lint fix Signed-off-by: yuvraj <[email protected]> * fix testcase Signed-off-by: yuvraj <[email protected]> * Removed version pkg Signed-off-by: yuvraj <[email protected]> * added json output in version command Signed-off-by: yuvraj <[email protected]> * unit test added Signed-off-by: yuvraj <[email protected]> * Added brew install in readme Signed-off-by: yuvraj <[email protected]>
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
* wip: Added version command Signed-off-by: Yuvraj <[email protected]> * wip: small fix Signed-off-by: yuvraj <[email protected]> * wip: version api call added Signed-off-by: yuvraj <[email protected]> * added docs for version Signed-off-by: Yuvraj <[email protected]> * wip: lint fix Signed-off-by: yuvraj <[email protected]> * fix testcase Signed-off-by: yuvraj <[email protected]> * Removed version pkg Signed-off-by: yuvraj <[email protected]> * added json output in version command Signed-off-by: yuvraj <[email protected]> * unit test added Signed-off-by: yuvraj <[email protected]> * Added brew install in readme Signed-off-by: yuvraj <[email protected]>
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
* wip: Added version command Signed-off-by: Yuvraj <[email protected]> * wip: small fix Signed-off-by: yuvraj <[email protected]> * wip: version api call added Signed-off-by: yuvraj <[email protected]> * added docs for version Signed-off-by: Yuvraj <[email protected]> * wip: lint fix Signed-off-by: yuvraj <[email protected]> * fix testcase Signed-off-by: yuvraj <[email protected]> * Removed version pkg Signed-off-by: yuvraj <[email protected]> * added json output in version command Signed-off-by: yuvraj <[email protected]> * unit test added Signed-off-by: yuvraj <[email protected]> * Added brew install in readme Signed-off-by: yuvraj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure parallel node executions are visible in a reasonable manner in the CLI.
The text was updated successfully, but these errors were encountered: