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

Log endpoint uses multipart form #1228

Merged
merged 11 commits into from
Nov 24, 2020
Merged

Log endpoint uses multipart form #1228

merged 11 commits into from
Nov 24, 2020

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    c19d44e View commit details
    Browse the repository at this point in the history
  2. Update zealot tests

    jameskerr committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7f09529 View commit details
    Browse the repository at this point in the history
  3. Make jest root src

    jameskerr committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    faf8f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    051fc79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2321212 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f793636 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f390600 View commit details
    Browse the repository at this point in the history
  8. Test for upload method

    Alas, Deno does not implement XMLHttpRequest. And node does not
    implement FormData. So we run this test here in JSDOM. I tried
    to make it return upload progress events, but failed.
    
    This is good enough for jazz.
    jameskerr committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    82faa76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a10c4aa View commit details
    Browse the repository at this point in the history
  10. Fix type error

    jameskerr committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    16097cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8dcc03 View commit details
    Browse the repository at this point in the history