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(middleware): Add support for Middleware to SSR-Streaming server #9883

Merged
merged 40 commits into from
Jan 31, 2024

Commits on Jan 24, 2024

  1. Add code for invoking middleware (WIP)

    Add serverAuthState
    dac09 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a560620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ab5f7 View commit details
    Browse the repository at this point in the history
  3. WIP: Start adding MW classes

    dac09 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    84279f7 View commit details
    Browse the repository at this point in the history
  4. Use subclassing to create MiddlewareRequest

    WIP: still failing with ArdaRequest
    dac09 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f0e0f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07207bc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Bump whatwg versions

    dac09 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    eec9e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d64b1c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:redwoodjs/redwood into feat/ssr-mid…

    …dleware
    
    * 'main' of github.com:redwoodjs/redwood:
      chore(structure): switch to vitest (redwoodjs#9878)
      chore(cli): switch to vitest (redwoodjs#9863)
      feat(dbAuth): Refactor dbAuthHandler to support WebAPI Request events (redwoodjs#9835)
      fix(crwa): remove yarn-install option for yarn 1 (redwoodjs#9881)
      chore(esbuild): dedupe esbuild config (redwoodjs#9875)
      chore(esm): convert `@redwoodjs/cli-helpers` to ESM (redwoodjs#9872)
      fix(studio): Add version checks when first running Studio (redwoodjs#9876)
    dac09 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7cac8aa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    7e51740 View commit details
    Browse the repository at this point in the history
  2. CookieJar unsetting a cookie

    CookieJar clearing a cookie
    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    29cebfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65f221a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a82d78 View commit details
    Browse the repository at this point in the history
  5. Export middleware classes

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    85ba98c View commit details
    Browse the repository at this point in the history
  6. Fix TS errors in apollo

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e579c9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93eaadd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c01b3e View commit details
    Browse the repository at this point in the history
  9. Update mRes implementation

    WIP: Why is vitest failing?
    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    57e7cb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8090968 View commit details
    Browse the repository at this point in the history
  11. Readd commented line

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cc16e07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b27895 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bfb39ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4717aae View commit details
    Browse the repository at this point in the history
  15. Comment

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    47705c2 View commit details
    Browse the repository at this point in the history
  16. Move credentials include

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    30759dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9dff2d9 View commit details
    Browse the repository at this point in the history
  18. Update yarn.lock

    dac09 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9182742 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    20b18d8 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from Tobbe's review

    Updates comments, some types
    
    Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
    dac09 and Tobbe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ac82e57 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from Tobbe's review

    More comment tings
    
    Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
    dac09 and Tobbe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2a5b72d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/ssr-middleware' of github.com:dac09/redwood into f…

    …eat/ssr-middleware
    
    * 'feat/ssr-middleware' of github.com:dac09/redwood:
      Apply suggestions from Tobbe's review
      Apply suggestions from Tobbe's review
      Update installation.md (redwoodjs#9887)
    dac09 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6e89b52 View commit details
    Browse the repository at this point in the history
  5. Update packages/auth/src/AuthProvider/AuthProvider.tsx

    Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
    dac09 and Tobbe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5b46aec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78879a6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/ssr-middleware' of github.com:dac09/redwood into f…

    …eat/ssr-middleware
    
    * 'feat/ssr-middleware' of github.com:dac09/redwood:
      Update packages/auth/src/AuthProvider/AuthProvider.tsx
    dac09 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3d14b51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcc50df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a203a19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    beef260 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    fda6e53 View commit details
    Browse the repository at this point in the history
  2. fix syntax error (extra })

    Tobbe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    967a6c2 View commit details
    Browse the repository at this point in the history
  3. Use relative import path

    Tobbe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    68250c2 View commit details
    Browse the repository at this point in the history