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

Consolidate Server and Routing process into one process #53523

Merged
merged 53 commits into from
Aug 8, 2023

Commits on Aug 3, 2023

  1. Remove unused types

    timneutkens committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ba3d6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c8daf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f0954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8afa284 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3a7663 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edb494c View commit details
    Browse the repository at this point in the history
  7. Fix typescript errors

    timneutkens committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    18007e7 View commit details
    Browse the repository at this point in the history
  8. Fix type mismatches

    timneutkens committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    176f7f7 View commit details
    Browse the repository at this point in the history
  9. Bring back compression

    timneutkens committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2c790d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    a03d642 View commit details
    Browse the repository at this point in the history
  2. Use fixture for test

    timneutkens committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    47e0059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b563a8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    968b253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c84094 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a46589e View commit details
    Browse the repository at this point in the history
  7. Reset test

    timneutkens committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4c097e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6cc0a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da891b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    828847d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bd66d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    342cae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71afe95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fad9dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51a1275 View commit details
    Browse the repository at this point in the history
  7. Add type

    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c42661e View commit details
    Browse the repository at this point in the history
  8. Fix name of event

    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a3c4248 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8976ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ed107f View commit details
    Browse the repository at this point in the history
  11. Revert "Don't pass initialEnv into worker as it prohibits reloading t…

    …he env"
    
    This reverts commit 51a1275.
    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b130f1f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a30382 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f190ca View commit details
    Browse the repository at this point in the history
  14. Fix lint

    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    05646c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c773e41 View commit details
    Browse the repository at this point in the history
  16. Skip instrument hmr test

    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    988f860 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    96532db View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3d5968f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    268b7de View commit details
    Browse the repository at this point in the history
  20. Revert "Consolidate proxy and server class"

    This reverts commit 268b7de.
    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    78a61eb View commit details
    Browse the repository at this point in the history
  21. Revert "Rename file to reflect what it is used for"

    This reverts commit 3d5968f.
    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6f77112 View commit details
    Browse the repository at this point in the history
  22. Revert "Remove shouldUseStandaloneMode variable"

    This reverts commit 96532db.
    timneutkens committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7ad3a9f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    22a4321 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4b92a92 View commit details
    Browse the repository at this point in the history
  25. fix require cache clearing

    ijjk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    879f9de View commit details
    Browse the repository at this point in the history
  26. Merge branch 'fix/investigate-memory-usage' of github.com:vercel/next…

    ….js into fix/investigate-memory-usage
    ijjk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    73ec060 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    a454b82 View commit details
    Browse the repository at this point in the history
  2. Remove proxy

    timneutkens committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cd58043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b12dbb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f981a7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14a78de View commit details
    Browse the repository at this point in the history
  6. Fix lint

    timneutkens committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cda6ef5 View commit details
    Browse the repository at this point in the history
  7. Bring back previous test

    timneutkens committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bfe6d04 View commit details
    Browse the repository at this point in the history
  8. Remove unused variables

    timneutkens committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f465437 View commit details
    Browse the repository at this point in the history