Jan Oberhauser
313c8c14dc
⚡ Overwrite credential data only if there is no data set yet
2020-09-06 22:16:42 +02:00
Jan Oberhauser
922b4181d4
🔖 Release n8n@0.80.0
2020-09-02 15:32:16 +02:00
Jan Oberhauser
c5b12f3452
⬆️ Set n8n-core@0.44.0 and n8n-nodes-base@0.75.0 on n8n
2020-09-02 15:31:15 +02:00
Jan Oberhauser
a9bfb506ff
⚡ Update buffer code to not get deprecation message
2020-09-01 17:50:51 +02:00
Jan Oberhauser
d2f6bd7e42
👕 Fix lint issue
2020-09-01 09:22:41 +02:00
Jan Oberhauser
785858ec6a
🔖 Release n8n@0.79.3
2020-08-30 11:08:00 +02:00
Jan Oberhauser
22c40d026b
🐛 Fix bug that workflows did not get activated correctly
2020-08-30 11:06:46 +02:00
Jan Oberhauser
10cfe70d33
🔖 Release n8n@0.79.2
2020-08-28 18:17:04 +02:00
Jan Oberhauser
b26baa902f
🐛 Add missing rawBody for "application/x-www-form-urlencoded"
2020-08-28 18:15:34 +02:00
Jan Oberhauser
e6e25a84db
🔖 Release n8n@0.79.1
2020-08-28 17:46:51 +02:00
Jan Oberhauser
42fc5e1d95
⬆️ Set n8n-nodes-base@0.74.1 on n8n
2020-08-28 17:46:16 +02:00
Jan Oberhauser
7259aa4cf6
🐛 Add rawBody to every request that n8n does not error if body is missing
2020-08-27 15:19:10 +02:00
Jan Oberhauser
843569f608
👕 Fix lint issues and indentation
2020-08-27 15:09:31 +02:00
Jan Oberhauser
685aa2cf82
🔖 Release n8n@0.79.0
2020-08-27 11:03:09 +02:00
Jan Oberhauser
0748c4b02a
⬆️ Set n8n-editor-ui@0.55.0 and n8n-nodes-base@0.74.0 on n8n
2020-08-27 11:02:33 +02:00
Tanay Pant
2616b2b200
Update BREAKING-CHANGES.md
2020-08-26 09:58:38 +02:00
Jan Oberhauser
d768764a70
⚡ Minor improvements to Todoist-Node
2020-08-26 09:28:39 +02:00
Ricardo Espinoza
c3277df25b
⚡ Todoist node enhancement ( #823 )
...
* Todoist node enhancement
* done
* ⚡ Improvements
* 💄 Remove comment
* 💄 remove unnecessary line
* 📚 Add breaking change message
* ⚡ Remove unnecessary line
Co-authored-by: lukigarazus <ywnwa96@gmail.com>
2020-08-26 09:09:07 +02:00
Tanay Pant
f5c8fbe953
🔨 Fix pronunciation guide
2020-08-24 10:50:37 +02:00
Jan Oberhauser
e7347fd181
🔖 Release n8n@0.78.0
2020-08-18 17:23:28 +02:00
Jan Oberhauser
ba1d96a633
⬆️ Set n8n-core@0.43.0, n8n-editor-ui@0.54.0, n8n-nodes-base@0.73.0 and n8n-workflow@0.39.0 on n8n
2020-08-18 17:22:59 +02:00
Jan Oberhauser
228d97d65c
🐛 Fix wrong favicon path #841
2020-08-14 23:20:07 +02:00
Jan Oberhauser
adf0d09cc5
✅ Update @types/node to latest version
2020-08-14 18:36:34 +02:00
Jan Oberhauser
94d7ddf735
✅ Use same package versions
2020-08-14 18:03:43 +02:00
Rupenieks
a69098a096
✅ Updated @types/node to v14, fixed TS breaking with changes
2020-08-12 12:19:41 +02:00
ricardo
baac8edeb0
Merge 'master' into 'Bitly-OAuth2-support'
2020-08-09 19:12:38 -04:00
Matthew Tovbin
4c275513b4
JWT extras ( #817 )
...
* JWT extras: check issues, expiration, namespace and tenant
* idents
2020-08-06 17:44:19 +02:00
Jan Oberhauser
29fc42b69c
🔖 Release n8n@0.76.0
2020-08-05 09:47:31 +02:00
Jan Oberhauser
5768a69ee9
⬆️ Set n8n-core@0.41.0, n8n-editor-ui@0.52.0, n8n-nodes-base@0.71.0 and n8n-workflow@0.37.0 on n8n
2020-08-05 09:46:52 +02:00
Shraddha Shaligram
a5b6b3d209
✨ Add Medium Node ( #788 )
...
* add medium node
* minor fixes
* fix publication post
* fix according to feedback
* additional fixes
* fix license description
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-05 09:29:29 +02:00
Jan Oberhauser
b488ae8d3a
👕 Fix lint issue
2020-07-29 14:20:31 +02:00
Ben Hesseldieck
051598d30e
✨ Add max execution time for Workflows ( #755 )
...
* 🎉 basic setup and execution stopping
* 🚧 soft timeout for own process executions
* 🚧 add hard timeout for subprocesses
* 🚧 add soft timeout to main thread
* 🔧 set default timeout to 5 mins --> 500s
* 💡 adding documentation to configs
* 🚧 deactivate timeout by default
* 🚧 add logic of max execution timeout
* ⚡ adding timeout to settings in frontend and server
* 🎨 improve naming
* 💡 fix change in config docs
* ✔️ fixing compilation issue
* 🎨 add format for new config variables
* 👌 type cast before checking equality
* ⚡ Improve error message if NodeType is not known
* 🐳 Tag also rpi latest image
* 🐛 Fix Postgres issue with Node.js 14 #776
* 🚧 add toggle to activate workflow timeout
* 💄 improving UX of setting a timeout and its duration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Jan Oberhauser
6e06da99fb
⚡ Update job website URL
2020-07-27 11:43:28 +02:00
Jan Oberhauser
7f7f395e36
🔖 Release n8n@0.75.0
2020-07-26 12:55:24 +02:00
Jan Oberhauser
8e5fe3aaba
⬆️ Set n8n-core@0.40.0, n8n-editor-ui@0.51.0, n8n-nodes-base@0.70.0 and n8n-workflow@0.36.0 on n8n
2020-07-26 12:54:54 +02:00
Jan Oberhauser
604d8eea89
⚡ Small improvements and fix for Postgres & QuestDB
2020-07-26 12:45:39 +02:00
Jan Oberhauser
a46a6fa00c
👕 Fix lint issue
2020-07-26 11:59:17 +02:00
Jan Oberhauser
9c266e7aea
⚡ Small improvements to OPTIONS request for webhooks
2020-07-24 16:45:07 +02:00
Rupenieks
82d94873fc
✨ OPTIONS request support for Production/Test Webhooks ( #787 )
...
* 🐛 Fix naming of events in AffinityTrigger Node
* 🚧 OPTIONS allow header response for production webhooks
* ✅ Implemented Allow header for test webhook OPTIONS response
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-24 16:24:18 +02:00
Jan Oberhauser
de8e6f2811
🐛 Fix bug with saving executions of unsaved workflows
2020-07-24 15:16:55 +02:00
Ben Hesseldieck
ebe2775701
⚡ Add index stopped at ( #766 )
...
* 🚧 add index on sqlite
* 🚧 add migration for postgres
* 🚧 add mysql migration
* 🚧 add mongodb migration
* ⏪ revert change of default postgresdb user
2020-07-17 17:08:40 +02:00
Jan Oberhauser
b946d49bea
🔖 Release n8n@0.74.0
2020-07-15 12:41:40 +02:00
Jan Oberhauser
f8e3e42b46
⬆️ Set n8n-core@0.39.0, n8n-editor-ui@0.50.0, n8n-nodes-base@0.69.0 and n8n-workflow@0.35.0 on n8n
2020-07-15 12:41:15 +02:00
Jan Oberhauser
25cc745894
🐛 Fix editor-ui build
2020-07-14 23:36:05 +02:00
Jan Oberhauser
df3077b5d2
👕 Fix lint issue
2020-07-14 13:59:37 +02:00
Jan Oberhauser
d17161cf40
🔀 Merge branch 'static-stateless-webhooks'
2020-07-14 12:34:34 +02:00
Jan Oberhauser
8bfc5a4b65
⚡ Small improvements on execution pruning
2020-07-12 12:49:42 +02:00
Jan Oberhauser
78dc1e9449
🔀 Merge branch 'master' into WorkflowExecutionMaintainance
2020-07-12 12:20:59 +02:00
Jan Oberhauser
941ee06b14
⚡ Make n8n work in subfolder & Fix events in AffinityTrigger
2020-07-12 12:17:01 +02:00
Ben Hesseldieck
b956444c0e
🐎 pruning execution data complete
2020-07-09 16:52:38 +02:00