-
Notifications
You must be signed in to change notification settings - Fork 1
feat(SDK): Build context helpers for the python clients and SDKs #684
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7c65baa
added context loader helper
james-rl 5dcdbfd
Merge branch 'main' of github.com:runloopai/api-client-python
james-rl c8916eb
added context loader helper to make it easier to add build context wh…
james-rl 4f47bf3
added oop build context functional method wrapper
james-rl 5fb7945
added context helpers to SDKs
james-rl 471334f
Merge branch 'main' of github.com:runloopai/api-client-python
james-rl 0bc941b
Merge branch 'main' into james/ctxt-loader
james-rl dcbaad0
made ctxt example a bit better
james-rl e19c775
made this example better
james-rl fe9abbd
Merge branch 'main' of github.com:runloopai/api-client-python
james-rl f2a3b03
merged main
james-rl 2f62fee
refactored ignore logic to follow moby (docker project) pattern match…
james-rl 81dba83
fixed some tests and broken imports
james-rl e0a1725
improved typing and made the ignore matching less docker-specific
james-rl 9ef3450
added tar filter for upload_from_dir
james-rl d5621ab
fixed bad type
james-rl bbc1f78
removed some dead code and standardized the ignore interface & made i…
james-rl 7070b95
rolled back change that made tar its own filter type -- big misunders…
james-rl 14c45c0
Merge branch 'main' of github.com:runloopai/api-client-python
james-rl deeea33
Merge branch 'main' into james/ctxt-loader
james-rl be047f6
Merge branch 'main' of github.com:runloopai/api-client-python
james-rl b50f80e
Merge branch 'main' into james/ctxt-loader
james-rl 136ad7e
added handling for extremely weird edge case behavior for dockerignore
james-rl 2a7fc17
added some type hints and override flags
james-rl 597825d
docstring fixes and consolidation of duplicated ignore code
james-rl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| """ | ||
| Helpers for `runloop_api_client`. | ||
| """ | ||
|
Comment on lines
+1
to
+3
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. stop pytest from complaining when using resources from here |
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.