-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor clients and add support for FirecREST v2 #148
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
Add documentation for API v2
* Async client for FirecREST v2 * Fix log level * Add status endpoints
* Run unittests for all PRs, not only the ones to main (#131) * Update AsyncExternalStorage.py --------- Co-authored-by: rsarm <rafael.sarmiento@cscs.ch>
* Run unittests for all PRs, not only the ones to main (#131) * add fs endpoints * fix bugs * Fix small typos * Add responses for ls * Add responses for ls options * Add tests for /head * Small fixes and test files in tail * Small fixes in tail and test file * Small fixes in async client and checksum test file * Add file test output * Add test files for stat * add more endpoints * add responses * Fix rm * Add rm test * Fix typo * Fix simple upload and download * Rename param * Update _json_response * Fix simple upload --------- Co-authored-by: Eirini Koutsaniti <eirini.koutsaniti@cscs.ch> Co-authored-by: Eirini Koutsaniti <ekoutsaniti@gmail.com>
* Add submit endpoint * Fix typo * Add job info and metadata * Add job submissions output * Add cancel and attach to v2 client * Fix type
* Add better support for transfer jobs in mv/cp/rm * Fix type * Add upload method * Add download method * Add aiofiles dep * Pin aiofiles to 23.2.1 to maintain support for python 3.7 * Fix mypy errors * Fix aiofiles version * Fix types-aiofiles version
* Add better support for transfer jobs in mv/cp/rm * Fix type * Add upload method * Add download method * Add aiofiles dep * Pin aiofiles to 23.2.1 to maintain support for python 3.7 * Fix mypy errors * Fix aiofiles version * Fix types-aiofiles version * Add sync client * Fix mypy errors * Add docs for sync client
* Run unittests for all PRs, not only the ones to main (#131) * add user info endpoint async * add user info endpoint sync * add unit tests * fix json format * Fix types --------- Co-authored-by: Eirini Koutsaniti <eirini.koutsaniti@cscs.ch> Co-authored-by: Eirini Koutsaniti <ekoutsaniti@gmail.com>
* Run unittests for all PRs, not only the ones to main (#131) * small fixes * bug fix * update ls rec resp --------- Co-authored-by: Eirini Koutsaniti <eirini.koutsaniti@cscs.ch>
* Add extract and compress fucntions to v2 * Fix return types
* Run unittests for all PRs, not only the ones to main (#131) * add mkdir and symlink * Small fixes --------- Co-authored-by: Eirini Koutsaniti <eirini.koutsaniti@cscs.ch> Co-authored-by: Eirini Koutsaniti <ekoutsaniti@gmail.com>
* Run unittests for all PRs, not only the ones to main (#131) * submit with path to local file * fixes * fixes --------- Co-authored-by: Eirini Koutsaniti <eirini.koutsaniti@cscs.ch> Co-authored-by: Eirini Koutsaniti <ekoutsaniti@gmail.com>
* Refactor package * Fix docs references for v1 * Fix type errors in docs * Update docs for v2 * Small fix * fix imports
* Retry in case of 429 in v2 * Fix workflow image * Small fix in systems method
rsarm
approved these changes
Jan 21, 2025
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.
No description provided.