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

refactor: canonicalize load paths in load_from functions #1462

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    04a7eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e261d09 View commit details
    Browse the repository at this point in the history
  3. fix: add missing references

    Br1ght0ne committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1b88f36 View commit details
    Browse the repository at this point in the history
  4. fix: tests

    Br1ght0ne committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    863ace7 View commit details
    Browse the repository at this point in the history
  5. fix: tests

    Br1ght0ne committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    567f181 View commit details
    Browse the repository at this point in the history
  6. fix: tests (now for real)

    Br1ght0ne committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    08d26a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 29, 2024

  1. feat: use path-clean crate

    Br1ght0ne committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    174470a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3ed578 View commit details
    Browse the repository at this point in the history
  3. update test

    Br1ght0ne committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cadc90d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf410d View commit details
    Browse the repository at this point in the history
  5. update storage tests

    Br1ght0ne committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d6bafe2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    7ced3cd View commit details
    Browse the repository at this point in the history
  2. Fix merge

    Br1ght0ne committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    27ec921 View commit details
    Browse the repository at this point in the history
  3. fix error messages

    Br1ght0ne committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6e27a89 View commit details
    Browse the repository at this point in the history
  4. absolute, then clean

    `absolute` resolves the path against `workdir`, `clean` removes extra `..` inside.
    Using `clean` before `absolute` with paths that go outside of the root
    (e.g., "/one/two/../../../above_root") can lead to losing levels of `..`
    Br1ght0ne committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7ceea6c View commit details
    Browse the repository at this point in the history
  5. appease clippy-sama

    Br1ght0ne committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7264c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 24, 2024

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

Commits on Aug 28, 2024

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

Commits on Sep 2, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    5e5c218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4a5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6922f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 21, 2024

  1. Address review comments

    Br1ght0ne committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0a25bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09300d5 View commit details
    Browse the repository at this point in the history