Ben Hesseldieck
8764171989
🎨 small webhook refactorings ( #1383 )
...
* 🧹 clean up forgotten leftover
* 🎨 reset req.params
* 🐛 Bugfix and minor change on request parameters
* ⚡ Minor improvements on request parameters
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 15:44:10 +01:00
Jan Oberhauser
bc74d7ad47
⬆️ Set n8n-core@0.61.0, n8n-editor-ui@0.74.0, n8n-nodes-base@0.101.0 and n8n-workflow@0.50.0 on n8n
2021-01-27 09:18:45 +01:00
Jan Oberhauser
0582edb111
🔖 Release n8n@0.104.2
2021-01-27 09:06:58 +01:00
Jan Oberhauser
b79589a83e
⬆️ Set n8n-nodes-base@0.100.0 on n8n
2021-01-27 09:06:32 +01:00
Jan Oberhauser
3f6d4b6c08
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-27 09:03:18 +01:00
Jan Oberhauser
de0ac0158a
🐛 Fix credential bug with parameters which have the same name
2021-01-27 09:02:20 +01:00
Jan Oberhauser
da022300f9
🔖 Release n8n@0.104.1
2021-01-26 16:54:23 +01:00
Jan Oberhauser
91623806ae
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-26 16:53:00 +01:00
Jan Oberhauser
bd4639b644
🐛 Fix bug with expressions in credentials
2021-01-26 16:52:35 +01:00
Tanay Pant
2398c42b30
🔨 Add breaking change for 0.104.0 ( #1382 )
2021-01-26 14:39:19 +01:00
Jan Oberhauser
353a270f0c
🔖 Release n8n@0.104.0
2021-01-26 12:09:22 +01:00
Jan Oberhauser
4bd675203e
⬆️ Set n8n-core@0.60.0, n8n-editor-ui@0.73.0, n8n-nodes-base@0.99.0 and n8n-workflow@0.49.0 on n8n
2021-01-26 12:08:39 +01:00
Jan Oberhauser
1dedb3f4b8
✨ Add expression support to credentials
2021-01-24 13:33:57 +01:00
Jan
b33a5fcd13
💥 Remove MongoDB support
2021-01-23 20:35:38 +01:00
Ben Hesseldieck
d395498882
✨ Add support for webhook route parameters ( #1343 )
...
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* ⚡ Fix issue that tab-title did not get reset on new workflow
* Revert "⚡ Fix issue that tab-title did not get reset on new workflow"
This reverts commit 699d0a8946
.
* 🔧 reset params before extraction
* 🐘 removing unique constraint for webhookId
* 🚧 handle multiple webhooks per id
* 🔧 enable webhook-test for multiple WH with same id
* 🐘 add migration for postgres
* ⚡ add mysql migration
* 🎨 fix lint issue
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 20:00:32 +01:00
Jan Oberhauser
cc4d6ab02a
🔖 Release n8n@0.103.1
2021-01-21 11:35:14 +01:00
Jan Oberhauser
9265eabbb7
⬆️ Set n8n-nodes-base@0.98.1 on n8n
2021-01-21 11:34:30 +01:00
Jan Oberhauser
d1ac4763df
🔖 Release n8n@0.103.0
2021-01-21 11:03:15 +01:00
Jan Oberhauser
64404381e3
⬆️ Set n8n-core@0.59.0, n8n-editor-ui@0.72.0 and n8n-nodes-base@0.98.0 on n8n
2021-01-21 11:02:40 +01:00
Jan Oberhauser
910c0eaa7a
⚡ Improve CLI export/import and add missing files
2021-01-21 10:52:33 +01:00
Jan Oberhauser
144de3f24b
👕 Fix lint issue
2021-01-21 10:47:45 +01:00
Omar Ajoue
cd7ed7db47
✨ Add CLI export/import for credentials/workflows ( #1363 )
...
* Added options to import and export workflows and credentials
* Fixed linting issues and descriptions
* Linting issues and allowing import/export operations to output multiple files
* ⚡ Minor changes to CLI export/import
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-20 23:51:49 +01:00
Ahsan Virani
4d446229c3
⚡ Introduce FE external hooks ( #1332 )
...
* ⚡ Introduce FE external hooks
* ⚡ update hooks
* ⚡ add data from frontend settings to hooks
* re-organize and update
* cleanup
* 👌
* ⚡ cleanup workflowSave mixin, add events
* avoid alert on new workflow save as
* ⚡ update workflow active events
* rename externalhooks method
* ⚡ Rename frontend hooks
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 23:48:30 +01:00
Jan Oberhauser
e525c79032
🔖 Release n8n@0.102.0
2021-01-15 11:49:59 +01:00
Jan Oberhauser
195233d62e
⬆️ Set n8n-editor-ui@0.71.0 and n8n-nodes-base@0.97.0 on n8n
2021-01-15 11:49:29 +01:00
Jan Oberhauser
cbd41b28ca
⚡ Add breaking change for 0.102.0 (Slack)
2021-01-15 11:14:59 +01:00
Jan Oberhauser
ae4aa112f3
⚡ Add breaking change for 0.102.0
2021-01-14 17:34:37 +01:00
Jan Oberhauser
b33b7bdd52
🔖 Release n8n@0.101.0
2021-01-07 14:28:56 +01:00
Jan Oberhauser
bd996fec5a
⬆️ Set n8n-core@0.58.0, n8n-editor-ui@0.70.0 and n8n-nodes-base@0.96.0 on n8n
2021-01-07 14:28:17 +01:00
Jan Oberhauser
78f8114499
⚡ Minor text change
2021-01-07 13:17:49 +01:00
Omar Ajoue
ba8ea6c0f5
Removing console.log message
2021-01-06 13:01:56 +01:00
Omar Ajoue
04a8912a94
Changed vacuum operation to run on startup only. Also it is now off by default.
2021-01-04 09:30:02 +01:00
Omar Ajoue
d528e442ba
Run vacuum on sqlite periodically
2020-12-31 10:42:16 +01:00
Jan Oberhauser
638310fa94
🔖 Release n8n@0.100.0
2020-12-30 12:02:42 +01:00
Jan Oberhauser
dc71a288cc
⬆️ Set n8n-core@0.57.0, n8n-editor-ui@0.69.0, n8n-nodes-base@0.95.0 and n8n-workflow@0.48.0 on n8n
2020-12-30 12:01:42 +01:00
Jan Oberhauser
ed1f29feba
⚡ Make it possible to supply hook data with reload
2020-12-30 11:45:29 +01:00
Jan Oberhauser
b0b2a51d04
🔖 Release n8n@0.99.1
2020-12-24 22:12:01 +01:00
Jan Oberhauser
0c4135d851
⬆️ Set n8n-editor-ui@0.68.1 on n8n
2020-12-24 22:11:35 +01:00
Jan Oberhauser
44c28b3491
🔖 Release n8n@0.99.0
2020-12-24 09:14:03 +01:00
Jan Oberhauser
ee9fc20243
⬆️ Set n8n-editor-ui@0.68.0 and n8n-nodes-base@0.94.0 on n8n
2020-12-24 09:13:14 +01:00
Jan Oberhauser
ecdcc0b522
🐛 Fix issue that DB init errors did not get caught #1269
2020-12-24 09:06:43 +01:00
Jan Oberhauser
b5d4391ace
🔖 Release n8n@0.98.0
2020-12-16 12:45:22 +01:00
Jan Oberhauser
ebd475fb32
⬆️ Set n8n-core@0.56.0, n8n-editor-ui@0.67.0 and n8n-nodes-base@0.93.0 on n8n
2020-12-16 12:44:31 +01:00
Mathieu Ledru
53a97cc27b
🎨 update wordings to distinct distribution model to it's license ( #1220 )
2020-12-15 10:50:52 +01:00
Jan Oberhauser
0918106328
⚡ Make it possible to return string via Webhook-Node
2020-12-14 15:09:41 +01:00
Jan Oberhauser
7cdbe5c147
👕 Fix lint issue
2020-12-12 20:59:17 +01:00
Jan Oberhauser
d306be8099
🐛 Fix bug in own error-workflow addition
2020-12-12 18:41:11 +01:00
lublak
8b567c20b9
⚡ Allow workflow to trigger on own error trigger ( #1205 )
...
* allow workflow to trigger on own error trigger
* use config errorTriggerType instance of a static string
* don't trigger twice
2020-12-12 18:36:47 +01:00
Jan Oberhauser
cfc222a877
🔖 Release n8n@0.97.0
2020-12-10 11:40:12 +01:00
Jan Oberhauser
7d29c91f07
⬆️ Set n8n-core@0.55.0 and n8n-nodes-base@0.92.0 on n8n
2020-12-10 11:39:27 +01:00