-
Notifications
You must be signed in to change notification settings - Fork 31
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
Function and jobs refactor - resolve circular dependencies #1517
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
76a3349
refactor client and fix tests
korgan00 d8595f6
remove client/arguments.serverless
korgan00 41e9de0
remove unused TIMEOUTs
korgan00 3df8944
functions deprecation warnings
korgan00 204510b
added get_job_by_id with deprecation warning
korgan00 ba6684c
added __init__.py
korgan00 a3c0809
deprecated list function correction
korgan00 fd77ab2
replace deleted _token with token
korgan00 5149fed
**kwargs
korgan00 ad24a13
add duplicate code exception
korgan00 f289a7e
fixed run function
korgan00 8dc49bd
fixed code quality
korgan00 c6bf152
fix linter
korgan00 7d7d7db
delete file management from client. Use it only in serverless
korgan00 1918dc3
fix docs
korgan00 3e55964
skip file download and manage data directory tests
korgan00 164ce73
change docker build
korgan00 47e33e8
change docker build
korgan00 9ae1121
fix from_dict
korgan00 cf749a1
refactor function and job and resolve circular dependency
korgan00 92ac23b
Merge branch 'main' into client-refactor
korgan00 706eead
move _upload_with_artifact changes
korgan00 8e083aa
rename get_XXXX methods as XXXX
korgan00 c3477e9
rename get_XXXX methods as XXXX on local client
korgan00 57e3334
fix upload return on serverless
korgan00 7402e53
fix upload return on local client
korgan00 ccfa237
Merge branch 'client-refactor' into function-and-jobs-refactor
korgan00 ec201e4
fix lint
korgan00 2d14e8a
revert tox file
korgan00 8ae9093
Merge branch 'main' into function-and-jobs-refactor
korgan00 1b7e308
fix functions return
korgan00 021efb8
JobClient -> JobService
korgan00 018e6d9
jobService variable camelCase to snake_case
korgan00 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This methods are defined in new RunService and JobClient abstract classes.