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

Companion: Use GET instead of HEAD for getURLMeta + Cut off length of file names #3048

Merged
merged 11 commits into from Sep 30, 2021

Commits on Jul 26, 2021

  1. rewrite to async/await

    mifi committed Jul 26, 2021
    Copy the full SHA
    27c64c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce4e8f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Update packages/@uppy/companion/src/server/controllers/url.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    mifi and aduh95 committed Jul 29, 2021
    Copy the full SHA
    b9d2091 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

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

Commits on Aug 30, 2021

  1. Change HEAD to GET in getURLMeta

    and abort request immediately upon response headers received
    #3034 (comment)
    mifi committed Aug 30, 2021
    Copy the full SHA
    0b6c488 View commit details
    Browse the repository at this point in the history
  2. fix lint

    mifi committed Aug 30, 2021
    Copy the full SHA
    77c4f25 View commit details
    Browse the repository at this point in the history
  3. fix lint

    mifi committed Aug 30, 2021
    Copy the full SHA
    4226c95 View commit details
    Browse the repository at this point in the history
  4. cut off length of file names

    or else we get
    "MetadataTooLarge: Your metadata headers exceed the maximum allowed metadata size" in tus / S3
    mifi committed Aug 30, 2021
    Copy the full SHA
    cf494e5 View commit details
    Browse the repository at this point in the history
  5. try to fix flaky test

    mifi committed Aug 30, 2021
    Copy the full SHA
    4aabeea View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Copy the full SHA
    11429a7 View commit details
    Browse the repository at this point in the history
  2. fix lint by reordering code

    mifi committed Aug 31, 2021
    Copy the full SHA
    0ba8349 View commit details
    Browse the repository at this point in the history