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(remix-server-runtime): RRR 1.1 - handleResourceRequest #4245

Merged
merged 23 commits into from
Sep 29, 2022

Commits on Aug 29, 2022

  1. TEMP

    brophdawg11 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    266fe63 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. chore: add EXPERIMENTAL_BUILD flag

    chore: allow HEAD requests to have body stripped
    jacob-ebey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e0277b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5772e0c View commit details
    Browse the repository at this point in the history
  3. add changeset

    jacob-ebey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    475b7ba View commit details
    Browse the repository at this point in the history
  4. hmmmmm

    jacob-ebey committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9d615e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. update tsconfig

    jacob-ebey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8c2aa09 View commit details
    Browse the repository at this point in the history
  2. yeet yeet

    jacob-ebey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6f4bdad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4094dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b671d6 View commit details
    Browse the repository at this point in the history
  5. updated workflows

    jacob-ebey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f534e2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01582d2 View commit details
    Browse the repository at this point in the history
  7. oops, missed one

    jacob-ebey committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a16a0a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    f14bc4a View commit details
    Browse the repository at this point in the history
  2. chore: re-promise.all the calling of loaders/actions to allow body to…

    … be read in parallel to avoid deadlocks
    
    chore: remove @remix-run/router dep and temporarily move source into server-runtime package
    jacob-ebey committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    24f310c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    2cd7ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ab1f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596da0c View commit details
    Browse the repository at this point in the history
  4. annotate TODO's with RRR

    brophdawg11 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    770dac1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d942d1 View commit details
    Browse the repository at this point in the history
  6. ummmmm, wtf?

    jacob-ebey committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    64504a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fixed lint issues

    jacob-ebey committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cbc10ba View commit details
    Browse the repository at this point in the history
  2. revert

    jacob-ebey committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5e28422 View commit details
    Browse the repository at this point in the history
  3. updated tests

    jacob-ebey committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e44520c View commit details
    Browse the repository at this point in the history