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

fix(server): ensure consistency for url to file mapping in importAnalysis and static middleware #6518

Merged
merged 7 commits into from Mar 3, 2022

Commits on Feb 8, 2022

  1. fix: ensure importAnalysis plugin and static middleware use the same …

    …code to determine filepath from url
    dominikg committed Feb 8, 2022
    Copy the full SHA
    cebc044 View commit details
    Browse the repository at this point in the history
  2. fix: normalize path case on case insensitive file systems; remove / b…

    …efore drive letter from allow dirs on windows
    dominikg committed Feb 8, 2022
    Copy the full SHA
    919cea0 View commit details
    Browse the repository at this point in the history
  3. fix: undo normalizePath change; add isParentDirectory util; add test …

    …for subdirectory access
    dominikg committed Feb 8, 2022
    Copy the full SHA
    d0539f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5c15cef View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c5809ce View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    edc289d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Copy the full SHA
    29f25f3 View commit details
    Browse the repository at this point in the history