1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 17:47:46 +03:00
Commit Graph

10235 Commits

Author SHA1 Message Date
कारतोफ्फेलस्क्रिप्ट™
44728d7242
feat(editor): Show new executions as Queued in the UI, until they actually start (#10204) 2024-07-26 14:30:49 +02:00
oleg
5a51b1db5e
refactor: Update Langchain modules & add Ollama tools support (#10208) 2024-07-26 14:30:33 +02:00
oleg
8ef0a0c58a
feat(Sentiment Analysis Node): Implement Sentiment Analysis node (#10184) 2024-07-26 13:19:06 +02:00
Michael Kret
512eb11210
fix: Add original error message to messages, do not obfuscate if description provided in options (no-changelog) (#10202) 2024-07-26 14:12:42 +03:00
Elias Meire
e6fd996973
fix(Google Sheets Node): Fix Google Sheet URL regex (#10195) 2024-07-26 11:50:58 +02:00
Michael Kret
82eba9fc5f
fix(Google Sheets Node): Add column names row if sheet is empty (#10200)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-07-26 11:45:23 +03:00
Michael Kret
5136d10ca3
fix(Google Sheets Node): Do not insert row_number as a new column, do not checkForSchemaChanges in update operation (#10201) 2024-07-26 11:45:00 +03:00
Jon
2eba57774b
docs: Update credential urls (no-changelog) (#10193) 2024-07-25 17:22:46 +01:00
Alex Grozav
fa7bc452b7
fix(editor): Add back prompt requesting to save unsaved changes (no-changelog) (#10190) 2024-07-25 18:44:26 +03:00
Elias Meire
bfc8e1b56f
fix(HTTP Request Node): Resolve max pages expression (#10192) 2024-07-25 17:35:31 +02:00
feelgood-interface
7775d5059b
fix(Trello Node): Use body for POST requests (#10189) 2024-07-25 15:12:56 +01:00
Michael Kret
3eac673b17
fix(Read/Write Files from Disk Node): Notice update in file selector, replace backslashes with forward slashes if windows path (#10186) 2024-07-25 16:55:40 +03:00
oleg
eb9c69c595
feat(AI Agent Node): Improve agents descriptions (no-changelog) (#10172) 2024-07-25 15:18:55 +02:00
Alex Grozav
5929351f0c
feat(editor): Add localStorage flag to prevent opening NDV in new canvas (no-changelog) (#10187) 2024-07-25 16:00:09 +03:00
Iván Ovejero
2f3baa4251
refactor(core): Clean up subworkflow policy check (no-changelog) (#10178) 2024-07-25 14:52:29 +02:00
Eugene
3d235b0b2d
feat(Information Extractor Node): Add new simplified AI-node for information extraction (#10149) 2024-07-25 14:47:18 +02:00
Eugene
49c7306feb
feat(editor): Add info boxes to some of AI sub-categories (no-changelog) (#10177) 2024-07-25 14:46:26 +02:00
Iván Ovejero
2dc3ff49d7
ci: Stop reporting to Sentry SQLITE_FULL errors (no-changelog) (#10183) 2024-07-25 14:31:44 +02:00
Alex Grozav
112d6b883d
feat(editor): Add several performance improvements when adding nodes in new canvas (no-changelog) (#10170) 2024-07-25 15:26:50 +03:00
Iván Ovejero
520f2316d1
refactor(core): Decouple credentials from internal hooks (no-changelog) (#10162) 2024-07-25 11:56:00 +02:00
Alex Grozav
b781095be1
feat(editor): Update connection line to reuse getCustomPath in new canvas (no-changelog) (#10175) 2024-07-25 07:54:58 +03:00
Elias Meire
79bccf0305
feat(editor): Implement custom edge to support loops (no-changelog) (#10171)
Co-authored-by: Alex Grozav <alex@grozav.com>
2024-07-24 15:47:18 +03:00
Iván Ovejero
b81f0bf9ea
refactor(core): Port workflows config (no-changelog) (#10173) 2024-07-24 14:38:29 +02:00
कारतोफ्फेलस्क्रिप्ट™
9056242b3a
Merge tag 'n8n@1.52.0' 2024-07-24 14:28:07 +02:00
github-actions[bot]
c22ffd04de
🚀 Release 1.52.0 (#10174)
Co-authored-by: ShireenMissi <ShireenMissi@users.noreply.github.com>
2024-07-24 13:20:06 +01:00
oleg
906b4c3c7b
fix(editor): Fix issue with existing credential not opening in HTTP agent tool (#10167) 2024-07-24 14:10:16 +02:00
Iván Ovejero
66c49bb6a1
refactor(core): Port external storage config (no-changelog) (#10169) 2024-07-24 13:08:20 +02:00
Iván Ovejero
f1a3791abc
refactor(core): Split out subworkflow policy check from permission checker (no-changelog) (#10168) 2024-07-24 12:51:01 +02:00
Jon
7848c19f54
fix(Notion Node): Fix issue preventing some database page urls from working (#10070) 2024-07-24 11:27:07 +01:00
Alex Grozav
ea5382d20f
feat(editor): Add AI Chat button to new canvas (no-changelog) (#10166) 2024-07-24 12:10:02 +03:00
Alex Grozav
fe1a1d80c6
feat(editor): Enable NodeView.switcher by default in dev mode (no-changelog) (#10165) 2024-07-24 11:02:42 +03:00
Iván Ovejero
dea212659a
refactor(core): Decouple LDAP from internal hooks (no-changelog) (#10157)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2024-07-24 09:49:06 +02:00
Iván Ovejero
30784fb76c
fix(editor): Fix saving and connecting on LDAP setup form (#10163)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2024-07-24 09:37:34 +02:00
Iván Ovejero
e46341ac46
refactor(core): Remove unused telemetry payload (no-changelog) (#10158) 2024-07-23 16:42:25 +02:00
oleg
3846eb967a
feat(editor): Split Tools and Models into sub-sections (#10159) 2024-07-23 16:40:28 +02:00
Iván Ovejero
95b85dd5c1
refactor(core): Port nodes config (no-changelog) (#10140)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-23 13:32:50 +02:00
Iván Ovejero
d2a3a4a080
fix(core): Fix handling of common events for relays (#10135) 2024-07-23 12:31:56 +02:00
Alex Grozav
f2ad1222b1
feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055) 2024-07-23 13:30:29 +03:00
कारतोफ्फेलस्क्रिप्ट™
0fd2c5e106
ci: Lint and Test @n8n/config on the CI as well (no-changelog) (#10156) 2024-07-23 12:17:29 +02:00
Mutasem Aldmour
de015ff297
fix(editor): Fix updating/uninstalling community nodes (#10138)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-07-23 11:25:56 +02:00
Val
a51e86f20b
feat: Add scopes and role to create project endpoint (no-changelog) (#10145) 2024-07-23 10:18:58 +01:00
Iván Ovejero
467051580b
refactor(core): Decouple community packages from internal hooks (no-changelog) (#10152) 2024-07-23 10:47:22 +02:00
Danny Martini
4547a49db1
fix(core): Metadata inserts using existing IDs and failing with postgres (#10108) 2024-07-23 10:31:04 +02:00
Alex Grozav
6209ac6824
fix(editor): Fix initial node and sticky insert position in new canvas (no-changelog) (#10153) 2024-07-23 11:28:52 +03:00
Alex Grozav
6b8ad6fc3e
feat(editor): Add readonly mode to new canvas (no-changelog) (#10133) 2024-07-23 11:27:09 +03:00
कारतोफ्फेलस्क्रिप्ट™
a96db344e5
fix(core): Fix SSH Tunnels when using private key (#10148) 2024-07-23 10:08:01 +02:00
Michael Kret
b07c5e2011
fix(n8n Form Trigger Node): Execution from canvas (#10132) 2024-07-23 10:48:27 +03:00
Alex Grozav
278edd6010
feat(editor): Add undo/redo when moving nodes in new canvas (no-changelog) (#10137) 2024-07-23 10:16:56 +03:00
Alex Grozav
aa15d22499
feat(editor): Add undo/redo creating a node in new canvas (no-changelog) (#10142) 2024-07-23 09:49:53 +03:00
Alex Grozav
ee676fd934
feat(editor): Add undo/redo enabling/disabling a node in new canvas (no-changelog) (#10143) 2024-07-23 09:49:37 +03:00