Jan Oberhauser
b7ae226d44
🔖 Release n8n-node-dev@0.71.0
2022-08-24 14:19:48 +00:00
Jan Oberhauser
afa37f97a3
⬆️ Set n8n-core@0.132.0 and n8n-workflow@0.114.0 on n8n-node-dev
2022-08-24 14:19:47 +00:00
Jan Oberhauser
a87b7cc2ee
🔖 Release n8n-core@0.132.0
2022-08-24 14:19:40 +00:00
Jan Oberhauser
ed6571b775
⬆️ Set n8n-workflow@0.114.0 on n8n-core
2022-08-24 14:19:39 +00:00
Jan Oberhauser
3f6e8e5e9e
🔖 Release n8n-workflow@0.114.0
2022-08-24 14:19:30 +00:00
Jan Oberhauser
84a31b3076
⬆️ Update package-lock.json file
2022-08-24 16:18:46 +02:00
कारतोफ्फेलस्क्रिप्ट™
544b880dfa
fix(cli): Fix the tests, that broke after #3919 ( #3935 )
2022-08-24 16:07:53 +02:00
maxtkacz
cc5d9a296c
refactor(editor): Add G2 review link to Value Survey ( #3920 )
...
Replaced survey link in success toast ("submitted") of Value Survey with a link to fill out a G2 review.
2022-08-24 16:00:20 +02:00
Mutasem Aldmour
ce076dca48
feat(editor): mapping expressions from input table ( #3864 )
...
* implement tree render
* update styles
* implement slots
* fix recursive tree rendering
* make not recursive
* Revert "make not recursive"
f064fc14f4
* enable dragging
* fix dragging name
* fix col bug
* update values and styles
* update style
* update colors
* update design
* add hover state
* add dragging behavior
* format file
* update pill text
* add depth field
* typo
* add avg height
* update event name
* update expr at distance
* add right margin always
* add space
* handle long values
* update types
* update messages
* update keys styling
* update spacing size
* fix hover bug
* update switch spacing
* fix wrap issue
* update spacing issues
* remove br
* update hoverable
* reduce event
* replace tree
* update prop name
* update tree story
* update tree
* refactor run data
* add unit tests
* add test for nodeclass
* remove number check
* bring back hook
* address review comments
* update margin
* update tests
* address max's feedback
* update tslint issues
* if empty, remove min width
* update spacing back
2022-08-24 14:47:42 +02:00
कारतोफ्फेलस्क्रिप्ट™
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
Michael Kret
725a567f07
feat(core): added command to scripts for easy launch n8n with tunnel
2022-08-22 18:33:13 +03: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
Deborah
8e838b602e
Fix the link for comparing changes for 0.191.1 ( #3913 )
...
* Update CHANGELOG.md
Fix the link for comparing changes for 0.191.1
* Update CHANGELOG.md
2022-08-22 11:49:55 +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
Iván Ovejero
11617616cd
refactor: Format root-level files ( #3858 )
...
* ✨ Create `format.mjs` script
* 👕 Add lint exception
* ⚡ Add root formatting to `format` command
* 🎨 Fix glob in `.prettierignore`
* 🚚 Improve naming
* 🎨 Format root-level files
* ⚡ Simplify check
* ⚡ Add period to extension
* ⚡ Locate config
* ⚡ Add `ignore` arg
* 🚚 Move `config` and `ignore` after check
2022-08-19 15:34:02 +02: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
कारतोफ्फेलस्क्रिप्ट™
e53d5d9cc1
[N8N-4265] Improve docker compose setup with postgres ( #3369 )
...
* persist postgres data using docker volumes
* persist n8n data using docker volumes instead of writing to the host filesystem
* wait for postgres to be actually ready before starting the server
* run web server and workers as separate containers
* create a new `withPostgresAndWorker` example
2022-08-19 12:44:34 +02:00
Jan Oberhauser
6c9486926b
Improve Changelog
2022-08-19 10:54:32 +02:00
Jan Oberhauser
18c7a66b30
🔖 Update main package.json to 0.191.1
2022-08-19 10:50:37 +02:00
Jan Oberhauser
d9159d6c3a
📚 Update CHANGELOG.md with version 0.191.1
2022-08-19 10:50:18 +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
f2d326c7f0
🔖 Update main package.json to 0.191.0
2022-08-17 14:09:44 +02:00
Jan Oberhauser
d3e74e82ea
📚 Update CHANGELOG.md with version 0.191.0
2022-08-17 14:09:20 +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