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

Remove render workers in favor of esm loader #54813

Merged
merged 67 commits into from
Sep 11, 2023

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    1c91427 View commit details
    Browse the repository at this point in the history
  2. test cases

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7fd5854 View commit details
    Browse the repository at this point in the history
  3. telemetry case

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1723f93 View commit details
    Browse the repository at this point in the history
  4. fix type

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1875a42 View commit details
    Browse the repository at this point in the history
  5. fix require cache case

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d7d7fbb View commit details
    Browse the repository at this point in the history
  6. tweak request handler

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6a91245 View commit details
    Browse the repository at this point in the history
  7. fix req headers

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0f286f8 View commit details
    Browse the repository at this point in the history
  8. fix response headers

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    809620a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    733b9cb View commit details
    Browse the repository at this point in the history
  10. middleware and config case

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe58674 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5be36c View commit details
    Browse the repository at this point in the history
  12. lint

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7cc363f View commit details
    Browse the repository at this point in the history
  13. config file watching

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6c79f69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c7d48e View commit details
    Browse the repository at this point in the history
  15. lint fix

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d7164a8 View commit details
    Browse the repository at this point in the history
  16. fix env resetting

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    36621d7 View commit details
    Browse the repository at this point in the history
  17. fix env handling

    ijjk committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6e2cee3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d105781 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d525bf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    97e85bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca33652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f712466 View commit details
    Browse the repository at this point in the history
  4. fix args

    ztanner committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    60d00d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    d1f3f73 View commit details
    Browse the repository at this point in the history
  2. attempt to fix image test

    ztanner committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    fef7850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc6ce5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    373d58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b2e97e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f50d86a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. tweak restart behavior

    ztanner committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e62db55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50567fa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    1bd7d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0433f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35094c2 View commit details
    Browse the repository at this point in the history
  4. rework middleware handling

    ijjk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9be1386 View commit details
    Browse the repository at this point in the history
  5. fix cases

    ijjk committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cb998a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f2ee4c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix multi-zone case

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    31c0b79 View commit details
    Browse the repository at this point in the history
  2. fix dev middleware cases

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7fc62a3 View commit details
    Browse the repository at this point in the history
  3. add yarn pnp loader handling

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e64ffd4 View commit details
    Browse the repository at this point in the history
  4. fix more tests cases

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    103f011 View commit details
    Browse the repository at this point in the history
  5. missing await

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5822640 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ad5cb3 View commit details
    Browse the repository at this point in the history
  7. Remove leftover await

    timneutkens committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e89e234 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'canary' into remove/render-workers

    # Conflicts:
    #	packages/next/src/cli/next-dev.ts
    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    71df1f4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'remove/render-workers' of github.com:ijjk/next.js into …

    …remove/render-workers
    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c1ef15b View commit details
    Browse the repository at this point in the history
  10. remove debug fields

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ddc0dfb View commit details
    Browse the repository at this point in the history
  11. remove other log

    ijjk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b0dacad View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. remove un-needed IPC server

    ijjk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a08ca47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d791ddc View commit details
    Browse the repository at this point in the history
  3. rm extra error serialize

    ijjk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e8bf9c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6f3d52 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'canary' into remove/render-workers

    # Conflicts:
    #	packages/next/src/server/base-server.ts
    ijjk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d8b5067 View commit details
    Browse the repository at this point in the history
  6. fix lint

    ijjk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b064f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    410a256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a27829 View commit details
    Browse the repository at this point in the history
  3. Clarify ipc variables

    timneutkens committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    643168a View commit details
    Browse the repository at this point in the history
  4. Clarify initialize()

    timneutkens committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b19f410 View commit details
    Browse the repository at this point in the history
  5. Remove unused properties

    timneutkens committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    f1fafd6 View commit details
    Browse the repository at this point in the history
  6. fix styled-jsx resolve

    ijjk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b506e98 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    338a063 View commit details
    Browse the repository at this point in the history
  2. tweak require-hook handling

    ijjk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6bbdac4 View commit details
    Browse the repository at this point in the history
  3. fix styled-jsx

    ijjk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b788fb5 View commit details
    Browse the repository at this point in the history
  4. extra change

    ijjk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c1cf934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d38f3a2 View commit details
    Browse the repository at this point in the history
  6. fix turbopack cache clearing

    ijjk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5e6442f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2df451 View commit details
    Browse the repository at this point in the history