Jan Oberhauser
135b0d3e27
fix(Split In Batches Node): Roll back changes in v1 and create v2 ( #5747 )
2023-03-22 12:05:07 +01:00
Michael Auerswald
b6d8a0f985
fix(core): Remove circular refs from Code and push msg ( #5741 )
...
* remove circular refs from code items (and lint fixes)
* cleanup
---------
* add some tests
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-03-21 15:34:30 +01:00
agobrech
199a91b398
fix(HTTP Request Node): Add streaming to binary response ( #5701 )
...
Revert "fix(HTTP Request Node): Remove streaming response (#5663 )"
This reverts commit 8a21fefbc6
.
2023-03-21 15:03:47 +01:00
agobrech
46d013cbc5
test(Date & Time Node): Skip the test when local timezone is not in UTC (no-changelog) ( #5735 )
...
Check for moment default timezone in dateTime tests
2023-03-20 16:55:40 +01:00
Val
233f1fa7ec
feat(QuickChart Node): Add QuickChart node ( #3572 )
...
* ✨ Add basic QuickChart node
* 🏷️ Fix up types
* ❇️ Add Boxplot and Violin
* ❇️ Add point styles
* ❇️ Add horizontal charts
* ⚡ Make possible to provide array of labels via expressions
* ⚡ Improvements
* ⚡ Improvements
* 🎨 fix lint errors
* ⚡ ️disable chart types we don't want to support in P0
* ⚡ ️support setting labels manually or using an array
* ⚡ ️move Horizontal parameter into options
* ⚡ ️ update "Put Output In Field" param description and hint
* ⚡ ️ removed font color
* ⚡ ️fix Device Pixel Ratio
* ⚡ ️fix Polar Chart not working
* ⚡ ️Show Fill param only for charts supporting it
* ⚡ ️Show pointStyle param only for charts supporting it
* ⚡ ️remove second "Chart Type" option
* ⚡ updated error message, added json data, updated description
* Add codex json file
* ✅ add unit test
* ✅ improve unit test
* ⚡ removed any, added aliases
---------
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Marcus <marcus@n8n.io>
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-03-17 12:50:26 +01:00
कारतोफ्फेलस्क्रिप्ट™
6a8c9b7ccc
refactor: Improve typings for webhook methods (no-changelog) ( #5713 )
2023-03-17 12:25:31 +01:00
Giulio Andreini
02e35819ab
feat(IF Node): Node description update no-changelog ( #5702 )
2023-03-16 13:23:55 +01:00
Jon
ba73fff27d
feat(OpenAI Node): Add support for gpt4 on chat completion ( #5692 )
2023-03-15 09:41:02 +00:00
Jon
d1e3c192ba
fix(Metabase Node): Fix issue with question results not correctly being returned ( #5665 )
2023-03-14 17:47:37 +00:00
Jan Oberhauser
2f7639e9e4
feat(Split In Batches Node): Make it easy to combine processed data ( #5655 )
...
feat(SplitInBatches Node): Make it easy to combine processed data
2023-03-14 18:42:41 +01:00
Mutasem Aldmour
332d50c5f1
feat(Item Lists Node): Update actions ( #5648 )
...
feat(Itemlists): Update actions
2023-03-14 14:28:49 +01:00
agobrech
8a21fefbc6
fix(HTTP Request Node): Remove streaming response ( #5663 )
...
Remove useStream option from requestOptions
2023-03-10 11:54:26 +01:00
कारतोफ्फेलस्क्रिप्ट™
7a4e9ef5fa
refactor: Remove n8n-core dependency in nodes-base (no-changelog) ( #5649 )
2023-03-09 18:13:15 +01:00
agobrech
ce0d9d2bed
feat(HTTP Request Node): Move from Binary Buffer to Binary streaming ( #5610 )
...
* ✨ Change from binary buffer to binary streaming
* Remove console.logs
* Import Readable from the correct lib
* stream response
* parametersToKeyValue doesn't need to be async anymore
* Fix bodyParameter reduce method
* parametersToKeyValue doesn't need to be async anymore
* handle streaming responses
* send `Content-Length` and `Content-Type` on binary requests
* Add new helper function for binary data
* Add binary function to helpers interface
* Fix bug in error handler
* Fix issue with wrongfully assigned headers to body
* Fix test workflow
* Remove console.logs
* Remove unnecsessary type
* Remove concat dependency already imported in workflow package
* Update pnpm-lock file
* Small fixes, asyncronous error message
* reset the lockfile
* Remove buffer check and simplify error handling
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-03-09 15:38:54 +01:00
Jon
e56fbfef3e
feat(Mindee Node): Add support for v4 API ( #5559 )
2023-03-09 10:06:03 +00:00
Jon
971d5ae8f5
feat(Microsoft SQL Node): Add support for self signed certificates ( #5160 )
2023-03-09 10:05:03 +00:00
Jon
89d25995c3
docs(Github Trigger Node): Add notice and more meaningful error around permissions ( #5551 )
2023-03-08 16:04:45 +00:00
Syed Ali Shahbaz
2889e53b37
feat(Cal Trigger Node): Update to support v2 webhooks ( #5331 )
2023-03-08 15:58:15 +00:00
कारतोफ्फेलस्क्रिप्ट™
5eb0d52459
refactor: Unify binary-data assertion across all nodes (no-changelog) ( #5624 )
2023-03-06 17:33:32 +01:00
Jon
01a2160b3b
feat(Mattermost Node): Add self signed certificate support ( #5630 )
2023-03-06 16:27:49 +00:00
Jan Oberhauser
1c65bff31d
fix(OpenAI Node): Simplify code ( #5618 )
...
fix(OpenAI Node): Simplifiy code
2023-03-05 17:43:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
3c57062571
refactor: Fix some typos (no-changelog) ( #5616 )
2023-03-03 18:49:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
4e244937c9
refactor: catch
doesn't need to have a param (no-changelog) ( #5614 )
2023-03-03 18:18:49 +01:00
agobrech
9420b0fdf8
feat(Slack Node): Move from Binary Buffer to Binary streaming ( #5612 )
...
✨ Add Binary streaming instead of binary buffering
2023-03-03 18:11:27 +01:00
Jon
e949db3525
fix(OpenAI Node): Fix issue with expressions not working with chat complete ( #5609 )
2023-03-03 16:08:12 +00:00
Jon
4f5013ff53
fix: Show RabbitMQ node in nodes panel ( #5598 )
2023-03-02 14:35:13 +00:00
Jon
06c5ecbdf3
feat(OpenAI Node): Add support for ChatGPT ( #5596 )
2023-03-02 14:17:29 +00:00
agobrech
f61d779667
feat(Jira Software Node): Support binary streaming for very large binary files ( #5589 )
...
Move from buffer to binary streaming
2023-03-01 18:14:07 +01:00
Jon
f3c943ef81
feat(Telegram Node): Add Parse Mode to Send Document operation ( #5554 )
2023-03-01 14:47:09 +00:00
agobrech
aa2beaa800
fix(Item Lists Node): Tweak item list summarize field naming ( #5572 )
...
* Remove brackets and double quotes from fieldname
* Fix bug with duplicate field
* Parse field names from splitbyfield
* Fix error with field name remove console.logs
* Add versioning to itemlist
* Fix naming
* Remove comment
2023-02-28 18:00:39 +01:00
Mutasem Aldmour
d6d1c07a53
fix: Show Execute Workflow node in nodes panel ( #5583 )
...
* fix: Show Execute Workflow node in nodes panel
* chore: remove wrong comment
2023-02-28 17:51:33 +03:00
कारतोफ्फेलस्क्रिप्ट™
e3ef9f7c7b
ci: Update ReadBinaryFile Documentation URL (no-changelog) ( #5581 )
...
this is a follow up on https://github.com/n8n-io/n8n/pull/5490
2023-02-28 12:00:52 +01:00
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
Alex Grozav
f0695827f5
feat: Migrate packages from lodash to lodash-es (no-changelog) ( #5538 )
2023-02-23 16:16:05 +01:00
Jonathan Bennetts
f965469e13
fix(Google Calendar Node): Fix incorrect labels for start and end times when getting all events ( #5529 )
2023-02-23 08:34:41 +00: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
कारतोफ्फेलस्क्रिप्ट™
1bff044252
refactor(WhatsApp Node): Avoid using BinaryDataManager directly from n8n-core ( #5544 )
2023-02-23 08:51:08 +01:00
Jan Oberhauser
e251439333
fix(Discord Node): Fix wrong error message being displayed ( #5547 )
2023-02-22 15:54:52 +01:00
agobrech
f1589d4f0f
feat: Add Required path name mapping to multiple nodes ( #5369 )
...
* ✨ Add requiresDataPath to Set
* Add Data path mapping to rename keys
* Add required path name to airtable
* Add required data path
* Add required data path to airtable trigger
* Fix multiple keyword for required path
* ⚡ ️use multiple for Airtable ignore fields
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-21 14:49:59 +01:00
Michael Kret
7ecd5e59ec
fix(Compare Datasets Node): UI tweaks and fixes
2023-02-21 15:42:00 +02:00
Michael Kret
5d74a2f89a
fix(Postgres Node): Fix for tables containing field named json
2023-02-21 14:16:18 +02:00
Jonathan Bennetts
ee21b7a1cf
fix(Baserow Node): Fix issue with get all not correctly using filters ( #5519 )
2023-02-20 16:04:43 +00:00
Jonathan Bennetts
1c476770a7
fix(S3 Node): Fix issue with get many buckets not outputting data ( #5514 )
2023-02-20 15:54:59 +00:00
Jonathan Bennetts
11b467137e
feat: Deprecate Read Binary File node ( #5490 )
2023-02-20 15:03:30 +00:00
OlegIvaniv
9a1e7b52f7
feat(editor): Unify regular and trigger node creator panels ( #5315 )
...
* WIP: Merge TriggerHelperPanel with MainPanel
* WIP: Implement switching between views
* Remove logging
* WIP: Rework search
* Fix category toggling and search results display
* Fix node item description
* Sort actions based on the root view
* Adjust personalisation modal, make trigger canvas node round
* Linting fixes
* Fix filtering of API options
* Fix types and no result state
* Cleanup
* Linting fixes
* Adjust mode prop for node creator tracking
* Fix merging of core nodes and filtering of single placeholder actions
* Lint fixes
* Implement actions override, fix node creator view item spacing and increase click radius of trigger node icon
* Fix keyboard view navigation
* WIP: E2E Tests
* Address product review
* Minor fixes & cleanup
* Fix tests
* Some more test fixes
* Add specs to check actions and panels
* Update personalisation survey snapshot
2023-02-17 15:08:26 +01:00
Marcus
00ac4c308a
feat(Github Node): Use resource locator component ( #5489 )
...
⚡ ️RLC for Repository Owner and Repository Name
2023-02-16 12:54:42 +01:00
feelgood-interface
af703371fc
fix(HTTP Request Node): Ignore empty body for auto detect json ( #5215 )
2023-02-16 11:00:06 +00:00
Jonathan Bennetts
7954ed3cfb
feat(Slack Node): Add support for manually inputting a channel name ( #5488 )
2023-02-16 10:45:03 +00:00
Jonathan Bennetts
1a20fd9f46
fix(Bubble Node): Fix pagination issue when returning all objects ( #5483 )
2023-02-16 09:01:56 +00:00
Jonathan Bennetts
71cba06b7c
feat(Notion Node): Add icon support for page and database page creation ( #5468 )
2023-02-16 09:00:54 +00:00