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

Implement web server as the request handler for edge SSR #33635

Merged
merged 30 commits into from Jan 26, 2022

Commits on Jan 21, 2022

  1. abstract manifest getters

    shuding committed Jan 21, 2022
    Copy the full SHA
    3a0b602 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f7870fa View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    shuding committed Jan 21, 2022
    Copy the full SHA
    1ea2af3 View commit details
    Browse the repository at this point in the history
  4. create web server

    shuding committed Jan 21, 2022
    Copy the full SHA
    ebc348a View commit details
    Browse the repository at this point in the history
  5. merge canary

    shuding committed Jan 21, 2022
    Copy the full SHA
    916544f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a224f25 View commit details
    Browse the repository at this point in the history
  7. try importing the web server

    shuding committed Jan 21, 2022
    Copy the full SHA
    7b38b1b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

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

Commits on Jan 24, 2022

  1. pass manifests

    shuding committed Jan 24, 2022
    Copy the full SHA
    7eda31b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b6f93e View commit details
    Browse the repository at this point in the history
  3. Revert "add routes and pages manifests"

    This reverts commit 0b6f93e.
    shuding committed Jan 24, 2022
    Copy the full SHA
    2e656b2 View commit details
    Browse the repository at this point in the history
  4. Revert "pass manifests"

    This reverts commit 7eda31b.
    shuding committed Jan 24, 2022
    Copy the full SHA
    26c6914 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e89bcfb View commit details
    Browse the repository at this point in the history
  6. move manifest getter

    shuding committed Jan 24, 2022
    Copy the full SHA
    14162d0 View commit details
    Browse the repository at this point in the history
  7. pipe the server res

    shuding committed Jan 24, 2022
    Copy the full SHA
    5e574b6 View commit details
    Browse the repository at this point in the history
  8. clean up

    shuding committed Jan 24, 2022
    Copy the full SHA
    8790427 View commit details
    Browse the repository at this point in the history
  9. test dynamic route

    shuding committed Jan 24, 2022
    Copy the full SHA
    558333e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. current page route

    shuding committed Jan 25, 2022
    Copy the full SHA
    08538b3 View commit details
    Browse the repository at this point in the history
  2. fix dynamic route tests

    shuding committed Jan 25, 2022
    Copy the full SHA
    c0a75b8 View commit details
    Browse the repository at this point in the history
  3. fix test case

    shuding committed Jan 25, 2022
    Copy the full SHA
    42b76d4 View commit details
    Browse the repository at this point in the history
  4. fix partial hydration

    shuding committed Jan 25, 2022
    Copy the full SHA
    9701499 View commit details
    Browse the repository at this point in the history
  5. fix dev opts

    shuding committed Jan 25, 2022
    Copy the full SHA
    9bc2728 View commit details
    Browse the repository at this point in the history
  6. fix dev flag

    shuding committed Jan 25, 2022
    Copy the full SHA
    b5e7949 View commit details
    Browse the repository at this point in the history
  7. fix build id and ssr error

    shuding committed Jan 25, 2022
    Copy the full SHA
    e5658f2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5369da5 View commit details
    Browse the repository at this point in the history
  9. clean up

    shuding committed Jan 25, 2022
    1
    Copy the full SHA
    f5b4401 View commit details
    Browse the repository at this point in the history
  10. fix type errors

    shuding committed Jan 25, 2022
    Copy the full SHA
    ce6e1a2 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4445d87 View commit details
    Browse the repository at this point in the history
  12. fix stringify

    shuding committed Jan 25, 2022
    Copy the full SHA
    c0b7c2e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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