-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add Shared Folders support #61
Conversation
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.
I think there is stuff we can improve related to _execute_request
, will tell you a bit later.
Re: _execute_request - Finding a better way to handle this would be great. |
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.
To fix tests:
tests/init.py:135
: url += urlencode(params)
--> url += urlencode(params or {})
@Quentame I can't figure out the issue with the test, I'll need your help. |
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.
Once the CI passes, I'll merge.
I'll see the SynologyDSM._request()
when I will have more time.
@Quentame I can't fix the CI, I need you to take a look. You have permissions to directly update the pull request if that's easier for you. The error -
|
The test URL is not built correctly : |
Are you sure we should POST and not GET ? Is telling me GET |
OK, yes, this is POST 👍 |
I’ve tested, your code is working well but tests fails. |
@Gestas : can you check if the test EDIT : tested on my NAS, working (but on much lower disk capacity 😅) |
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.
I'm good with this.
Waiting your last test to merge (since I modified some stuffs, working on my DS918+ NAS).
Everything is working locally, I'm good to merge. Thx! |
Closes #60
Includes support for extended attributes -