-
Notifications
You must be signed in to change notification settings - Fork 4
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
PROPFIND and glob fix #45
Conversation
8f08fd7
to
864432a
Compare
-- Moved glob to the top level to deal with potential '//' -- Added a get_dirlist_url function that uses PROPFIND -- Removed unused get_dirlist_host from the parser module
Also created a work-around for isdir and isfile
864432a
to
7a3a002
Compare
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.
Some minor items in the review -- please address them and merge.
I think the find & glob methods need better test coverage -- I'm concerned by the fact the tricky logic is around multiple subdirectories and we only have a test for a single level. Please open up a new issue as a follow-up.
…t_mapper' root -- Renamed and made the _remove_hostname_from_path/s methods static methods -- Added tests for _remove_hostname_from_paths -- get_mapper now works with an absolute path rather than a url to a cache Also added two example notebooks to show how things work
Closes #41
Closes #3
Closes #4
Closes #10
Relies on #42, so review that first.