tamaina
|
978a9bbb3b
|
perf(backend): Use undici instead of node-fetch and got (#9459)
* Implement? HttpFetchService
* ✌️
* remove node-fetch
* fix
* refactor
* fix
* gateway timeout
* UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない)
* fix
* add logger and fix url preview
* fix ip check
* enhance logger and error handling
* fix
* fix
* clean up
* Use custom fetcher for ApRequest / ApResolver
* bypassProxyはproxyBypassHostsに判断を委譲するように
* set maxRedirections (default 3, ApRequest/ApResolver: 0)
* fix comment
* handle error s3 upload
* add debug message
* no return await
* Revert "no return await"
This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2.
* reduce maxSockets
* apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger
* Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger"
This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4.
* add logger
* fix
* change logger name
* safe
* デフォルトでUser-Agentを設定
|
2023-01-12 21:03:02 +09:00 |
|
Kagami Sascha Rosylight
|
4b98920f02
|
Fix import related TypeScript errors (#9321)
* Add missing @types packages
* Fix TS1272 type only imports
* Fix TS2821 import assertion
|
2022-12-14 00:01:45 +09:00 |
|
syuilo
|
9d14476a6a
|
fix(server): cookieが取得されないのを修正
|
2022-12-06 14:17:53 +09:00 |
|
syuilo
|
3b7c943440
|
fix(server): cookieが設定されないのを修正
|
2022-12-06 14:14:41 +09:00 |
|
syuilo
|
9cda400c80
|
fix(server): GitHub連携ができない問題を修正
|
2022-12-06 12:41:11 +09:00 |
|
syuilo
|
bbb49457f9
|
refactor: introduce bindThis decorator to bind this automaticaly
|
2022-12-04 15:03:09 +09:00 |
|
syuilo
|
3a7182bfb5
|
Fastify (#9106)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix
* Update SignupApiService.ts
* wip
* wip
* Update ClientServerService.ts
* wip
* wip
* wip
* Update WellKnownServerService.ts
* wip
* wip
* update des
* wip
* Update ApiServerService.ts
* wip
* update deps
* Update WellKnownServerService.ts
* wip
* update deps
* Update ApiCallService.ts
* Update ApiCallService.ts
* Update ApiServerService.ts
|
2022-12-03 19:42:05 +09:00 |
|
syuilo
|
7670f364e3
|
type
|
2022-09-24 17:13:09 +09:00 |
|
syuilo
|
417f52359d
|
fixes
|
2022-09-24 06:45:44 +09:00 |
|
Takuya Yoshida
|
2e0075e79c
|
Fix ioredis import typo (#9099)
* Fix import typo
* Fix type
|
2022-09-21 10:12:18 +09:00 |
|
syuilo
|
01d4d55e78
|
fix import type
|
2022-09-21 05:33:11 +09:00 |
|
syuilo
|
a2eac9fff6
|
test
|
2022-09-19 03:11:50 +09:00 |
|
syuilo
|
b75184ec8e
|
なんかもうめっちゃ変えた
|
2022-09-18 03:27:08 +09:00 |
|