-
Notifications
You must be signed in to change notification settings - Fork 297
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
Add docker commands in ImageSpec #2676
base: master
Are you sure you want to change the base?
Commits on Aug 9, 2024
-
feat: add docker commands in ImageSpec
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 662f15e - Browse repository at this point
Copy the full SHA 662f15eView commit details -
use private-key (flyteorg#2645)
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f670dc - Browse repository at this point
Copy the full SHA 4f670dcView commit details -
Don't call remote when --help in remote-X (flyteorg#2642)
* don't call remote Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> * nit Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> --------- Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b4e7ece - Browse repository at this point
Copy the full SHA b4e7eceView commit details -
Bump grpc receive message size (flyteorg#2640)
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a22792f - Browse repository at this point
Copy the full SHA a22792fView commit details -
Raise an exception when filters' value isn't a list. (flyteorg#2576)
* Add an exeception when filters' value isn't a list * Make the exception more specific Signed-off-by: Nelson Chen <asd3431090@gmail.com> * add an unit test for value_in Signed-off-by: Nelson Chen <asd3431090@gmail.com> * lint Signed-off-by: Kevin Su <pingsutw@apache.org> --------- Signed-off-by: Nelson Chen <asd3431090@gmail.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbba823 - Browse repository at this point
Copy the full SHA fbba823View commit details -
Update error message for TypeTransformerFailedError (flyteorg#2648)
Signed-off-by: wayner0628 <a901639@gmail.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b946674 - Browse repository at this point
Copy the full SHA b946674View commit details -
[Error Message] Dataclasses Mismatched Type (flyteorg#2650)
* Show different of types in dataclass when transforming error Signed-off-by: Future-Outlier <eric901201@gmail.com> * add tests for dataclass Signed-off-by: Future-Outlier <eric901201@gmail.com> * fix tests Signed-off-by: Future-Outlier <eric901201@gmail.com> --------- Signed-off-by: Future-Outlier <eric901201@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ffc030e - Browse repository at this point
Copy the full SHA ffc030eView commit details -
Added warning for command list and shell true (flyteorg#2653)
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac8563d - Browse repository at this point
Copy the full SHA ac8563dView commit details -
In
FlyteRemote.upload_file
, pass the file object directly rather th……an the entire bytes buffer (flyteorg#2641) * pass the local file directly for streaming in FlyteRemote.upload_file Signed-off-by: Reda Oulbacha <reda@artera.ai> * ruff format Signed-off-by: Reda Oulbacha <reda@artera.ai> * add an integration test Signed-off-by: Reda Oulbacha <reda@artera.ai> * remove unnecessary len Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * redo registration in the integration test Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * fix misspel Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * run the integration test serially Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * disable agent Signed-off-by: Kevin Su <pingsutw@apache.org> * use os.stat instead of os.seek to determine content_length Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * rewrite tests only uploda a file, use a separate marker Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * parametrize integration test makefile cmd Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * add workflow_dispatch for debugging Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * replace trigger with push Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * remove trailing whitespaces Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * remove agent disabling Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * remove trailing debug CI trigger Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> * clean up botocore imports Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> --------- Signed-off-by: Reda Oulbacha <reda@artera.ai> Signed-off-by: redartera <120470035+redartera@users.noreply.github.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b59346a - Browse repository at this point
Copy the full SHA b59346aView commit details -
Modify test_array_node.py to support running in python 3.8 (flyteorg#…
…2652) Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f11f397 - Browse repository at this point
Copy the full SHA f11f397View commit details -
Handle common cases of mutable default arguments explicitly (flyteorg…
…#2651) Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 901fe4f - Browse repository at this point
Copy the full SHA 901fe4fView commit details -
Allow a hash method to be present for numpy arrays (flyteorg#2649)
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e0dbf5 - Browse repository at this point
Copy the full SHA 9e0dbf5View commit details -
return exceptions when gathering (flyteorg#2657)
* return exceptions when gathering Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> * pr comment Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> --------- Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 140b58f - Browse repository at this point
Copy the full SHA 140b58fView commit details -
Correct FlyteFile docstring (flyteorg#2658)
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 78a6219 - Browse repository at this point
Copy the full SHA 78a6219View commit details -
Remove pip cache after install (flyteorg#2662)
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d229d9 - Browse repository at this point
Copy the full SHA 8d229d9View commit details -
Adds validation to image_spec for list of strings (flyteorg#2655)
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59b5932 - Browse repository at this point
Copy the full SHA 59b5932View commit details -
Make elastic timeout configurable for HorovovJob. (flyteorg#2631)
Signed-off-by: Chen Zhu <chzhu@linkedin.com> Signed-off-by: Chen Zhu <zhuchen1033@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be3b145 - Browse repository at this point
Copy the full SHA be3b145View commit details -
Fix overriding of loader_args task resolver in papermill plugin (flyt…
…eorg#2660) * Add repro test case Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> * Restore loader_args in papermill plugin Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> * Add unit tests Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ea6b23 - Browse repository at this point
Copy the full SHA 9ea6b23View commit details -
Catch all exceptions when rendering python dependencies (flyteorg#2664)
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e83c240 - Browse repository at this point
Copy the full SHA e83c240View commit details -
Don't check the retrun statement for reference_launch_plan (flyteorg#…
…2665) Signed-off-by: Kevin Su <pingsutw@apache.org> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3dbc08 - Browse repository at this point
Copy the full SHA b3dbc08View commit details -
Bump flyteidl to 1.13.1 (flyteorg#2666)
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72319a2 - Browse repository at this point
Copy the full SHA 72319a2View commit details
Commits on Aug 11, 2024
-
Merge branch 'master' of https://github.com/mao3267/flytekit into add…
…-docker-commands
Configuration menu - View commit details
-
Copy full SHA for 5a72f98 - Browse repository at this point
Copy the full SHA 5a72f98View commit details
Commits on Aug 13, 2024
-
fix: raise exception for docker commands in envd builder
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8446503 - Browse repository at this point
Copy the full SHA 8446503View commit details -
test: add unit tests for docker commands
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a85ccc - Browse repository at this point
Copy the full SHA 0a85cccView commit details
Commits on Aug 16, 2024
-
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f18c283 - Browse repository at this point
Copy the full SHA f18c283View commit details -
test: raise exception for docker commands in envd builder
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f073069 - Browse repository at this point
Copy the full SHA f073069View commit details -
test: ImageSpec with docker commands
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2c3679 - Browse repository at this point
Copy the full SHA f2c3679View commit details -
Merge branch 'master' of https://github.com/mao3267/flytekit into add…
…-docker-commands
Configuration menu - View commit details
-
Copy full SHA for 767ef0f - Browse repository at this point
Copy the full SHA 767ef0fView commit details
Commits on Aug 17, 2024
-
fix: add docker commands to parameters_str_list
Signed-off-by: mao3267 <chenvincent610@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cca874b - Browse repository at this point
Copy the full SHA cca874bView commit details