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

LocalFileSystem fix _strip_protocol for root directory #1477

Merged
merged 34 commits into from
Mar 18, 2024

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    93d92c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    f6d44d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b77125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb2eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b742f View commit details
    Browse the repository at this point in the history
  5. local.py - make_path_posix removed temporary nested function _make_pa…

    …th_posix.
    
    make_path_posix with some optimisation tweaks such as change re.match to a string comparison.
    Should also properly format concatenated windows paths as posix.
    fleming79 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9d01d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

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

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    7abb0c4 View commit details
    Browse the repository at this point in the history
  2. FSMap - use new remove_trailing_slash to get root

    test_fsmap_access_with_suffix - enable for windows.
    fleming79 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6e2df0f View commit details
    Browse the repository at this point in the history
  3. make_path_posix

    - now converts to string if not.
    fleming79 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    16c2c82 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    0b4d069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa75a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    4b25084 View commit details
    Browse the repository at this point in the history
  2. LocalFileSystem._strip_protocol - will now lstrip for 'local' on NT.

    make_path_posix - removed handling of `file://' (should be done in _strip_protocol).
    fleming79 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    97ee256 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. _strip_protocol fix for 3.8 string missing removeprefix

    Alan Fleming committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a0ee144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a68e536 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fix version check

    Alan Fleming committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    41147e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Drop version specific version of _strip_protocol

    Alan Fleming committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aaefdc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    778cd95 View commit details
    Browse the repository at this point in the history
  2. fix test_make_path_posix

    disable test_jupyter.test_simple for windows
    fleming79 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7570de8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    502413f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    64433f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    ac990da View commit details
    Browse the repository at this point in the history
  2. Fix ruff lint PIE810

    Alan Fleming committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e0de0a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    05f073a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    7799d4e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c2352bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006718d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec56ea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    03b3106 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    082b544 View commit details
    Browse the repository at this point in the history