Michael Kret
bb4db58819
fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
2023-02-28 05:39:43 +02:00
Jonathan Bennetts
3af3db160b
fix: fix typo in error messages when a property does not exist ( #4310 )
2023-02-23 08:33:43 +00:00
Iván Ovejero
b03e358a12
refactor: Integrate consistent-type-imports
in nodes-base (no-changelog) ( #5267 )
...
* 👕 Enable `consistent-type-imports` for nodes-base
* 👕 Apply to nodes-base
* ⏪ Undo unrelated changes
* 🚚 Move to `.eslintrc.js` in nodes-base
* ⏪ Revert "Enable `consistent-type-imports` for nodes-base"
This reverts commit 529ad72b05
.
* 👕 Fix severity
2023-01-27 12:22:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
1acc7fea89
refactor(core): Add more overloads for string-type node parameters (no-changelog) ( #5101 )
...
* refactor(core): Add more overloads for string-type node parameter (no-changelog)
continued from https://github.com/n8n-io/n8n/pull/4797
* include binaryPropertyOutput
2023-01-06 15:09:32 +01:00
Jan Oberhauser
afc529799d
fix(core): Do not send credentials to browser console ( #5031 )
2022-12-23 23:25:59 +01:00
Michael Kret
61e26804ba
refactor(core): Remove linting exceptions in nodes-base ( #4794 )
...
* ⚡ enabled array-type
* ⚡ await-thenable on
* ⚡ ban-types on
* ⚡ default-param-last on
* ⚡ dot-notation on
* ⚡ member-delimiter-style on
* ⚡ no-duplicate-imports on
* ⚡ no-empty-interface on
* ⚡ no-floating-promises on
* ⚡ no-for-in-array on
* ⚡ no-invalid-void-type on
* ⚡ no-loop-func on
* ⚡ no-shadow on
* ⚡ ban-ts-comment re enabled
* ⚡ @typescript-eslint/lines-between-class-members on
* address my own comment
* @typescript-eslint/return-await on
* @typescript-eslint/promise-function-async on
* @typescript-eslint/no-unnecessary-boolean-literal-compare on
* @typescript-eslint/no-unnecessary-type-assertion on
* prefer-const on
* @typescript-eslint/prefer-optional-chain on
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2022-12-02 21:54:28 +01:00
Iván Ovejero
cfd32d2642
refactor: Phase out TSLint in nodes-base
(no-changelog) ( #4798 )
...
* 🔥 Remove TSLint scripts
* 🔥 Remove TSLint config
* 🔥 Remove TSLint exceptions
* 👕 Adjust lint config
* ✏️ Add story numbers
2022-12-02 15:25:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
2425c10b2b
feat(API): Report unhandled app crashes to Sentry ( #4548 )
...
* SIGTERM/SIGINT should only be handled once
* move error-handling initialization to commands
* create a new `sleep` function in workflow utils
* detect crashes and report them to Sentry
2022-11-08 17:06:00 +01:00
Jan Oberhauser
02fe545967
fix(HTTP Request Node): Fix sending previously selected credentials also on V2 ( #4457 )
2022-10-27 14:40:14 +02:00
Jonathan Bennetts
aa6c786041
fix(HTTP Request Node): fix oauth credentials not working properly for some predefined credentials ( #4277 )
2022-10-11 08:49:51 +01:00
Ricardo Espinoza
f37d6ba03b
feat(HTTP Request Node): Redesign and add the ability to import cURL commands ( #3860 )
...
* ⚡ Initial commit
* 👕 Fix linting issue
* ⚡ Add import button
* ⚡ Remove ligh versioning
* ⚡ Improvements
* ⚡ Improvements
* 🔥 Remove HttpRequest2 file used for testing
* 🐛 Fix building issue
* ⚡ Small improvement
* 👕 Fix linting issue
* 🔥 Remove HttpRequest2 from loader
* ⚡ Update package-lock.json
* ⚡ Improvements
* ⚡ Small change
* 🐛 Fix issue retrieving splitIntoItems
* 🐛 Fix issue retrieving neverError parameter
* 🐛 Fix issue with displayOptions
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Move cURL section to its own component
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add fix for batching in all versions
* ⚡ Add notice to cURL modal
* 🔥 Remove comments
* ⚡ Improvements
* ⚡ Type curl-to-json endpoint
* ⚡ Fix typo
* 🔥 Remove console.logs
* ⚡ Fix typo in curl-to-json endpoint
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Update package-lock.json
* ⚡ Rename import modal constant
* ⚡ Add return types to methods
* ⚡ Add CSS modules to ImportParameter component
* ⚡ Rename ImportParameter component to use kebab-case
* ⚡ Improvements
* ⚡ update package-lock.json
* ⚡ Fix linting issues
* Fix issue with css reference in ImportParameter component
* ⚡ Small improvements
* ⚡ Rename redirects to redirect
* ⚡ Allow to set multiple parameters on valueChanged
* 👕 Fix linting issue
* 🐛 Add mistakenly removed openExistingCredentials
* ⚡ Improve curl regex
* ⚡ Keep headers as defined in the cURL command
* ⚡ Account for all protocols supported by cURL
* ⚡ Add tests
* 🔥 Remove unnecessary lines
* ⚡ Add more testing
* ⚡ Add noDataExpression to dependent fields
* 🐛 Fix bug not handling multipart-form data correctly
* ⚡ Change error messages
* 🐛 Fix response format string for empty values
* Fix typo
2022-09-29 17:28:02 -04:00