fastify 5.6.2 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +11 -0
- package/README.md +34 -33
- package/SECURITY.md +45 -7
- package/SPONSORS.md +1 -1
- package/build/build-validation.js +1 -2
- package/build/sync-version.js +0 -1
- package/docs/Guides/Detecting-When-Clients-Abort.md +1 -1
- package/docs/Guides/Ecosystem.md +12 -15
- package/docs/Guides/Migration-Guide-V4.md +2 -1
- package/docs/Guides/Migration-Guide-V5.md +9 -0
- package/docs/Guides/Serverless.md +25 -7
- package/docs/Guides/Testing.md +2 -2
- package/docs/Reference/Decorators.md +4 -3
- package/docs/Reference/Encapsulation.md +2 -2
- package/docs/Reference/Logging.md +4 -0
- package/docs/Reference/Plugins.md +2 -2
- package/docs/Reference/Principles.md +2 -2
- package/docs/Reference/Reply.md +3 -2
- package/docs/Reference/Server.md +35 -4
- package/docs/Reference/TypeScript.md +2 -1
- package/docs/Reference/Validation-and-Serialization.md +7 -1
- package/docs/fastify-fastify-pr-6425-run-20528050272-Lint_Docs.log +180 -0
- package/docs/fastify-fastify-pr-6425-run-20528054188-PR_#6425.log +4006 -0
- package/docs/fastify-fastify-pr-6425-run-20528054403-Pull_Request_Labeler.log +42 -0
- package/docs/fastify-fastify-pr-6425-run-20528054421-Lint_Docs.log +196 -0
- package/docs/fastify-fastify-pr-6425-run-20528054423-Internal_Links_Check.log +1864 -0
- package/docs/fastify-fastify-pr-6425-run-20528054430-Test_compare.log +5 -0
- package/docs/fastify-fastify-pr-6425-run-20528054438-pull_request_title_check.log +41 -0
- package/examples/benchmark/webstream.js +27 -0
- package/fastify.d.ts +16 -21
- package/fastify.js +13 -8
- package/lib/config-validator.js +189 -223
- package/lib/error-handler.js +2 -5
- package/lib/error-status.js +14 -0
- package/lib/four-oh-four.js +2 -1
- package/lib/handle-request.js +6 -1
- package/lib/reply.js +53 -3
- package/lib/route.js +26 -12
- package/lib/schema-controller.js +2 -2
- package/lib/wrap-thenable.js +3 -0
- package/package.json +4 -4
- package/test/404s.test.js +69 -0
- package/test/diagnostics-channel/error-status.test.js +84 -0
- package/test/internals/schema-controller-perf.test.js +40 -0
- package/test/issue-4959.test.js +34 -9
- package/test/listen.1.test.js +9 -1
- package/test/logger/logging.test.js +38 -1
- package/test/router-options.test.js +169 -0
- package/test/server.test.js +4 -1
- package/test/types/fastify.test-d.ts +28 -7
- package/test/types/instance.test-d.ts +29 -21
- package/test/types/reply.test-d.ts +55 -4
- package/test/types/type-provider.test-d.ts +6 -6
- package/test/web-api.test.js +136 -0
- package/types/instance.d.ts +1 -1
- package/types/reply.d.ts +2 -2
- package/types/type-provider.d.ts +16 -0
- package/.vscode/settings.json +0 -22
- package/test/decorator-namespace.test._js_ +0 -30
|
@@ -775,6 +775,12 @@ with the following payload:
|
|
|
775
775
|
}
|
|
776
776
|
```
|
|
777
777
|
|
|
778
|
+
> ⚠ Security Consideration: By default, validation error details from the schema
|
|
779
|
+
> are included in the response payload. If your organization requires sanitizing
|
|
780
|
+
> or customizing these error messages (e.g., to avoid exposing internal schema
|
|
781
|
+
> details), configure a custom error handler using
|
|
782
|
+
> [`setErrorHandler()`](./Server.md#seterrorhandler).
|
|
783
|
+
|
|
778
784
|
To handle errors inside the route, specify the `attachValidation` option. If
|
|
779
785
|
there is a validation error, the `validationError` property of the request will
|
|
780
786
|
contain the `Error` object with the raw validation result as shown below:
|
|
@@ -1032,7 +1038,7 @@ const refToSharedSchemaDefinitions = {
|
|
|
1032
1038
|
|
|
1033
1039
|
- [JSON Schema](https://json-schema.org/)
|
|
1034
1040
|
- [Understanding JSON
|
|
1035
|
-
Schema](https://
|
|
1041
|
+
Schema](https://json-schema.org/understanding-json-schema/about)
|
|
1036
1042
|
- [fast-json-stringify
|
|
1037
1043
|
documentation](https://github.com/fastify/fast-json-stringify)
|
|
1038
1044
|
- [Ajv documentation](https://github.com/epoberezkin/ajv/blob/master/README.md)
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
Getting logs for all jobs in run 20528050272...
|
|
2
|
+
|
|
3
|
+
=== Job: Lint Markdown (ID: 58974839935) ===
|
|
4
|
+
2025-12-26T19:20:53.2765599Z Current runner version: '2.330.0'
|
|
5
|
+
2025-12-26T19:20:53.2790979Z ##[group]Runner Image Provisioner
|
|
6
|
+
2025-12-26T19:20:53.2792242Z Hosted Compute Agent
|
|
7
|
+
2025-12-26T19:20:53.2792794Z Version: 20251211.462
|
|
8
|
+
2025-12-26T19:20:53.2793384Z Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61
|
|
9
|
+
2025-12-26T19:20:53.2794015Z Build Date: 2025-12-11T16:28:49Z
|
|
10
|
+
2025-12-26T19:20:53.2794742Z Worker ID: {0cc10064-fcf1-4151-a0fd-77f3fd3e92d7}
|
|
11
|
+
2025-12-26T19:20:53.2795370Z ##[endgroup]
|
|
12
|
+
2025-12-26T19:20:53.2795900Z ##[group]Operating System
|
|
13
|
+
2025-12-26T19:20:53.2796479Z Ubuntu
|
|
14
|
+
2025-12-26T19:20:53.2796997Z 24.04.3
|
|
15
|
+
2025-12-26T19:20:53.2797409Z LTS
|
|
16
|
+
2025-12-26T19:20:53.2797896Z ##[endgroup]
|
|
17
|
+
2025-12-26T19:20:53.2798397Z ##[group]Runner Image
|
|
18
|
+
2025-12-26T19:20:53.2798885Z Image: ubuntu-24.04
|
|
19
|
+
2025-12-26T19:20:53.2799423Z Version: 20251215.174.1
|
|
20
|
+
2025-12-26T19:20:53.2800377Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md
|
|
21
|
+
2025-12-26T19:20:53.2802165Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174
|
|
22
|
+
2025-12-26T19:20:53.2803278Z ##[endgroup]
|
|
23
|
+
2025-12-26T19:20:53.2804277Z ##[group]GITHUB_TOKEN Permissions
|
|
24
|
+
2025-12-26T19:20:53.2806333Z Contents: read
|
|
25
|
+
2025-12-26T19:20:53.2806932Z Metadata: read
|
|
26
|
+
2025-12-26T19:20:53.2807568Z ##[endgroup]
|
|
27
|
+
2025-12-26T19:20:53.2809840Z Secret source: Actions
|
|
28
|
+
2025-12-26T19:20:53.2810535Z Prepare workflow directory
|
|
29
|
+
2025-12-26T19:20:53.3210256Z Prepare all required actions
|
|
30
|
+
2025-12-26T19:20:53.3265702Z Getting action download info
|
|
31
|
+
2025-12-26T19:20:53.7193523Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
|
|
32
|
+
2025-12-26T19:20:53.8612619Z Download action repository 'actions/setup-node@v6' (SHA:395ad3262231945c25e8478fd5baf05154b1d79f)
|
|
33
|
+
2025-12-26T19:20:53.9884634Z Download action repository 'xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27' (SHA:1a5fabfb577370cfdf5af944d418e4be3ea06f27)
|
|
34
|
+
2025-12-26T19:20:54.6541914Z Complete job name: Lint Markdown
|
|
35
|
+
2025-12-26T19:20:54.7347517Z ##[group]Run actions/checkout@v5
|
|
36
|
+
2025-12-26T19:20:54.7348854Z with:
|
|
37
|
+
2025-12-26T19:20:54.7349648Z persist-credentials: false
|
|
38
|
+
2025-12-26T19:20:54.7350632Z repository: fastify/fastify
|
|
39
|
+
2025-12-26T19:20:54.7351998Z token: ***
|
|
40
|
+
2025-12-26T19:20:54.7352777Z ssh-strict: true
|
|
41
|
+
2025-12-26T19:20:54.7353566Z ssh-user: git
|
|
42
|
+
2025-12-26T19:20:54.7354319Z clean: true
|
|
43
|
+
2025-12-26T19:20:54.7355150Z sparse-checkout-cone-mode: true
|
|
44
|
+
2025-12-26T19:20:54.7356125Z fetch-depth: 1
|
|
45
|
+
2025-12-26T19:20:54.7356921Z fetch-tags: false
|
|
46
|
+
2025-12-26T19:20:54.7357743Z show-progress: true
|
|
47
|
+
2025-12-26T19:20:54.7358544Z lfs: false
|
|
48
|
+
2025-12-26T19:20:54.7359286Z submodules: false
|
|
49
|
+
2025-12-26T19:20:54.7360092Z set-safe-directory: true
|
|
50
|
+
2025-12-26T19:20:54.7361219Z ##[endgroup]
|
|
51
|
+
2025-12-26T19:20:54.8282634Z Syncing repository: fastify/fastify
|
|
52
|
+
2025-12-26T19:20:54.8285325Z ##[group]Getting Git version info
|
|
53
|
+
2025-12-26T19:20:54.8286789Z Working directory is '/home/runner/work/fastify/fastify'
|
|
54
|
+
2025-12-26T19:20:54.8288823Z [command]/usr/bin/git version
|
|
55
|
+
2025-12-26T19:20:54.8345544Z git version 2.52.0
|
|
56
|
+
2025-12-26T19:20:54.8400369Z ##[endgroup]
|
|
57
|
+
2025-12-26T19:20:54.8414449Z Temporarily overriding HOME='/home/runner/work/_temp/4e79c574-d278-46c6-9e6b-2132f1aa95c7' before making global git config changes
|
|
58
|
+
2025-12-26T19:20:54.8419161Z Adding repository directory to the temporary git global config as a safe directory
|
|
59
|
+
2025-12-26T19:20:54.8422168Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fastify/fastify
|
|
60
|
+
2025-12-26T19:20:54.8461849Z Deleting the contents of '/home/runner/work/fastify/fastify'
|
|
61
|
+
2025-12-26T19:20:54.8465530Z ##[group]Initializing the repository
|
|
62
|
+
2025-12-26T19:20:54.8469955Z [command]/usr/bin/git init /home/runner/work/fastify/fastify
|
|
63
|
+
2025-12-26T19:20:54.8609608Z hint: Using 'master' as the name for the initial branch. This default branch name
|
|
64
|
+
2025-12-26T19:20:54.8611835Z hint: will change to "main" in Git 3.0. To configure the initial branch name
|
|
65
|
+
2025-12-26T19:20:54.8615050Z hint: to use in all of your new repositories, which will suppress this warning,
|
|
66
|
+
2025-12-26T19:20:54.8617598Z hint: call:
|
|
67
|
+
2025-12-26T19:20:54.8618294Z hint:
|
|
68
|
+
2025-12-26T19:20:54.8619228Z hint: git config --global init.defaultBranch <name>
|
|
69
|
+
2025-12-26T19:20:54.8620377Z hint:
|
|
70
|
+
2025-12-26T19:20:54.8622269Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
|
|
71
|
+
2025-12-26T19:20:54.8624486Z hint: 'development'. The just-created branch can be renamed via this command:
|
|
72
|
+
2025-12-26T19:20:54.8626247Z hint:
|
|
73
|
+
2025-12-26T19:20:54.8627221Z hint: git branch -m <name>
|
|
74
|
+
2025-12-26T19:20:54.8628097Z hint:
|
|
75
|
+
2025-12-26T19:20:54.8629252Z hint: Disable this message with "git config set advice.defaultBranchName false"
|
|
76
|
+
2025-12-26T19:20:54.8631198Z Initialized empty Git repository in /home/runner/work/fastify/fastify/.git/
|
|
77
|
+
2025-12-26T19:20:54.8634391Z [command]/usr/bin/git remote add origin https://github.com/fastify/fastify
|
|
78
|
+
2025-12-26T19:20:54.8666441Z ##[endgroup]
|
|
79
|
+
2025-12-26T19:20:54.8668097Z ##[group]Disabling automatic garbage collection
|
|
80
|
+
2025-12-26T19:20:54.8669985Z [command]/usr/bin/git config --local gc.auto 0
|
|
81
|
+
2025-12-26T19:20:54.8697743Z ##[endgroup]
|
|
82
|
+
2025-12-26T19:20:54.8699268Z ##[group]Setting up auth
|
|
83
|
+
2025-12-26T19:20:54.8703622Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
|
84
|
+
2025-12-26T19:20:54.8733035Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
|
|
85
|
+
2025-12-26T19:20:54.9077559Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
|
|
86
|
+
2025-12-26T19:20:54.9109948Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
|
|
87
|
+
2025-12-26T19:20:54.9324700Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
|
|
88
|
+
2025-12-26T19:20:54.9357780Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
|
|
89
|
+
2025-12-26T19:20:54.9574639Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
|
|
90
|
+
2025-12-26T19:20:54.9624863Z ##[endgroup]
|
|
91
|
+
2025-12-26T19:20:54.9627185Z ##[group]Fetching the repository
|
|
92
|
+
2025-12-26T19:20:54.9637558Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d066762fcd0c388f99bc278fad3c98dfad94a761:refs/remotes/origin/docs/requestIdHeader-security-warning
|
|
93
|
+
2025-12-26T19:20:55.3527415Z From https://github.com/fastify/fastify
|
|
94
|
+
2025-12-26T19:20:55.3529469Z * [new ref] d066762fcd0c388f99bc278fad3c98dfad94a761 -> origin/docs/requestIdHeader-security-warning
|
|
95
|
+
2025-12-26T19:20:55.3561779Z ##[endgroup]
|
|
96
|
+
2025-12-26T19:20:55.3564061Z ##[group]Determining the checkout info
|
|
97
|
+
2025-12-26T19:20:55.3566671Z ##[endgroup]
|
|
98
|
+
2025-12-26T19:20:55.3570076Z [command]/usr/bin/git sparse-checkout disable
|
|
99
|
+
2025-12-26T19:20:55.3612314Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
|
|
100
|
+
2025-12-26T19:20:55.3641040Z ##[group]Checking out the ref
|
|
101
|
+
2025-12-26T19:20:55.3646333Z [command]/usr/bin/git checkout --progress --force -B docs/requestIdHeader-security-warning refs/remotes/origin/docs/requestIdHeader-security-warning
|
|
102
|
+
2025-12-26T19:20:55.3906547Z Switched to a new branch 'docs/requestIdHeader-security-warning'
|
|
103
|
+
2025-12-26T19:20:55.3909950Z branch 'docs/requestIdHeader-security-warning' set up to track 'origin/docs/requestIdHeader-security-warning'.
|
|
104
|
+
2025-12-26T19:20:55.3917623Z ##[endgroup]
|
|
105
|
+
2025-12-26T19:20:55.3954559Z [command]/usr/bin/git log -1 --format=%H
|
|
106
|
+
2025-12-26T19:20:55.3983323Z d066762fcd0c388f99bc278fad3c98dfad94a761
|
|
107
|
+
2025-12-26T19:20:55.3994007Z ##[group]Removing auth
|
|
108
|
+
2025-12-26T19:20:55.3998251Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
|
109
|
+
2025-12-26T19:20:55.4027665Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
|
|
110
|
+
2025-12-26T19:20:55.4247803Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
|
|
111
|
+
2025-12-26T19:20:55.4267580Z http.https://github.com/.extraheader
|
|
112
|
+
2025-12-26T19:20:55.4277028Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
|
|
113
|
+
2025-12-26T19:20:55.4313865Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
|
|
114
|
+
2025-12-26T19:20:55.4529067Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
|
|
115
|
+
2025-12-26T19:20:55.4559917Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
|
|
116
|
+
2025-12-26T19:20:55.4785324Z ##[endgroup]
|
|
117
|
+
2025-12-26T19:20:55.5055970Z ##[group]Run actions/setup-node@v6
|
|
118
|
+
2025-12-26T19:20:55.5056922Z with:
|
|
119
|
+
2025-12-26T19:20:55.5057579Z node-version: lts/*
|
|
120
|
+
2025-12-26T19:20:55.5058344Z check-latest: true
|
|
121
|
+
2025-12-26T19:20:55.5059328Z token: ***
|
|
122
|
+
2025-12-26T19:20:55.5060048Z package-manager-cache: true
|
|
123
|
+
2025-12-26T19:20:55.5060929Z ##[endgroup]
|
|
124
|
+
2025-12-26T19:20:55.6375092Z Attempt to resolve LTS alias from manifest...
|
|
125
|
+
2025-12-26T19:20:55.6538211Z (node:2194) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
|
|
126
|
+
2025-12-26T19:20:55.6542690Z (Use `node --trace-deprecation ...` to show where the warning was created)
|
|
127
|
+
2025-12-26T19:20:56.1124203Z Attempt to resolve the latest version from manifest...
|
|
128
|
+
2025-12-26T19:20:56.1170051Z Resolved as '24.12.0'
|
|
129
|
+
2025-12-26T19:20:56.1266206Z Found in cache @ /opt/hostedtoolcache/node/24.12.0/x64
|
|
130
|
+
2025-12-26T19:20:56.1272481Z ##[group]Environment details
|
|
131
|
+
2025-12-26T19:20:58.2403341Z node: v24.12.0
|
|
132
|
+
2025-12-26T19:20:58.2403831Z npm: 11.6.2
|
|
133
|
+
2025-12-26T19:20:58.2404064Z yarn: 1.22.22
|
|
134
|
+
2025-12-26T19:20:58.2405291Z ##[endgroup]
|
|
135
|
+
2025-12-26T19:20:58.2576087Z ##[group]Run npm install --ignore-scripts
|
|
136
|
+
2025-12-26T19:20:58.2576479Z [36;1mnpm install --ignore-scripts[0m
|
|
137
|
+
2025-12-26T19:20:58.2622945Z shell: /usr/bin/bash -e {0}
|
|
138
|
+
2025-12-26T19:20:58.2623224Z ##[endgroup]
|
|
139
|
+
2025-12-26T19:21:26.6926222Z
|
|
140
|
+
2025-12-26T19:21:26.6935613Z added 706 packages, and audited 707 packages in 28s
|
|
141
|
+
2025-12-26T19:21:26.6936142Z
|
|
142
|
+
2025-12-26T19:21:26.6936521Z 265 packages are looking for funding
|
|
143
|
+
2025-12-26T19:21:26.6937029Z run `npm fund` for details
|
|
144
|
+
2025-12-26T19:21:26.6986841Z
|
|
145
|
+
2025-12-26T19:21:26.6987609Z 9 vulnerabilities (3 low, 2 moderate, 2 high, 2 critical)
|
|
146
|
+
2025-12-26T19:21:26.6988163Z
|
|
147
|
+
2025-12-26T19:21:26.6988466Z To address issues that do not require attention, run:
|
|
148
|
+
2025-12-26T19:21:26.6988871Z npm audit fix
|
|
149
|
+
2025-12-26T19:21:26.6989023Z
|
|
150
|
+
2025-12-26T19:21:26.6989347Z To address all issues possible (including breaking changes), run:
|
|
151
|
+
2025-12-26T19:21:26.6989803Z npm audit fix --force
|
|
152
|
+
2025-12-26T19:21:26.6990002Z
|
|
153
|
+
2025-12-26T19:21:26.6990280Z Some issues need review, and may require choosing
|
|
154
|
+
2025-12-26T19:21:26.6990658Z a different dependency.
|
|
155
|
+
2025-12-26T19:21:26.6990826Z
|
|
156
|
+
2025-12-26T19:21:26.6990963Z Run `npm audit` for details.
|
|
157
|
+
2025-12-26T19:21:26.7752516Z ##[group]Run xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27
|
|
158
|
+
2025-12-26T19:21:26.7753027Z with:
|
|
159
|
+
2025-12-26T19:21:26.7753203Z action: add
|
|
160
|
+
2025-12-26T19:21:26.7753439Z ##[endgroup]
|
|
161
|
+
2025-12-26T19:21:26.8296515Z ##[group]Run ./node_modules/.bin/markdownlint-cli2
|
|
162
|
+
2025-12-26T19:21:26.8296925Z [36;1m./node_modules/.bin/markdownlint-cli2[0m
|
|
163
|
+
2025-12-26T19:21:26.8329652Z shell: /usr/bin/bash -e {0}
|
|
164
|
+
2025-12-26T19:21:26.8329903Z ##[endgroup]
|
|
165
|
+
2025-12-26T19:21:27.0256857Z markdownlint-cli2 v0.18.1 (markdownlint v0.38.0)
|
|
166
|
+
2025-12-26T19:21:27.9311810Z ##[error]docs/Reference/Server.md:416:81 MD013/line-length Line length [Expected: 80; Actual: 90]
|
|
167
|
+
2025-12-26T19:21:27.9598199Z ##[error]Process completed with exit code 1.
|
|
168
|
+
2025-12-26T19:21:27.9694224Z Post job cleanup.
|
|
169
|
+
2025-12-26T19:21:28.0465608Z [command]/usr/bin/git version
|
|
170
|
+
2025-12-26T19:21:28.0533155Z git version 2.52.0
|
|
171
|
+
2025-12-26T19:21:28.0572698Z Temporarily overriding HOME='/home/runner/work/_temp/ae0647d6-7964-4931-ad0f-d2c5bb96dfd6' before making global git config changes
|
|
172
|
+
2025-12-26T19:21:28.0574346Z Adding repository directory to the temporary git global config as a safe directory
|
|
173
|
+
2025-12-26T19:21:28.0578643Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fastify/fastify
|
|
174
|
+
2025-12-26T19:21:28.0615061Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
|
175
|
+
2025-12-26T19:21:28.0647446Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
|
|
176
|
+
2025-12-26T19:21:28.0865174Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
|
|
177
|
+
2025-12-26T19:21:28.0896427Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
|
|
178
|
+
2025-12-26T19:21:28.1113022Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
|
|
179
|
+
2025-12-26T19:21:28.1142781Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
|
|
180
|
+
2025-12-26T19:21:28.1465433Z Cleaning up orphan processes
|