-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: lunchpail "needs" support for installing dependencies #314
Merged
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
aavarghese
force-pushed
the
needs
branch
3 times, most recently
from
September 24, 2024 05:39
1025042
to
3dd442f
Compare
nice, what will the underlying |
aavarghese
force-pushed
the
needs
branch
2 times, most recently
from
September 24, 2024 22:08
2445e0f
to
9bc7210
Compare
Right now, after some iterations, it is Wdyt? |
aavarghese
force-pushed
the
needs
branch
9 times, most recently
from
October 2, 2024 21:24
322fbf6
to
e9ad2d4
Compare
aavarghese
force-pushed
the
needs
branch
4 times, most recently
from
October 3, 2024 14:01
f916e9e
to
0e09421
Compare
aavarghese
changed the title
feat: "dependencies" support in Application spec
feat: lunchpail "needs" support in Application spec
Oct 3, 2024
starpit
added a commit
to starpit/lunchpail
that referenced
this pull request
Oct 3, 2024
it should hopefully be g2g now, short of missing imports (see IBM#314) Signed-off-by: Nick Mitchell <[email protected]>
starpit
added a commit
that referenced
this pull request
Oct 3, 2024
it should hopefully be g2g now, short of missing imports (see #314) Signed-off-by: Nick Mitchell <[email protected]>
aavarghese
force-pushed
the
needs
branch
2 times, most recently
from
October 3, 2024 15:34
7714f68
to
7ccb438
Compare
aavarghese
changed the title
feat: lunchpail "needs" support in Application spec
feat: lunchpail "needs" python support in Application spec
Oct 3, 2024
starpit
added a commit
to starpit/lunchpail
that referenced
this pull request
Oct 3, 2024
Will need IBM#314 to enable this test. Signed-off-by: Nick Mitchell <[email protected]>
starpit
added a commit
to starpit/lunchpail
that referenced
this pull request
Oct 3, 2024
Will need IBM#314 to enable this test. Signed-off-by: Nick Mitchell <[email protected]>
starpit
added a commit
to starpit/lunchpail
that referenced
this pull request
Oct 3, 2024
Will need IBM#314 to enable this test. Signed-off-by: Nick Mitchell <[email protected]>
starpit
added a commit
that referenced
this pull request
Oct 3, 2024
Will need #314 to enable this test. Signed-off-by: Nick Mitchell <[email protected]>
aavarghese
force-pushed
the
needs
branch
7 times, most recently
from
October 9, 2024 03:56
590ca66
to
b9f1cee
Compare
aavarghese
changed the title
feat: lunchpail "needs" python support in Application spec
feat: lunchpail "needs" support for installing dependencies
Oct 9, 2024
aavarghese
force-pushed
the
needs
branch
2 times, most recently
from
October 9, 2024 04:36
e6b40f5
to
fa44040
Compare
Signed-off-by: aavarghese <[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.
Adding support for python coded worker
Application
s..and its dependencies to install latest python release in darwin/linux OSes.Todo in upcoming PRs:
preinit.sh
.lunchpail needs python 3.9 --requirements requirements.txt --venv ~/.venv
Also, future support with Files.Get (causes helm yml to json parse error):