Skip to content
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

Merged
merged 7 commits into from
May 24, 2024
Merged

Commits on May 21, 2024

  1. Added glob/du/info support

    	-- 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
    turetske committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1850025 View commit details
    Browse the repository at this point in the history
  2. Add missing newline back in

    turetske committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4d28b24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c36d06b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c77af View commit details
    Browse the repository at this point in the history
  5. Removed dirlisthost from returned paths from various calls

    Also created a work-around for isdir and isfile
    turetske committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4be215d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a3a002 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Addressed PR comments and removed hostname from 'cat' results and 'ge…

    …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
    turetske committed May 24, 2024
    Configuration menu
    Copy the full SHA
    962bcbc View commit details
    Browse the repository at this point in the history