कारतोफ्फेलस्क्रिप्ट™
|
7d74ddab29
|
feat(cli): notify external hooks about user profile and password changes (#3919)
|
2022-08-24 13:47:26 +02:00 |
|
Omar Ajoue
|
2d6eea82d3
|
fix(cli): Init nodes dir to ensure npm install succeeds (#3934)
Init nodes folder when created so npm doesnt fail
|
2022-08-24 11:58:47 +02:00 |
|
Iván Ovejero
|
db02a379d9
|
fix(editor): Check for PostHog before feature flag call (#3928)
* 🐛 Check for PH before feature flag call
* 🔥 Remove logging
|
2022-08-24 10:48:13 +02:00 |
|
agobrech
|
76f9ad8bae
|
N8N-4126 credentials injection and testing on specific nodes (#3816)
* Add credential injection and testing to Lemlist, Uproc, Supabase, Segment, Phantombuster, Mailgun and Dropcontact
|
2022-08-24 10:26:48 +02:00 |
|
agobrech
|
5285fc1de6
|
N8N-4134 Add AWS cred testing and http custom calls with credentials (#3924)
* ✨ Add Aws testing and http custom api
|
2022-08-23 19:02:32 +02:00 |
|
Iván Ovejero
|
a85d565ffc
|
refactor(editor): Fix capitalization on credential reconnect button (#3926)
✏️ Fix capitalization
|
2022-08-23 17:37:24 +02:00 |
|
Iván Ovejero
|
55c7dbad72
|
fix(editor): Fix excess json key from pindata in expressions (#3925)
* 🐛 Return pindata without excess `json` key
* ⏪ Restore `json` keys in `RunData` pane
|
2022-08-23 17:29:09 +02:00 |
|
Iván Ovejero
|
ab45898a69
|
fix(cli): Account for unparseable string in JSON key migration (#3927)
⚡ Account for unparseable string in JSON key migration
|
2022-08-23 17:13:48 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
f22bd2805d
|
fix(cli): tsc build errors should fail turborepo builds as well (#3923)
|
2022-08-23 17:06:20 +02:00 |
|
Iván Ovejero
|
1d4f92a657
|
fix(cli): Fix excessive instantiation type error for flattened execution (#3921)
* 📘 Fix excessive instantiation error
* ♻️ Simplify interface for TypeORM
|
2022-08-23 15:27:04 +02:00 |
|
Iván Ovejero
|
30326d7098
|
refactor(design-system): Remove leftover hook from design system (#3922)
* 🔥 Remove leftover hook from design system
* 🔥 Remove ref
|
2022-08-23 14:18:44 +02:00 |
|
Michael Kret
|
63e3ecfa19
|
n8n-4331-aws-ses-sending-emails-including-special-characters-fails (#3896)
⚡ Fix issue with SES emails failing when subject contains special characters
|
2022-08-23 09:48:44 +02:00 |
|
Iván Ovejero
|
b1e715299d
|
feat(core, editor): Support pairedItem for pinned data (#3843)
* 📘 Adjust interface
* ⚡ Adjust pindata in state store
* ✨ Add utils
* ⚡ Replace utils calls
* ⚡ Adjust pindata intake and display
* 🔥 Remove excess BE fixes
* 📝 Update comment
* 🧪 Adjust tests
* 🔥 Remove unneeded helper
* 🚚 Improve naming
* 🧹 Clean up `ormconfig.ts`
* 📘 Add types and type guards
* ⚡ Improve serializer for sqlite
* ✨ Create migration utils
* ⚡ Set up sqlite serializer
* 🗃️ Write sqlite migration
* 🗃️ Write MySQL migration
* 🗃️ Write Postgres migration
* ⚡ Add imports and exports to barrels
* 🚚 Rename `runChunked` to `runInBatches`
* ⚡ Improve migration loggers
* ♻️ Address feedback
* 🚚 Improve naming
|
2022-08-22 17:46:22 +02:00 |
|
Iván Ovejero
|
6bd7a09a45
|
fix(core): Account for enabled state in first pinned trigger (#3912)
🐛 Account for enabled state in first pinned trigger
|
2022-08-22 17:45:06 +02:00 |
|
Iván Ovejero
|
4f3043c65f
|
Fix community package update (#3914)
* 🐛 Fix community package update by using `npm i pkg@latest` always
|
2022-08-22 13:11:51 +02:00 |
|
Iván Ovejero
|
7f57dd5827
|
refactor(core): Update PostHog hooks URL (#3911)
⚡ Update PostHog hooks URL
|
2022-08-22 10:20:00 +02:00 |
|
Iván Ovejero
|
17799cda46
|
fix(core): Fix pinned trigger execution (#3895)
🐛 Fix pinned trigger execution
|
2022-08-19 17:52:05 +02:00 |
|
Michael Kret
|
329fe9581f
|
fix(node): Freshdesk - fix issue when getAll operation requires non existent options
|
2022-08-19 16:42:15 +03:00 |
|
Iván Ovejero
|
43e054f5ab
|
feat(editor, core): Integrate PostHog (#3865)
* Integrate PostHog - Part 1: Groundwork (#3753)
* Integrate PostHog - Part 2: Event capture (#3779)
* Integrate PostHog - Part 3: Session recordings (#3789)
* Integrate PostHog - Part 4: Experiments (#3825)
* Finalize PostHog integration (#3866)
* 📦 Update `package-lock.json`
* 🐛 Account for absent PH hooks file
* ✨ Create new env `EXTERNAL_FRONTEND_HOOKS_FILES`
* ⚡ Adjust env used for injecting PostHog
* 🐛 Switch to semicolon delimiter
* ⚡ Simplify to `externalFrontendHookPath`
* Refactor FE hooks flow (#3884)
* Add env var for session recordings
* inject frontend hooks even when telemetry is off
* allow multiple hooks files
* cr
* 🐛 Handle missing ref errors
* 🔥 Remove outdated `continue`
* 🎨 Change one-liners to blocks
* 📦 Update `package-lock.json`
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
|
2022-08-19 15:35:39 +02:00 |
|
Michael Kret
|
2b4f5c6c78
|
fix(next-cloud-node): Fix issue with credential verification and sharing file
|
2022-08-19 16:35:01 +03:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
c65458c154
|
[N8N-4355] Use safer templating for UserManagement emails (#3893)
|
2022-08-19 12:45:22 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
dc8f8b7874
|
[N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. (#3887)
|
2022-08-19 12:45:04 +02:00 |
|
Jan Oberhauser
|
00ab330c15
|
🔖 Release n8n@0.191.1
|
2022-08-19 10:46:11 +02:00 |
|
Jan Oberhauser
|
34dd61e30e
|
⬆️ Set n8n-editor-ui@0.157.1 on n8n
|
2022-08-19 10:45:26 +02:00 |
|
Jan Oberhauser
|
e41c46a56c
|
🔖 Release n8n-editor-ui@0.157.1
|
2022-08-19 10:44:03 +02:00 |
|
Mutasem Aldmour
|
ad0c214f8e
|
fix(editor): connections lost when renaming (#3899)
fix rename bug
|
2022-08-19 10:12:46 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
9bf71e73cc
|
pass config as an additional param to external hooks (#3898)
|
2022-08-18 17:36:26 +02:00 |
|
Michael Kret
|
91d7e16c81
|
n8n-3867-progressively-apply-prettier-to-all (#3873)
* 🔨 formatting nodes with prettier
|
2022-08-17 17:50:24 +02:00 |
|
Jan Oberhauser
|
6ed7f9672d
|
🔖 Release n8n@0.191.0
|
2022-08-17 11:22:10 +00:00 |
|
Jan Oberhauser
|
0ed225fe13
|
⬆️ Set n8n-core@0.131.0, n8n-editor-ui@0.157.0, n8n-nodes-base@0.189.0 and n8n-workflow@0.113.0 on n8n
|
2022-08-17 11:22:09 +00:00 |
|
Jan Oberhauser
|
c4d8483023
|
🔖 Release n8n-editor-ui@0.157.0
|
2022-08-17 11:20:41 +00:00 |
|
Jan Oberhauser
|
e749d0d972
|
⬆️ Set n8n-design-system@0.31.0 and n8n-workflow@0.113.0 on n8n-editor-ui
|
2022-08-17 11:20:41 +00:00 |
|
Jan Oberhauser
|
a3f5ce6a76
|
🔖 Release n8n-design-system@0.31.0
|
2022-08-17 11:20:34 +00:00 |
|
Jan Oberhauser
|
c2bd850e3f
|
🔖 Release n8n-nodes-base@0.189.0
|
2022-08-17 11:19:48 +00:00 |
|
Jan Oberhauser
|
d15c218f0a
|
⬆️ Set n8n-core@0.131.0 and n8n-workflow@0.113.0 on n8n-nodes-base
|
2022-08-17 11:19:48 +00:00 |
|
Jan Oberhauser
|
d4833c8894
|
🔖 Release n8n-node-dev@0.70.0
|
2022-08-17 11:19:40 +00:00 |
|
Jan Oberhauser
|
6b14977f1a
|
⬆️ Set n8n-core@0.131.0 and n8n-workflow@0.113.0 on n8n-node-dev
|
2022-08-17 11:19:40 +00:00 |
|
Jan Oberhauser
|
74b4a82cec
|
🔖 Release n8n-core@0.131.0
|
2022-08-17 11:19:31 +00:00 |
|
Jan Oberhauser
|
e6d74982b1
|
⬆️ Set n8n-workflow@0.113.0 on n8n-core
|
2022-08-17 11:19:31 +00:00 |
|
Jan Oberhauser
|
07cdc5509c
|
🔖 Release n8n-workflow@0.113.0
|
2022-08-17 11:19:20 +00:00 |
|
Milorad FIlipović
|
054cc010ed
|
feat(editor): Added animated tooltips to draggable columns in input panel
* 💄 Added animated tooltip to draggable columns in input panel
* 💄 Adding gif to data mapping discoverability tooltip
|
2022-08-17 11:51:30 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
e3f0ee68b4
|
[Fix #3540] Handle iterator request bodies in convertN8nRequestToAxios (#3567)
* Fix issue with request body not being sent when using the new request helper
|
2022-08-15 10:42:00 +02:00 |
|
Mutasem Aldmour
|
3608d132c0
|
fix(editor): improve expression and parameters performance (#3874)
* fix expr perf issue
* refactor a bit
|
2022-08-12 16:06:57 +02:00 |
|
Milorad FIlipović
|
762b422488
|
fix(editor): Handling errors when opening settings and executions (#3877)
|
2022-08-12 15:29:25 +02:00 |
|
Omar Ajoue
|
f782bcd52d
|
fix(core): Fix issue with not displayed child workflow executions (#3867)
|
2022-08-12 14:31:11 +02:00 |
|
Milorad FIlipović
|
d4b4e234a6
|
✨ Added Vue plugins that register design system and element UI components (#3875)
* ✨ Implemented Vue plugins that register design system and element UI components
* 💄 Replacing `any` with object type in Vue plugins
|
2022-08-12 13:22:08 +02:00 |
|
Iván Ovejero
|
52015a6f03
|
fix(public-api): Fix executions pagination in Postgres and Mysql
🐛 Fix executions pagination
|
2022-08-11 12:34:32 -04:00 |
|
Iván Ovejero
|
936264b3c6
|
feat(cli): Enable community nodes based on npm availability (#3871)
* ⚡ Detect npm availability
* 📘 Expand interfaces
* ⚡ Adjust store
* 🎨 Replace button with warning
|
2022-08-11 16:39:55 +02:00 |
|
Iván Ovejero
|
620525ea85
|
fix(cli): Fix community nodes tests on Postgres and MySQL (#3861)
* 📘 Fix type
* ⚡ Adjust constants
* 🧪 Skip failing pagination fix
* 🧪 Make truncation sequential
|
2022-08-11 11:02:21 +02:00 |
|
Jan Oberhauser
|
988b7c2793
|
🔖 Release n8n@0.190.0
|
2022-08-10 10:14:25 +00:00 |
|