Skip to content

Commit cb26b0e

Browse files
committed
Merge remote-tracking branch 'origin/main' into otelbot/refcache-refresh
2 parents a4c4d25 + e267ae0 commit cb26b0e

File tree

32 files changed

+2258
-323
lines changed

32 files changed

+2258
-323
lines changed

.cspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ words:
8585
# WARNING: the list below gets sorted by CI scripts. Any comment lines
8686
# will be pushed to the top here.
8787
- attrlink
88+
- chalin
8889
- Crossplane
8990
- crosspost
9091
- desaturate
@@ -95,6 +96,7 @@ words:
9596
- htmltest
9697
- jsonify
9798
- lfasiallc
99+
- llms
98100
- Loffay
99101
- logback
100102
- Mancuso

content/en/blog/2026/2025-year-in-review/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: >-
77
Hrabusa](https://github.com/tiffany76) (Grafana Labs)
88
sig: Comms
99
# prettier-ignore
10-
cSpell:ignore: chalin Hrabusa jaydeluca Msksgm Sugimoto triager triagers Vasconcellos vitorvasc windsonsea
10+
cSpell:ignore: Hrabusa jaydeluca Msksgm Sugimoto triager triagers Vasconcellos vitorvasc windsonsea
1111
---
1212

1313
As 2025 has come to an end, we're taking a moment to look back at everything the

content/en/docs/contributing/sig-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
Learn how approvers and maintainers manage issues and contributions.
66
weight: 999
77
# prettier-ignore
8-
cSpell:ignore: chalin Comms contribfest docsy hotfixes inactivitiy onboarded triager triagers
8+
cSpell:ignore: Comms contribfest docsy hotfixes inactivitiy onboarded triager triagers
99
---
1010

1111
This pages includes guidelines and some common practices used by approvers and

content/es/docs/contributing/sig-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ linkTitle: Prácticas del SIG
44
description:
55
Aprende cómo los aprobadores y mantenedores gestionan issues y contribuciones.
66
weight: 999
7-
default_lang_commit: 400dcdabbc210eb25cda6c864110127ad6229da8
8-
cSpell:ignore: chalin Comms contribfest docsy hotfixes triager triagers
7+
default_lang_commit: 400dcdabbc210eb25cda6c864110127ad6229da8 # patched
8+
cSpell:ignore: Comms contribfest docsy hotfixes triager triagers
99
---
1010

1111
Esta página incluye pautas y algunas prácticas comunes utilizadas por

content/ja/docs/contributing/sig-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: 承認者およびメンテナーのための SIG のプラクティス
33
linkTitle: SIG のプラクティス
44
description: 承認者およびメンテナーがどのようにイシューやコントリビューションを管理するかを学びます。
55
weight: 999
6-
default_lang_commit: 0cdf20f0dcbf7305541f8eab3001c95ce805fbc0
6+
default_lang_commit: 0cdf20f0dcbf7305541f8eab3001c95ce805fbc0 # patched
77
drifted_from_default: true
8-
cSpell:ignore: chalin docsy
8+
cSpell:ignore: docsy
99
---
1010

1111
このページでは、承認者およびメンテナーが使用するガイドラインと一般的なプラクティスについて説明します。

content/pt/docs/contributing/sig-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ linkTitle: Práticas do SIG
44
description:
55
Saiba como aprovadores e mantenedores gerenciam issues e contribuições.
66
weight: 999
7-
default_lang_commit: 6acef01464b667456e7ba6d151235e56d39c12ca
8-
cSpell:ignore: branch chalin Comms contribfest docsy mergeados
7+
default_lang_commit: 6acef01464b667456e7ba6d151235e56d39c12ca # patched
8+
cSpell:ignore: branch Comms contribfest docsy mergeados
99
---
1010

1111
Esta página inclui diretrizes e algumas práticas comuns utilizadas por

content/zh/docs/contributing/sig-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: SIG 审批者与维护者的实践指南
33
linkTitle: SIG 实践
44
description: 了解审批者和维护者如何管理 Issue 和贡献内容。
55
weight: 999
6-
default_lang_commit: 2f850a610b5f7da5730265b32c25c9226dc09e5f
6+
default_lang_commit: 2f850a610b5f7da5730265b32c25c9226dc09e5f # patched
77
drifted_from_default: true
8-
cSpell:ignore: chalin Comms docsy
8+
cSpell:ignore: Comms docsy
99
---
1010

1111
本页包含审批者与维护者使用的指南和一些通用实践。

netlify.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ path = "/*"
2323
function = "schema-analytics"
2424
path = "/schemas/*"
2525

26-
# Note: the schema-analytics Edge Function also sets this content-type for
27-
# /schemas/* 2xx responses, since Netlify custom headers don't reliably apply
28-
# once an Edge Function handles the route. This rule is kept as a fallback in
29-
# case the Edge Function is removed.
30-
[[headers]]
31-
for = "/schemas/:version"
32-
[headers.values]
33-
content-type = "application/yaml"
26+
[[edge_functions]]
27+
function = "asset-tracking"
28+
pattern = "/(.*)\\.(md|txt)$"
29+
30+
# cSpell:ignore nosniff sameorigin
3431

3532
[[headers]]
3633
for = "/*"

netlify/edge-functions/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Netlify Edge Functions
2+
3+
This directory holds Edge Function entry points, shared helpers (`lib/`), and
4+
per-function folders (for example `markdown-negotiation/`, `asset-tracking/`,
5+
`schema-analytics/`).
6+
7+
## Node and `package.json`
8+
9+
[`package.json`](./package.json) in this directory sets `"type": "module"` so
10+
Node treats `*.test.ts` files here as ESM when using `node --test`, without
11+
changing module semantics for the rest of the repository.
12+
13+
## Tests
14+
15+
Per-function testing, if any, is documented in each folder’s README.
16+
17+
## Unit tests
18+
19+
To run all edge-function unit tests, from the repository root:
20+
21+
```console
22+
npm run test:edge-functions
23+
```
24+
25+
## Live tests
26+
27+
To run the live deployed-host tests:
28+
29+
```console
30+
npm run test:edge-functions:live -- [URL | PR_NUMBER]
31+
```
32+
33+
Per-function live test launchers:
34+
35+
```console
36+
npm run _test:ef:live:markdown-negotiation -- [URL | PR_NUMBER]
37+
npm run _test:ef:live:asset-tracking -- [URL | PR_NUMBER]
38+
npm run _test:ef:live:schema-analytics -- [URL | PR_NUMBER]
39+
```
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export { default } from './asset-tracking/index.ts';
2+
export * from './asset-tracking/index.ts';

0 commit comments

Comments
 (0)