forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from MaxLeiter/max/google-font-cronjob
Max/google font cronjob
- Loading branch information
Showing
5,851 changed files
with
493,794 additions
and
142,135 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CODE_OF_CONDUCT.md | ||
examples/ | ||
**/*/LICENSE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"host-hostess", | ||
"invalid", | ||
"remains", | ||
"special", | ||
"white" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[env] | ||
CARGO_WORKSPACE_DIR = { value = "", relative = true } | ||
|
||
[build] | ||
|
||
rustdocflags = [] | ||
|
||
[target.x86_64-pc-windows-msvc] | ||
linker = "rust-lld" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "aarch64-linux-gnu-gcc" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = "aarch64-linux-musl-gcc" | ||
rustflags = [ | ||
"--cfg", | ||
"tokio_unstable", | ||
"-Zshare-generics=y", | ||
"-Csymbol-mangling-version=v0", | ||
"-Ctarget-feature=-crt-static", | ||
"-Clink-arg=-lgcc", | ||
] | ||
|
||
[target.armv7-unknown-linux-gnueabihf] | ||
linker = "arm-linux-gnueabihf-gcc" | ||
|
||
[target.'cfg(all())'] | ||
rustflags = [ | ||
"--cfg", | ||
"tokio_unstable", | ||
"-Zshare-generics=y", | ||
"-Csymbol-mangling-version=v0", | ||
"-Aclippy::too_many_arguments", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[[profile.default.overrides]] | ||
filter = "package(next-dev-tests)" | ||
# Default is 100ms. Extending this addresses false positives in the | ||
# next-dev integration tests. | ||
leak-timeout = "500ms" | ||
retries = 2 | ||
slow-timeout = "60s" | ||
threads-required = 2 | ||
failure-output = "immediate-final" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,34 @@ | ||
# Learn how to add code owners here: | ||
# https://help.github.com/en/articles/about-code-owners | ||
|
||
* @timneutkens @ijjk @shuding @huozhi @feedthejim | ||
/.github/ @timneutkens @ijjk @shuding @styfle @huozhi @padmaia @balazsorban44 | ||
/docs/ @timneutkens @ijjk @shuding @styfle @huozhi @padmaia @leerob @balazsorban44 | ||
/errors/ @timneutkens @ijjk @shuding @styfle @huozhi @padmaia @leerob @balazsorban44 | ||
/examples/ @timneutkens @ijjk @shuding @leerob @steven-tey @balazsorban44 | ||
* @timneutkens @ijjk @shuding @huozhi @feedthejim | ||
/.git* @vercel/next-js | ||
/docs/ @vercel/next-js @leerob | ||
/errors/ @vercel/next-js @leerob | ||
/examples/ @vercel/next-js @leerob @steven-tey | ||
/scripts/ @vercel/next-js | ||
/.alex* @vercel/next-js @leerob | ||
/.eslint* @vercel/next-js @leerob | ||
/.prettier* @vercel/next-js @leerob | ||
/*.md @vercel/next-js @leerob | ||
/packages/create-next-app/ @vercel/next-js | ||
/pnpm-lock.yaml @vercel/next-js @vercel/web-tooling | ||
|
||
# SWC Build & Telemetry (@padmaia) | ||
# Image Component (@styfle) | ||
|
||
/packages/next/build/ @timneutkens @ijjk @shuding @padmaia @huozhi | ||
/packages/next/telemetry/ @timneutkens @ijjk @shuding @padmaia | ||
/packages/next-swc/ @timneutkens @ijjk @shuding @vercel/web-tooling | ||
/packages/next/build/swc/ @timneutkens @ijjk @shuding @vercel/web-tooling | ||
/**/*image* @timneutkens @ijjk @shuding @styfle @huozhi | ||
/**/*image*/** @timneutkens @ijjk @shuding @styfle @huozhi | ||
/packages/next/client/use-intersection.tsx @timneutkens @ijjk @shuding @styfle | ||
/packages/next/server/lib/squoosh/ @timneutkens @ijjk @shuding @styfle | ||
/packages/next/server/serve-static.ts @timneutkens @ijjk @shuding @styfle @huozhi | ||
/packages/next/server/config.ts @timneutkens @ijjk @shuding @styfle @huozhi | ||
|
||
# Image Component (@styfle) | ||
# Tooling & Telemetry | ||
|
||
/**/*image* @timneutkens @ijjk @shuding @styfle | ||
/**/*image*/** @timneutkens @ijjk @shuding @styfle | ||
/packages/next/client/use-intersection.tsx @timneutkens @ijjk @shuding @styfle | ||
/packages/next/server/lib/squoosh/ @timneutkens @ijjk @shuding @styfle | ||
/packages/next/server/serve-static.ts @timneutkens @ijjk @shuding @styfle | ||
/packages/next/server/config.ts @timneutkens @ijjk @shuding @styfle | ||
/packages/next/src/build/ @timneutkens @ijjk @shuding @vercel/web-tooling @huozhi | ||
/packages/next/src/telemetry/ @timneutkens @ijjk @shuding @padmaia | ||
/packages/next-swc/ @timneutkens @ijjk @shuding @vercel/web-tooling | ||
Cargo.toml @timneutkens @ijjk @shuding @vercel/web-tooling | ||
Cargo.lock @timneutkens @ijjk @shuding @vercel/web-tooling | ||
/.cargo/config.toml @timneutkens @ijjk @shuding @vercel/web-tooling | ||
/.config/nextest.toml @timneutkens @ijjk @shuding @vercel/web-tooling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: What do you need help with? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Any code snippets, error messages, or dependency details that may be related? (`next info`) | ||
render: js | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Example | ||
description: A link to a minimal reproduction is helpful for collaborative debugging! | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Goals | ||
description: Short list of what the feature request aims to address? | ||
value: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Non-Goals | ||
description: Short list of what the feature request _does not_ aim to address? | ||
value: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Background | ||
description: Discuss prior art, why do you think this feature is needed? Are there current alternatives? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: How should this feature be implemented? Are you interested in contributing? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules/ |
Oops, something went wrong.