n8n/packages/nodes-base/nodes/HttpRequest
Iván Ovejero 6d6e2488c6
refactor(core): Generalize binary data manager interface (no-changelog) (#7164)
Depends on: #7092 | Story:
[PAY-768](https://linear.app/n8n/issue/PAY-768)

This PR: 
- Generalizes the `IBinaryDataManager` interface.
- Adjusts `Filesystem.ts` to satisfy the interface.
- Sets up an S3 client stub to be filled in in the next PR.
- Turns `BinaryDataManager` into an injectable service.
- Adjusts the config schema and adds new validators.

Note that the PR looks large but all the main changes are in
`packages/core/src/binaryData`.

Out of scope:
- `BinaryDataManager` (now `BinaryDataService`) and `Filesystem.ts` (now
`fs.client.ts`) were slightly refactored for maintainability, but fully
overhauling them is **not** the focus of this PR, which is meant to
clear the way for the S3 implementation. Future improvements for these
two should include setting up a backwards-compatible dir structure that
makes it easier to locate binary data files to delete, removing
duplication, simplifying cloning methods, using integers for binary data
size instead of `prettyBytes()`, writing tests for existing binary data
logic, etc.

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-09-22 17:22:12 +02:00
..
test refactor(core): Generalize binary data manager interface (no-changelog) (#7164) 2023-09-22 17:22:12 +02:00
V1 feat(HTTP Request Node): Determine binary file name from content-disposition headers (#7032) 2023-09-06 12:38:37 +02:00
V2 feat(HTTP Request Node): Determine binary file name from content-disposition headers (#7032) 2023-09-06 12:38:37 +02:00
V3 fix(HTTP Request Node): Decrease default timeout to 5min (#7177) 2023-09-20 12:38:34 +02:00
GenericFunctions.ts refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450) 2023-06-16 16:26:35 +02:00
HttpRequest.node.json feat(HTTP Request Node): Add cURL alias (no-changelog) (#6877) 2023-08-08 15:04:19 +01:00
HttpRequest.node.ts fix(HTTP Request Node): Correctly doesn't redirect on non GET method (#6132) 2023-05-04 09:55:35 +02:00