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

Separate routing code from render servers #52492

Merged
merged 55 commits into from
Jul 21, 2023

Commits on Jul 20, 2023

  1. Initial changes

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7150291 View commit details
    Browse the repository at this point in the history
  2. dynamic routes

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f753141 View commit details
    Browse the repository at this point in the history
  3. render worker handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    75e4afc View commit details
    Browse the repository at this point in the history
  4. break out route resolving

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a5cc121 View commit details
    Browse the repository at this point in the history
  5. next data outputs handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b3c6a87 View commit details
    Browse the repository at this point in the history
  6. update middleware handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    de35d92 View commit details
    Browse the repository at this point in the history
  7. handle revalidate case

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0880624 View commit details
    Browse the repository at this point in the history
  8. Handle basePath/i18n cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1c4ff6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e706fcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab26f33 View commit details
    Browse the repository at this point in the history
  11. more standalone cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ca1dcca View commit details
    Browse the repository at this point in the history
  12. fix turbopack type

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    13e34f0 View commit details
    Browse the repository at this point in the history
  13. fix filtered header

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9cf2ded View commit details
    Browse the repository at this point in the history
  14. dev handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a87cb3c View commit details
    Browse the repository at this point in the history
  15. middleware dev cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e9fbbc2 View commit details
    Browse the repository at this point in the history
  16. app dev cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2ba15a1 View commit details
    Browse the repository at this point in the history
  17. fix more test cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a2c9347 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6fa1344 View commit details
    Browse the repository at this point in the history
  19. custom-server ws case and error

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    81817c8 View commit details
    Browse the repository at this point in the history
  20. add test debug env

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6f682dc View commit details
    Browse the repository at this point in the history
  21. update test env

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    33489a1 View commit details
    Browse the repository at this point in the history
  22. more cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    071274e View commit details
    Browse the repository at this point in the history
  23. more test cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    79364ba View commit details
    Browse the repository at this point in the history
  24. and some more

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7b7ba1e View commit details
    Browse the repository at this point in the history
  25. even more

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8214838 View commit details
    Browse the repository at this point in the history
  26. error cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    91bb35a View commit details
    Browse the repository at this point in the history
  27. custom server cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    626d615 View commit details
    Browse the repository at this point in the history
  28. trace and conflicting case

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6150890 View commit details
    Browse the repository at this point in the history
  29. more cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f86dc03 View commit details
    Browse the repository at this point in the history
  30. add todo

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9f70518 View commit details
    Browse the repository at this point in the history
  31. fix rebase

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7808e09 View commit details
    Browse the repository at this point in the history
  32. suggestions from review

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e2b58e9 View commit details
    Browse the repository at this point in the history
  33. fix windows paths

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a70c2cf View commit details
    Browse the repository at this point in the history
  34. remove extra field and fix cases

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9c9e14a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9207b2b View commit details
    Browse the repository at this point in the history
  36. restore process.title change

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    aeb0653 View commit details
    Browse the repository at this point in the history
  37. fix format dev server errors

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5e18f0d View commit details
    Browse the repository at this point in the history
  38. update test

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    087425a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    27be9b6 View commit details
    Browse the repository at this point in the history
  40. use get-port for tests

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b5fc62c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f5df36d View commit details
    Browse the repository at this point in the history
  42. Update instrumentation case

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8c0f81a View commit details
    Browse the repository at this point in the history
  43. rework custom server handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ab5a555 View commit details
    Browse the repository at this point in the history
  44. fix arg

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    508b91b View commit details
    Browse the repository at this point in the history
  45. remove debug env

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d094333 View commit details
    Browse the repository at this point in the history
  46. Update imports

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eac00c3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    76b29c8 View commit details
    Browse the repository at this point in the history
  48. use tapPromise

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8894cc4 View commit details
    Browse the repository at this point in the history
  49. update request handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f8a6240 View commit details
    Browse the repository at this point in the history
  50. Update compress handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e917406 View commit details
    Browse the repository at this point in the history
  51. fix etag handling

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a0a0700 View commit details
    Browse the repository at this point in the history
  52. telemetry case

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0143414 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5154b10 View commit details
    Browse the repository at this point in the history
  54. update

    ijjk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    403a363 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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