-
Notifications
You must be signed in to change notification settings - Fork 27
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
Introduce the new cs3-python-client library #161
Open
glpatcern
wants to merge
13
commits into
master
Choose a base branch
from
cs3client
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
glpatcern
force-pushed
the
cs3client
branch
4 times, most recently
from
August 10, 2024 15:20
64d3962
to
a8217ef
Compare
glpatcern
changed the title
WIP to use the new cs3-python-client library
Introduce the new cs3-python-client library
Aug 30, 2024
Marking as ready for review given that the code is pretty much complete. Once the build passes, we can review and merge this change. |
Remaining developments:
|
glpatcern
force-pushed
the
cs3client
branch
from
September 13, 2024 11:48
ae0b082
to
c5f611d
Compare
The test has been adapted to require xattrs in the stat output
glpatcern
force-pushed
the
cs3client
branch
from
September 13, 2024 13:31
f54a3e7
to
a95b1a1
Compare
glpatcern
force-pushed
the
cs3client
branch
from
September 13, 2024 14:07
a95b1a1
to
4580644
Compare
Following cs3org/cs3-python-client#8 we now pass the whole test suite:
Therefore this is ready to review. |
glpatcern
force-pushed
the
cs3client
branch
from
September 13, 2024 14:16
9c901ae
to
3f24225
Compare
glpatcern
force-pushed
the
cs3client
branch
from
September 13, 2024 14:18
3f24225
to
e890c08
Compare
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.
This PR is to introduce the https://github.com/cs3org/cs3-python-client library contributed by @rawe0.
As part of this, some refactoring and simplification has taken place:
getxattr()
API, as well as the caching recently introduced, as the xattrs are always queried next to a stat call.versioninv
flag on stat, assuming it's always version invariant. Only xroot was able to make a distinction.readfile
that now raises an exception instead ofyield
ing it. Consequently dropped thepeek
logic.@micbar a heads-up about a larger-than-usual change.
Remaining tasks:
cs3client >= 1.1
as requirement