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

DM-37510: Make HttpResourcePath.exists() more robust for WebDAV endpoints #38

Merged
merged 20 commits into from
Feb 4, 2023

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    5239766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d15d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c05c55 View commit details
    Browse the repository at this point in the history
  4. Improve test suite organization and include separate tests for webDAV…

    … and plain HTTP endpoints
    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f4fddd6 View commit details
    Browse the repository at this point in the history
  5. Reorganize and improve test suite

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1bb7190 View commit details
    Browse the repository at this point in the history
  6. Modify to avoid flake8 complaints

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    dde85f5 View commit details
    Browse the repository at this point in the history
  7. Modify to comply to isort

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    91056e5 View commit details
    Browse the repository at this point in the history
  8. Implement changes required by black

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6d979f3 View commit details
    Browse the repository at this point in the history
  9. Address mypy and flake8 errors

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    42b88a8 View commit details
    Browse the repository at this point in the history
  10. Address more remote mypy errors

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ffb0e7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6d0583 View commit details
    Browse the repository at this point in the history
  12. Fix more formatting errors

    airnandez authored and timj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6fc34ea View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    0186cca View commit details
    Browse the repository at this point in the history
  2. Don't show warning if not custom CA bundle was specified and ensure b…

    …earer tokens are not sent for non-secure HTTP endpoints
    airnandez committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f6e03d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64372fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e173e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    118bbe5 View commit details
    Browse the repository at this point in the history
  6. Perform download-then-upload for copy or move operation when resource…

    …s are located in plain HTTP servers
    airnandez committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    66fff95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c387c1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    804c253 View commit details
    Browse the repository at this point in the history