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

Treat container name as directory #35

Merged
merged 14 commits into from
Feb 6, 2020

Commits on Jan 10, 2020

  1. remove need for container_name

    * the container_name is inferred as the first directory listing
      in the path
    * removed special implementations for several member methods
    AlbertDeFusco committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e480c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. we seem to be making progress

    * pyarrow works but fs.walk() does not
    * some globs work
    AlbertDeFusco committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    fdb4595 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    bcdb85e View commit details
    Browse the repository at this point in the history
  2. debug

    AlbertDeFusco committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    15d2d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. remove a few more member methods

    * no need for info, exists. they are based on .ls()
    * added rm
    AlbertDeFusco committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    313666d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7711be7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    eb391a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc6494 View commit details
    Browse the repository at this point in the history
  3. update tests for container-as-directory

    * ls, info, glob, open_file
    AlbertDeFusco committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bb92bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cec595 View commit details
    Browse the repository at this point in the history
  5. delimiter!

    AlbertDeFusco committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    47f9492 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bf7dc5 View commit details
    Browse the repository at this point in the history
  7. linted!

    AlbertDeFusco committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    a4254f4 View commit details
    Browse the repository at this point in the history
  8. two unused imports

    AlbertDeFusco committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f39ee59 View commit details
    Browse the repository at this point in the history