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

feat(services/webdav): support redirection when get 302/307 response during read operation #2256

Merged
merged 44 commits into from
May 30, 2023
Merged

feat(services/webdav): support redirection when get 302/307 response during read operation #2256

merged 44 commits into from
May 30, 2023

Commits on May 11, 2023

  1. fix: add redirect logic

    Gnosnay committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b8a2c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d5f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e951d2 View commit details
    Browse the repository at this point in the history
  4. fix: path beginning with /

    Gnosnay committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3da6269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6600257 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9107919 View commit details
    Browse the repository at this point in the history
  7. chores: format

    Gnosnay committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fe10893 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e14820d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    b77233f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b213f View commit details
    Browse the repository at this point in the history
  3. fix: proxy forward address

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    182e7a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f00018a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ff9a36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf03cee View commit details
    Browse the repository at this point in the history
  7. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    60e1579 View commit details
    Browse the repository at this point in the history
  8. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    39229fc View commit details
    Browse the repository at this point in the history
  9. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d2e7812 View commit details
    Browse the repository at this point in the history
  10. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    154e281 View commit details
    Browse the repository at this point in the history
  11. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c71abc1 View commit details
    Browse the repository at this point in the history
  12. tmp: add log for nginx

    Gnosnay committed May 12, 2023
    Configuration menu
    Copy the full SHA
    54ab48d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. tmp: add log for nginx

    Gnosnay committed May 13, 2023
    Configuration menu
    Copy the full SHA
    96e3447 View commit details
    Browse the repository at this point in the history
  2. tmp: add log for nginx

    Gnosnay committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e4c1c80 View commit details
    Browse the repository at this point in the history
  3. tmp: add log for nginx

    Gnosnay committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b3bb57d View commit details
    Browse the repository at this point in the history
  4. tmp: add log for nginx

    Gnosnay committed May 13, 2023
    Configuration menu
    Copy the full SHA
    24cb37c View commit details
    Browse the repository at this point in the history
  5. fix: permission

    Gnosnay committed May 13, 2023
    Configuration menu
    Copy the full SHA
    6c303a3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. debug: check permission staff

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f9fa903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6507ed6 View commit details
    Browse the repository at this point in the history
  3. fix: nginx redriect test

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    17486f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f369baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c465a45 View commit details
    Browse the repository at this point in the history
  6. chore: clippy fix

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ecdf0fe View commit details
    Browse the repository at this point in the history
  7. chore: cargo fmt fix

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ce7f9cf View commit details
    Browse the repository at this point in the history
  8. fix: retry step fix

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    cfac25b View commit details
    Browse the repository at this point in the history
  9. fix: remove useless dep

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2f2a96b View commit details
    Browse the repository at this point in the history
  10. fix: clippy fix and typos

    Gnosnay committed May 14, 2023
    Configuration menu
    Copy the full SHA
    6687fc1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix: comment fixes

    Gnosnay committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4cd0335 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chores: comment style change

    Gnosnay committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0009b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb6e1d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    e1c7e50 View commit details
    Browse the repository at this point in the history
  2. fix: cargo clippy

    Gnosnay committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7638529 View commit details
    Browse the repository at this point in the history
  3. chore: fix format

    Gnosnay committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e861443 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:apache/incubator-opendal into featu…

    …re/support-redirect-for-webdav
    Gnosnay committed May 28, 2023
    Configuration menu
    Copy the full SHA
    1da0856 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'main' of github.com:apache/incubator-opendal into featu…

    …re/support-redirect-for-webdav
    Gnosnay committed May 30, 2023
    Configuration menu
    Copy the full SHA
    60188f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf232e View commit details
    Browse the repository at this point in the history