Ricardo Espinoza
740df0c1e5
fix(Raindrop Node): Update access token URL ( #4542 )
...
⚡ Change token exchange URL
2022-11-08 15:02:49 -05: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
feelgood-interface
5d852f9230
fix(SendInBlue Trigger Node): fix typo in credential name ( #4357 )
2022-11-08 15:42:04 +00:00
Michael Kret
479644a499
refactor(core): Update rule typescript-eslint/no-unused-vars to not error when variable starts with _ ( #4523 )
...
* ⚡ rule and fixes
* ⚡ clean up
2022-11-08 15:28:21 +01:00
कारतोफ्फेलस्क्रिप्ट™
1c98f97e9e
ci: Revert support for node.js 18 ( #4518 ) ( #4537 )
...
Revert "ci: Start supporting node.js 18 (#4518 )"
This reverts commit 9ee292cd17
.
2022-11-07 17:23:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
9ee292cd17
ci: Start supporting node.js 18 ( #4518 )
...
* ci: start supporting node.js 18
Node.js 18 becomes the active LTS on 2022-10-25, as Node.js 16 goes into maintenance mode.
https://github.com/nodejs/Release#release-schedule
* continue using node 16 for production images
* node 16 for debian and base images as well for now
2022-11-07 15:51:57 +01:00
Ricardo Espinoza
39d4bb2639
fix(HTTP Request Node): use the data in "Put Output in Field" field ( #4487 )
...
🐛 Use the data in "Put Output in Field" field
;
2022-11-04 10:50:38 -04:00
Jan Oberhauser
747b496ce1
🔖 Release n8n-nodes-base@0.199.0
2022-11-02 17:25:43 +00:00
Jan Oberhauser
cd445ce689
⬆️ Set n8n-core@0.141.0 and n8n-workflow@0.123.0 on n8n-nodes-base
2022-11-02 17:25:42 +00:00
कारतोफ्फेलस्क्रिप्ट™
b282c7e5d9
fix(core): make deepCopy
backward compatible ( #4505 )
...
* fix(core): make `deepCopy` backward compatible
`JSON.parse(JSON.stringify())` uses `.toJSON` when available. so should `deepCopy`
* fix(core): prevent double quotes on luxon datetimes (#4508 )
* 🐛 Prevent double quotes on luxon datetimes
* ⚡ Generalize solution
* update the types in packages/workflow/src/utils.ts
* add `toJSON` check to NodeErrors.isTraversableObject as well
* move the toJSON check before the cyclic dependency check
* fix(core): keep backward compatibility in deepCopy by calling `toJSON` on objects that have it
* fix(core): updating deepCopy typings
* Revert "fix(core): updating deepCopy typings"
This reverts commit 100a0f1f3d
.
* fix(core): temporarily removing Date cloning from deepCopy
* fix(core): updating deepCopy types
* fix(core): updating deepCopy
* fix(core): updating deepCopy get prototype of object
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2022-11-02 17:44:12 +01:00
Iván Ovejero
1c229a7b52
refactor(core): apply lint rule cred-class-field-unobscured-sensitive-input
( #4495 )
...
* ⬆️ Upgrade linter
* 📦 Update `package-lock.json`
* 👕 Enable rule
* 👕 Apply rule
* 📦 Re-update `package-lock.json`
2022-11-01 17:41:45 +01:00
Ricardo Espinoza
d1d1288ba9
feat(Venafi TLS Protect Cloud Node): make issuing template depend on application ( #4476 )
...
* ⚡ Make issuing template depending on application
* ⚡ Make validity period type string
* ⚡ Reorder certificateRequest:create fields semantically
2022-11-01 09:56:00 -04:00
Iván Ovejero
ec5ef0c50d
refactor(core): clear @ts-ignore
from workflow and core packages ( #4467 )
...
* 📘 Clear all `@ts-ignore` comments from workflow package
* 👕 Default to error with package-level overrides
* refactor(core): clear all `@ts-ignore` comments from core package (#4473 )
👕 Clear all `@ts-ignore` comments from core package
* ✏️ Update comment
2022-10-31 12:45:34 +01:00
Jan Oberhauser
3f9089a1da
🔖 Release n8n-nodes-base@0.198.1
2022-10-28 14:21:49 +00:00
Jan Oberhauser
9800123634
⬆️ Set n8n-core@0.140.1 and n8n-workflow@0.122.1 on n8n-nodes-base
2022-10-28 14:21:49 +00:00
कारतोफ्फेलस्क्रिप्ट™
e6ec134cf3
fix(AWS SNS Trigger Node): add missing jsonParse import ( #4463 )
...
* fix(AwsSnsTrigger): add missing jsonParse import
* add clear typings for req.rawBody and getHeaderData()
2022-10-28 11:24:11 +02:00
Jan Oberhauser
4b0ba8fe29
🔖 Release n8n-nodes-base@0.198.0
2022-10-27 14:31:01 +00:00
Jan Oberhauser
f8826226a3
⬆️ Set n8n-core@0.140.0 and n8n-workflow@0.122.0 on n8n-nodes-base
2022-10-27 14:31:01 +00:00
Jan Oberhauser
14d887cf86
docs: Update logo and README files with new design
2022-10-27 14:57:49 +02: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
Jan Oberhauser
44ad249827
fix(HTTP Request Node): Fix sending previously selected credentials ( #4457 )
2022-10-27 13:55:04 +02:00
Marcus
227212c928
feat(Airtable Trigger Node): use resource locator component for base and table parameters ( #4391 )
...
add base and table RLC to AirtableTrigger.node.ts
2022-10-27 10:51:32 +02:00
Cornelius Suermann
d1b4d428cb
docs: scope Sustainable Use License to contents of the main branch ( #4450 )
...
docs: scope Sustainable Use License to contents of the main branch (e.g. 'master')
2022-10-26 16:50:33 +02:00
कारतोफ्फेलस्क्रिप्ट™
1f610b90f6
feat: use ES2022 native error chaining to improve error reporting ( #4431 )
...
feat: use ES2022 native error chaining
2022-10-26 11:55:39 +02:00
कारतोफ्फेलस्क्रिप्ट™
99157cf581
feat: setup nightly tests for postgres and mysql schemas ( #4441 )
...
* feat: unify Jest config
* feat: simplify DB setup for tests
* feat: setup nightly tests for postgres and mysql schemas
2022-10-25 22:06:03 +02:00
कारतोफ्फेलस्क्रिप्ट™
5c9b40117a
refactor: rename NodeVersionedType to VersionedNodeType and move it to the workflow package ( #4443 )
2022-10-25 21:33:12 +02:00
Michael Auerswald
b296fb06f3
fix(Email Trigger (IMAP) Node): backport V2 mark-seen-after-processing to V1 ( #4435 )
...
backport V2 mark-seen-after-processing to V1
2022-10-25 12:53:06 +02:00
Iván Ovejero
d2b97c0713
refactor(core): apply lint rule node-class-description-non-core-color-present
( #4426 )
...
* 👕 Enable rule `node-class-description-non-core-color-present`
* 👕 Apply rule to remove deprecated `color`
* ✏️ Fix unrelated typos
* ✏️ Fix another unrelated typo
Co-authored-by: Michael Kret <michael.k@radency.com>
2022-10-25 09:06:54 +02:00
Iván Ovejero
5745027cee
fix(core): fix single-node execution failing in main
mode ( #4421 )
...
* 🐛 Fix Manual Trigger group
* 🐛 Account for single-node execution
2022-10-24 15:03:41 +02:00
Nicholas Penree
d7c8fefe19
docs(Execute Workflow Trigger Node): correct documentation link (no-changelog) ( #4404 )
2022-10-24 10:49:58 +01:00
Nicholas Penree
66037d57bf
docs(Manual Trigger Node): correct documentation link (no-changelog) ( #4405 )
2022-10-24 10:45:42 +01:00
Jonathan Bennetts
4b13b3398d
feat(Write Binary File Node): add option to append to a file ( #4386 )
2022-10-24 10:41:43 +01:00
Deborah
1d9d02b887
docs(Compare Datasets Node): fix docs link (no-changelog) ( #4422 )
2022-10-24 10:39:59 +01:00
Deborah
b5403d99f2
docs(Schedule Trigger Node): fix docs link (no-changelog) ( #4419 )
2022-10-24 10:35:44 +01:00
Michael Auerswald
1a37f0003f
fix(Email Trigger (IMAP) Node): improve connection handling and credentials ( #4393 )
...
* adds EmailReadImapV2 with fixes
2022-10-24 11:06:43 +02:00
Michael Kret
1d57b10942
refactor(core): fix for no-uncaught-json-parse warnings
2022-10-21 21:52:43 +03:00
Michael Kret
ca9eca9ae9
fix(TheHive Node): fixes for node issues
2022-10-21 19:46:31 +03:00
Michael Kret
2f4649cdf4
fix(InvoiceNinja Node): added support for v5
2022-10-21 19:45:54 +03:00
Bram Kn
8f25da52b1
feat(HTTP Request Node): add option for raw json header & query ( #4408 )
...
* http node headers and query JSON parameter options added
* Query and Header added to option processing
* remove old set headers.
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-10-21 12:29:20 -04:00
Michael Kret
9d6a2c32d7
refactor(core): fixes n8n-local-rules/no-json-parse-json-stringify warnings ( #4407 )
...
* 🔨 fixes
* 🔨 set rule to error
2022-10-21 17:24:58 +02:00
Jan Oberhauser
c6a9477fab
🔖 Release n8n-nodes-base@0.197.0
2022-10-21 05:45:10 +00:00
Jan Oberhauser
e63ef8870a
⬆️ Set n8n-core@0.139.0 and n8n-workflow@0.121.0 on n8n-nodes-base
2022-10-21 05:45:10 +00:00
Deborah
ef1198324d
docs: update credential doc links for google nodes ( #4381 )
2022-10-20 16:52:03 +01:00
Ricardo Espinoza
61b9909ac3
fix(HTTP Request Node): avoid error when response doesn't include content-type ( #4365 )
...
* 🐛 Fix bug when response doesn't include content type
* ⚡ Improve autodetect response format
* ⚡ Make content-type match more specific
* ⚡ Improve list of content-types to download
2022-10-20 11:42:55 -04:00
Ricardo Espinoza
7fcd821cad
feat(core): enable sending client credentials in body ( #4377 )
...
* ⚡ Enable inject credentials in the body for OAuth2 CC
* 🐛 Persist token data
* 👕 Fix linting error
2022-10-20 11:15:28 -04:00
Nicholas Penree
4ce0fed0ab
fix(Google Drive Node): fix drive hint typo in resource locator ( #4387 )
2022-10-19 20:15:22 +01:00
Jonathan Bennetts
ed4dcbb5dd
fix(n8n Node): fix resource locator not returning all items ( #4248 )
2022-10-19 16:51:09 +01:00
agobrech
971c2c0aed
fix(Shedule Node): fixes multiple intervals, fixes week interval ( #4376 )
...
* 🐛 fix bug where adding multiple intervals would remove the previous one
* 🐛 swap hour logic with week logic, change sunday to 0 value
* 🔥 remove console.logs
* 🔥 remove unused variable
* 🔥 remove unused imports
2022-10-19 17:28:41 +02:00
Michael Kret
263794ce40
fix(CompareDatasets Node): removed quotes from branch names
2022-10-19 13:37:55 +03:00
Iván Ovejero
6a1838d8c1
refactor: lint for inefficient deep clones ( #4378 )
...
* 👕 Create rule `no-json-parse-json-stringify`
* 🧪 Add tests
* 👕 Enable new rule
* 👕 FIx unrelated lint issue
2022-10-19 09:36:25 +02:00