rsnext/test/integration
Joachim Viide d670198e7c
Add "Vary: Accept" header to /_next/image responses (#26788)
This pull request adds "Vary: Accept" header to responses from the image optimizer (i.e. the /_next/image endpoint).

The image optimizer prefers re-encoding JPG files to WebP, but some browsers (such as Safari 14 on Catalina) do not yet support WebP. In such cases the optimizer uses the Accept header sent by the browser to send out a JPG response. Thus the optimizer's response may depend on the Accept header.

Potential caching proxies can be informed of this fact by adding "Vary: Accept" to the response headers. Otherwise WebP data may be served to browsers that do not support it, for example in the following scenario:
 * A browser that supports WebP requests the JPG. The optimizer re-encodes it to WebP. The proxy caches the WebP data.
 * After this another browser that doesn't support WebP requests the JPG. The proxy sends the WebP data to the browser.

- [x] Integration tests added
- [x] Make sure the linting passes
2021-07-01 19:59:16 +00:00
..
404-page Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
404-page-app Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
404-page-custom-error Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
404-page-ssg Update client-side default error (#25997) 2021-06-11 16:23:45 +02:00
500-page Disable prerendering /500 when _error has getServerSideProps (#23586) 2021-06-11 09:29:40 +00:00
absolute-assetprefix Don't use assetprefix on getServerSideProps and getStaticProps (#15634) 2020-07-29 16:51:51 +00:00
amp-export-validation Refactor moveExportedPages to use getPagePath (#14247) 2020-06-17 03:40:07 +00:00
amphtml Add runtime to hotUpdateMainFilename (#26256) 2021-06-18 17:12:20 +00:00
amphtml-custom-optimizer Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
amphtml-custom-validator Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
amphtml-fragment-style Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
amphtml-ssg Make sure that params are properly passed to hybrid amp pages (#17461) 2020-10-15 16:03:02 +02:00
api-body-parser Don't throw 500 error when Content-type is invalid (#24818) 2021-05-05 14:27:44 +00:00
api-catch-all Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
api-support Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
app-aspath Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
app-document Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
app-document-import-order Enable optimized loading strategy (#26021) 2021-06-12 11:26:47 +00:00
app-document-style-fragment Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
app-functional Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
app-tree cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
async-modules Allow pages to be async modules to enable top-level-await (#17590) 2020-10-14 11:55:42 +02:00
auto-export Stabilize more tests (#15470) 2020-07-26 04:57:06 +00:00
auto-export-error-bail Add warning when reserved pages are nested (#13449) 2020-05-27 16:45:53 +00:00
auto-export-query-error Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
auto-export-serverless Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
auto-export-serverless-error Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
babel Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
babel-custom Fix babel-loader failing on JSON5 syntax (#26194) 2021-06-16 17:26:43 +00:00
basepath Remove unsupported examples (#26075) 2021-06-14 20:27:06 +02:00
basepath-root-catch-all Fix data URL with root-catchall and basePath (#16263) 2020-08-17 15:25:36 +00:00
basic Separate node polyfill test from basic suite (#26550) 2021-06-24 13:11:09 -05:00
bigint Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
broken-webpack-plugin Fix hot reloader edge case with broken webpack plugins (#15659) 2020-07-29 23:44:25 -04:00
build-indicator Stabilize more tests (#15470) 2020-07-26 04:57:06 +00:00
build-output Disable build-output size specific tests (#26769) 2021-06-30 15:49:49 -05:00
build-stats Add version for stats (#21823) 2021-02-03 20:46:35 +00:00
build-warnings Fix: UnhandledPromiseRejectionWarning when unknown flag provided for cli commands (#15422) 2020-07-28 12:12:57 +02:00
bundle-size-profiling Enable polyfillsOptimization (#10574) 2020-02-18 19:26:55 +01:00
catches-missing-getStaticProps Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
chunking Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
clean-distdir Remove deprecated features and enable future flag (#26066) 2021-06-14 14:20:34 +00:00
cli Remove React version checks and warnings that are no longer needed (#25992) 2021-06-14 19:34:53 +00:00
client-404 Make loadPage track success of script loading (#16334) 2020-08-19 11:41:01 +00:00
client-navigation Leverage blocked page for _error (#26748) 2021-07-01 00:08:36 +00:00
client-navigation-a11y Revert "Revert "[a11y] Route Announcements"" (#23086) 2021-03-15 20:18:11 +00:00
client-shallow-routing feat: automatically enable webpack 5 (#22323) 2021-03-24 14:10:10 +01:00
compression Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
config Prevent node inspect from causing webpack check to fail (#25876) 2021-06-08 09:23:08 +02:00
config-devtool-dev Test fixes for Babel mode (#24312) 2021-04-28 11:51:57 +02:00
config-empty Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
config-experimental-warning [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
config-promise-error Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
config-resolve-alias Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
conflicting-public-file-page Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
conflicting-ssg-paths/test Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
conformance Make sure the correct chunk names are used in webpack 5 (#15204) 2020-07-15 19:33:41 -04:00
create-next-app next lint + ESLint in Create Next App (#25064) 2021-06-03 14:01:24 +02:00
critical-css Fix experimental optimizeCss for SSR (#22513) 2021-02-25 09:56:11 +00:00
css/test Update client-side default error (#25997) 2021-06-11 16:23:45 +02:00
css-client-nav/test Ensure stalled CSS triggers fallback navigation (#24488) 2021-04-27 07:49:28 +00:00
css-customization/test feat(css): add strictPostcssConfiguration flag (#20914) 2021-01-11 17:19:56 +00:00
css-features use official mini-css-extract-plugin and experimentalUseImportModule (#24573) 2021-05-12 16:04:01 +00:00
css-fixtures Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
css-modules/test fix: upgrade pinned deps for tests (#21515) 2021-01-25 12:08:08 -05:00
custom-error Add eslint-plugin-jest (#13003) 2020-05-18 13:16:07 -04:00
custom-error-page-exception Update snapshot for font-optimization test (#26823) 2021-07-01 17:10:01 +00:00
custom-page-extension Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
custom-routes Ensure has query encoding is normalized (#25732) 2021-06-17 10:52:11 -05:00
custom-routes-catchall De-experimentalize custom-routes (#14602) 2020-06-27 09:18:18 +00:00
custom-routes-i18n Preserve asPath while resolving rewrites (#21410) 2021-01-21 17:40:23 -06:00
custom-server fix: handle compression for custom-server render calls (#16378) (#18891) 2021-05-07 19:37:51 +02:00
custom-server-types cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
data-fetching-errors Render a helpful message for null GS(S)P return (#14252) 2020-06-17 09:25:27 +00:00
dedupes-scripts Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
development-runtime-config fixed issue with runtime-config returning undefined when building or in a development environment (#15777) 2020-08-04 16:47:37 +00:00
disable-js Enable optimized loading strategy (#26021) 2021-06-12 11:26:47 +00:00
disable-js-preload Add experimental per-page option to disable JS preloads (#21329) 2021-01-19 19:38:15 +00:00
dist-dir Fix webpack5 cache distDir (#23718) 2021-04-06 08:32:29 +00:00
document-file-dependencies Fix css dependency in /_error (#17301) 2020-10-21 12:11:18 +02:00
document-head-warnings Add warning when viewport meta tag is added to _document.js (#13452) 2020-07-07 01:43:16 -04:00
duplicate-pages [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
dynamic-optional-routing Fix asPath normalizing for non-dynamic pages (#15960) 2020-08-07 09:01:34 +02:00
dynamic-optional-routing-root-fallback Correctly fetch data for root route (#15149) 2020-07-14 18:58:02 +00:00
dynamic-optional-routing-root-static-paths Fix root route optional catch-all prerendering (#14986) 2020-07-09 04:21:49 +00:00
dynamic-require Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
dynamic-route-rename Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
dynamic-routing Fix long URLs causing 400s with dynamic routes/rewrites (#26221) 2021-06-17 10:59:46 +02:00
empty-object-getInitialProps Stabilize another test (#15697) 2020-07-31 03:22:32 +00:00
empty-project Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
env-config Remove deprecated features and enable future flag (#26066) 2021-06-14 14:20:34 +00:00
error-in-error Add generating static 500 status page (#22139) 2021-02-22 16:29:50 +00:00
error-load-fail Update filename generation for client-side compilation (#14279) 2020-06-20 19:59:47 +00:00
errors-on-output-to-public Error when exporting to static directory (#20969) 2021-01-11 13:34:58 +00:00
errors-on-output-to-static Error when exporting to static directory (#20969) 2021-01-11 13:34:58 +00:00
eslint [ESLint] Adds --max-warnings flag to next lint (#26697) 2021-06-29 10:12:23 +00:00
export Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
export-default-map Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-default-map-serverless Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-dynamic-pages Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-dynamic-pages-serverless Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-fallback-true-error Add support for fallback: 'blocking' (#15672) 2020-08-04 15:10:31 +00:00
export-image-default Print error during next export with default image loader (#19032) 2020-11-11 15:46:48 +00:00
export-image-loader Print error during next export with default image loader (#19032) 2020-11-11 15:46:48 +00:00
export-intent Print error during next export with default image loader (#19032) 2020-11-11 15:46:48 +00:00
export-no-build Clear up production build missing message for next start and next export (#19777) 2020-12-08 15:16:56 +00:00
export-override-404 Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-progress-status-message Fix export-cli progress label default value (#17106) 2020-09-21 16:09:14 +00:00
export-serverless Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
export-subfolders Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
export-subfolders-serverless Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
external-assets Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
externalize-next-server Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
externals Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
fallback-false-rewrite Fix fallback: false triggering 404 before rewrites (#24121) 2021-04-16 15:07:24 +00:00
fallback-modules Update snapshot for font-optimization test (#26823) 2021-07-01 17:10:01 +00:00
fallback-route-params Correct initial fallback route param values (#16485) 2020-08-23 12:35:30 +00:00
fetch-polyfill Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
fetch-polyfill-ky-universal Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
file-serving Fix typo in test names: "treversing" → "traversing" (#14347) 2020-06-19 01:05:09 +00:00
filesystempublicroutes Update filename generation for client-side compilation (#14279) 2020-06-20 19:59:47 +00:00
firebase-grpc Add eslint-plugin-jest (#13003) 2020-05-18 13:16:07 -04:00
font-optimization Update snapshot for font-optimization test (#26823) 2021-07-01 17:10:01 +00:00
future Remove deprecated features and enable future flag (#26066) 2021-06-14 14:20:34 +00:00
getinitialprops Fix aspath for getInitialProps (#20572) 2021-01-25 18:26:32 +00:00
getserversideprops Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
getserversideprops-export-error Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
getserversideprops-preview Add isPreview field to router (#21638) 2021-02-18 18:34:33 +00:00
gip-identifier Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
gssp-pageProps-merge Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
gssp-redirect Fix GSP redirect cache error (#26627) 2021-06-28 12:23:23 +00:00
gssp-redirect-base-path fix: use a client-side navigation when redirecting to a rewriten URL (#25990) 2021-06-16 19:50:10 +00:00
gssp-redirect-with-rewrites fix: use a client-side navigation when redirecting to a rewriten URL (#25990) 2021-06-16 19:50:10 +00:00
gssp-ssr-change-reloading Correct page path for GS(S)P data refreshing (#16939) 2020-09-08 16:00:05 +00:00
handle-non-page-in-pages cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
handles-export-errors Add failing paths to export error summary (#10026) 2020-05-26 19:50:25 +00:00
hydrate-then-render Use render after hydrate (#19442) 2020-11-23 15:04:12 +00:00
hydration Add no-anon-default-export Babel lint rule (#14519) 2020-06-30 13:05:29 +00:00
i18n-support Ensure API routes are not available under the locale (#26629) 2021-06-28 13:56:40 +00:00
i18n-support-base-path Fix domain locales not available on client (#26083) 2021-06-22 11:55:52 -05:00
i18n-support-catchall bug (#21943): remove incorrect rewrite of parsedUrl.pathname in serverless handler (#22445) 2021-02-25 18:43:51 +00:00
i18n-support-custom-error I18n context initial props (#21930) 2021-05-10 14:11:19 +02:00
i18n-support-fallback-rewrite Ensure fallback rewrites dont match over pages with i18n (#23674) 2021-04-06 10:25:04 +00:00
i18n-support-fallback-rewrite-legacy Ensure no-op rewrite matches dynamic route with i18n correctly (#23860) 2021-04-12 09:42:01 +00:00
i18n-support-index-rewrite Ensure domain locales are redirected client-side (#20562) 2020-12-30 06:44:07 +00:00
i18n-support-same-page-hash-change Fix props not updating when changing the locale and keeping hash (#26205) 2021-06-23 19:04:31 +00:00
image-component Add onLoadingComplete() prop to Image component (#26824) 2021-07-01 18:51:20 +00:00
image-optimization Escape href when detecting already existing preload tags (#20782) 2021-05-14 02:40:20 +00:00
image-optimizer Add "Vary: Accept" header to /_next/image responses (#26788) 2021-07-01 19:59:16 +00:00
index-index Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
initial-ref Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
invalid-config-values Ignore nullish user configs (#10250) 2020-05-22 16:46:36 +00:00
invalid-custom-routes Ensure has segments are allowed in destination (#23588) 2021-04-01 09:15:28 +00:00
invalid-href Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
invalid-multi-match Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
invalid-page-automatic-static-optimization Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
invalid-revalidate-values Update revalidate checks (#19796) 2020-12-22 20:15:26 +00:00
invalid-server-options Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
jsconfig [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
jsconfig-baseurl Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
jsconfig-empty An empty jsconfig.json should not fail the build (#13051) 2020-05-18 12:31:15 -04:00
jsconfig-paths Enhance module not found error (#15860) 2020-08-05 19:11:35 +00:00
legacy-pkg-gently Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
legacy-sass Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
legacy-ssg-methods-error Add eslint-plugin-jest (#13003) 2020-05-18 13:16:07 -04:00
link-ref Workaround for discrete passive effects change (#24369) 2021-04-23 14:28:59 +00:00
link-with-encoding Add test for query param bug #15233 (#15238) 2020-07-16 22:47:46 +00:00
link-without-router Only prefetch Link if router is in context (#19857) 2021-01-06 16:19:57 +00:00
missing-document-component-error Improve custom document error message (#17048) 2020-09-12 18:57:07 +00:00
mixed-ssg-serverprops-error Add error for getStaticPaths on non-dynamic page (#24188) 2021-04-18 09:31:40 +00:00
next-dynamic improve react-loadable-plugin (#24281) 2021-04-21 11:18:05 +00:00
next-dynamic-css Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
no-anon-default-export [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
no-duplicate-compile-error [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
no-op-export/test Ensure no-op export returns without error (#23752) 2021-04-06 17:12:23 +00:00
no-override-next-props Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
no-page-props Update client-side default error (#25997) 2021-06-11 16:23:45 +02:00
non-next-dist-exclude Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
non-standard-node-env-warning [Feature] Progress bar for static build (#15297) 2020-08-04 09:58:23 +02:00
not-found-revalidate Fix prefetching in IE11 (#19171) 2020-11-15 16:18:16 -05:00
nullish-config Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
numeric-sep Auto enable React's new JSX transform on 17.x (#16603) 2020-09-01 11:29:25 -04:00
ondemand Use entry option instead of custom make hook (#14527) 2020-06-26 04:26:09 +00:00
optimized-loading Improving script loading strategy (#24939) 2021-05-13 12:39:36 +02:00
optional-chaining-nullish-coalescing Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
page-config Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
page-extensions Ignore nullish user configs (#10250) 2020-05-22 16:46:36 +00:00
plugin-mdx Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
polyfill-node-modules Separate node polyfill test from basic suite (#26550) 2021-06-24 13:11:09 -05:00
polyfilling-minimal Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
polyfills Add generating static 500 status page (#22139) 2021-02-22 16:29:50 +00:00
port-env-var Remove deprecated features and enable future flag (#26066) 2021-06-14 14:20:34 +00:00
preload-viewport Ensure rewrites are resolved while prefetching (#22442) 2021-02-24 15:37:13 +00:00
prerender Ensure prerender-manifest contains all i18n revalidate values (#21404) 2021-01-27 11:24:00 +00:00
prerender-fallback-aspath Normalize request URL/asPath for fallback SSG pages (#16352) 2020-08-19 15:23:02 +00:00
prerender-fallback-encoding Ensure path encoding is handled consistently for prerendered pages (#19135) 2020-12-28 20:08:58 +00:00
prerender-invalid-catchall-params Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
prerender-invalid-paths Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
prerender-legacy Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
prerender-native-module Fix export worker threads options (#25063) 2021-05-14 12:50:29 +02:00
prerender-no-revalidate Remove buildId from server-side files (#14413) 2020-06-22 21:12:36 +00:00
prerender-preview Add isPreview field to router (#21638) 2021-02-18 18:34:33 +00:00
preview-fallback Add tests for preview mode caching (#16579) 2020-08-26 11:07:32 +00:00
process-env-stub Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
production Update azure tests (#26779) 2021-06-30 17:03:43 -05:00
production-browser-sourcemaps fix(source map): correctly generate source maps (#20672) 2021-01-01 20:30:50 +00:00
production-build-dir Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
production-config Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
production-nav Fix un-transpiled client file with rewrites (#16453) 2020-08-21 19:11:25 +00:00
production-start-no-build Load next.config.js async (#22578) 2021-02-27 00:29:32 +00:00
profiling Bring over fixes from #15185 (#15326) 2020-07-20 11:14:02 -04:00
query-with-encoding Stabilize more tests (#15470) 2020-07-26 04:57:06 +00:00
re-export-all-exports-from-page-disallowed Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
react-18 Support new hydrate API in latest react 18 alpha release (#26664) 2021-06-30 17:03:32 +02:00
react-profiling-mode Convert profiling mode from configuration option to CLI switch (#14920) 2020-07-09 11:39:12 +00:00
relay-analytics Stabilize relay-analytics test (#26782) 2021-06-30 17:52:40 -05:00
relay-analytics-disabled Update vitals URL (#19454) 2020-11-23 20:08:04 +00:00
render-error-on-module-error Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
required-server-files Ensure default params are detected after rewrite (#25205) 2021-05-18 14:24:22 -05:00
required-server-files-ssr-404 Ensure minimal mode SSR 404 handling is correct (#23996) 2021-04-12 11:31:51 -05:00
revalidate-as-path Normalize asPath for GS(S)P pages (#17081) 2020-09-14 16:48:04 +00:00
rewrite-with-browser-history Fix types for static image (#25808) 2021-06-07 23:27:54 +00:00
rewrites-client-resolving Make sure to break rewrites chain when dynamic route matches (#16455) 2020-08-22 05:15:45 +00:00
rewrites-has-condition Fix ie11 has rewrite test (#25342) 2021-05-22 17:06:39 +00:00
rewrites-manual-href-as Ensure rewrites work with manual href/as correctly (#25112) 2021-05-14 12:50:41 +02:00
root-optional-revalidate Fix optional catch-all /index revalidate params (#16451) 2020-08-21 18:13:24 +00:00
route-index Fix pages/index.js and pages/index/index.js behavior (#13699) 2020-06-04 17:32:45 +00:00
route-indexes Fix pages/index.js and pages/index/index.js behavior (#13699) 2020-06-04 17:32:45 +00:00
route-load-cancel Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
route-load-cancel-css Fix render cancel behavior (#16462) 2020-08-22 11:47:21 +00:00
router-is-ready Fix side effects in router-is-ready tests (#24360) 2021-04-22 17:20:39 +00:00
router-prefetch Always resolve after router.prefetch() (#15448) 2020-07-25 04:36:43 +00:00
script-loader Script component docs (#25471) 2021-06-15 09:20:29 -05:00
scroll-back-restoration Stabilize more tests (#15470) 2020-07-26 04:57:06 +00:00
scroll-forward-restoration Re-enable scroll restoration behind flag (#14046) 2020-07-06 14:27:45 +00:00
scss/test Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
scss-fixtures Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
scss-modules/test fix: upgrade pinned deps for tests (#21515) 2021-01-25 12:08:08 -05:00
serverless Ensure correct params are used with i18n revalidation (#18569) 2020-11-01 04:49:48 +00:00
serverless-runtime-configs Stabilize more tests (#15470) 2020-07-26 04:57:06 +00:00
serverless-trace Normalize trailing slashes (#13333) 2020-06-23 13:38:49 +02:00
serverless-trace-revalidate Test: serverless target should set correct revalidation (cache-control) header (#15512) 2021-01-23 16:15:13 +01:00
src-dir-support feat: automatically enable webpack 5 (#22323) 2021-03-24 14:10:10 +01:00
src-dir-support-double-dir Remove old modern mode experiment (#19275) 2020-11-18 18:30:00 +00:00
ssg-data-404 ci: stabilize Window CI (#21344) 2021-01-19 16:04:27 +00:00
ssg-dynamic-routes-404-page Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
ssr-ctx Ensure all entries are cleared from cache on runtime change (#20652) 2021-01-01 12:39:39 -05:00
ssr-prepass Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
static-404 Ensure /404 is not exported during build un-necessarily (#22825) 2021-03-08 08:30:44 +00:00
static-page-name Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
styled-jsx-module Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
styled-jsx-plugin Use the jest-circus test runner (#12974) 2020-05-16 16:56:06 -04:00
telemetry Add lint checking events (#26089) 2021-06-14 20:31:40 -05:00
trailing-slash-dist Update filename generation for client-side compilation (#14279) 2020-06-20 19:59:47 +00:00
trailing-slashes Exclude well known files when trailing slash: true (#19364) 2020-11-20 15:17:58 -06:00
trailing-slashes-href-resolving Fix prefetching for URLs including trailing slash (#19474) 2020-12-12 22:09:09 +00:00
trailing-slashes-rewrite Fix page checking failing with trailingSlash (#16362) 2020-08-20 04:05:38 +00:00
tsconfig-verifier Disable suggesting incremental type checking (#25144) 2021-05-14 19:08:06 +02:00
typeof-window-replace Use chunkhash instead of buildId for pages (#13937) 2020-06-11 10:57:24 +02:00
typescript Strongly type Router.events.on and Router.events.off (#26456) 2021-06-22 18:43:09 +00:00
typescript-baseurl cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-external-dir cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-filtered-files cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-hmr cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-ignore-errors cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-only-remove-type-imports cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-paths cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
typescript-version-warning Update to latest TypeScript version and de-dupe versions (#26285) 2021-06-17 17:43:25 -05:00
typescript-workspaces-paths cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
undefined-webpack-config Error Message Clarity (#16052) 2020-12-01 15:58:52 -06:00
webpack-config-mainjs Add test for main.js in webpack.config.js (#15311) 2020-07-20 02:16:50 +00:00
webpack-require-hook Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
with-electron Update with-electron test (#24036) 2021-04-15 10:21:32 -05:00
with-router Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
worker-loader Enable webpack5 for all apps (#25639) 2021-06-07 15:48:29 -05:00
worker-webpack5 Add runtime to hotUpdateMainFilename (#26256) 2021-06-18 17:12:20 +00:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00