Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 9 commits
  • 33 files changed
  • 6 contributors

Commits on Apr 2, 2024

  1. chore: annotate all skipped tests (#378)

    * chore: annotate all skipped tests
    
    * chore: generate test config from JSON file
    
    * chore: generate JSON results
    
    * chore: more annotation
    
    * chore: add more test explanations
    
    * chore: more test config
    
    * chore: more test config
    
    * chore: use reason
    
    ---------
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    ascorbic and pieh authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8c8faa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore: use separate GHA job for smoke tests (#393)

    * chore: use separate GHA job for smoke tests
    
    * chore: upgrade vitest
    
    * chore: install deno for smoke tests job
    
    * chore: actually run smoke tests in smoke tests job
    
    ---------
    
    Co-authored-by: Rob Stanford <me@robstanford.com>
    pieh and orinokai authored Apr 3, 2024
    1 Configuration menu
    Copy the full SHA
    035d0cc View commit details
    Browse the repository at this point in the history
  2. test: add integration tests for pages router custom 404 (#379)

    * test: add integration tests for pages router custom 404
    
    * test: more detailed test name and some extra comments explaining locale assertions
    
    * test: add assertion failure messages to provide more contextual information
    pieh authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3578bf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat: add cdn-cache-control headers to cacheable route handler respon…

    …ses (#399)
    
    * test: add test cases for cacheable route handlers
    
    * refactor: add cache related types modules and adjust ROUTE variant to match our current usage
    
    * feat: add cdn-cache-control headers to cacheable route handler responses
    
    * fix: set revalidate setting on request context for Route responses and set cdn-cache-control header based on that
    
    * chore: format with prettier
    
    * chore: pass just revalidate time not entire meta
    
    ---------
    
    Co-authored-by: pieh <pieh@users.noreply.github.com>
    pieh and pieh authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f4c588c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    de18110 View commit details
    Browse the repository at this point in the history
  2. test: update e2e skipped tests (#406)

    * update skipped testt
    
    * moved skipped test
    taty2010 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9445b79 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: fail the build when advanced api routes are used (#403)

    * test: add advanced routes fixture
    
    * feat: fail the build when advanced api routes are used
    
    * chore: update failBuild message with mention of migration and link to example
    
    * test: add integration test for build failing error message when advanced api routes are used
    
    * chore: drop console.logs inherited from v4 advanced api routes handling code
    
    * fix: lint
    
    * chore: use shortened link for migration example
    
    * test: update assertion
    
    * test: unrelated smoke test update
    pieh authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    275f488 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 5.1.0 (#401)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e087bf7 View commit details
    Browse the repository at this point in the history
Loading