ricardo
a443bf797d
Merge 'master' into 'customer.io'
2020-08-03 14:55:36 -04:00
Jean Baptiste Noblot
e863254272
👕 replace coma in semicolon when end of line ( #802 )
2020-07-30 11:35:36 +02:00
Jan Oberhauser
c298fd325a
🐛 Fix bug which displayed selector for low number of items
2020-07-29 22:43:05 +02:00
Jan Oberhauser
729da6f73e
🐛 Fix bug in MobeBinaryData-Node that it read options wrong
2020-07-29 22:30:49 +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
ab93b1964d
🔖 Release n8n-nodes-base@0.70.1
2020-07-26 14:36:19 +02:00
Jan Oberhauser
51ff2b759f
🐛 Fix CrateDB default schema
2020-07-26 14:35:19 +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
d5d03815d0
🔖 Release n8n-editor-ui@0.51.0
2020-07-26 12:53:32 +02:00
Jan Oberhauser
2a38b3ec58
⬆️ Set n8n-workflow@0.36.0 on n8n-editor-ui
2020-07-26 12:53:02 +02:00
Jan Oberhauser
d6132a3c03
🔖 Release n8n-nodes-base@0.70.0
2020-07-26 12:52:02 +02:00
Jan Oberhauser
d6500dec22
⬆️ Set n8n-core@0.40.0 and n8n-workflow@0.36.0 on n8n-nodes-base
2020-07-26 12:51:35 +02:00
Jan Oberhauser
e5d73f37ad
🔖 Release n8n-core@0.40.0
2020-07-26 12:50:29 +02:00
Jan Oberhauser
1234ef2af1
⬆️ Set n8n-workflow@0.36.0 on n8n-core
2020-07-26 12:50:00 +02:00
Jan Oberhauser
50c57b0e81
🔖 Release n8n-workflow@0.36.0
2020-07-26 12:49:05 +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
d726e11af4
⚡ Minor improvements to Box Node
2020-07-25 19:59:12 +02:00
Ricardo Espinoza
8370940713
✨ Box Node and Trigger ( #765 )
...
* ✨ Box Node and Trigger
* ⚡ Improvements
* ⚡ small fix
* 🐛 Add missing interface
* ⚡ add search operation
2020-07-25 19:58:38 +02:00
Jan Oberhauser
a5dd08fdbb
⚡ Minor improvements to Jira Trigger Node
2020-07-25 10:22:24 +02:00
Ricardo Espinoza
d35548c424
✨ Jira-Trigger ( #778 )
...
* ✨ Jira-Trigger
* ⚡ Improvements
2020-07-25 10:22:02 +02:00
Jan Oberhauser
d2b99263d4
⚡ Minor improvements to OAuth1 support in HTTP Request Node
2020-07-25 10:10:34 +02:00
Rupenieks
5295696e60
✨ OAuth1 support for HTTP Request Node ( #781 )
...
* Add OAuth1
* ✅ Added OAuth1 support.
Changes to NodeExecuteFunctions:
- Accommodating to use of both a URL and URI property in request options.
- qs if not set is undefined, so checking for its length returns an error
2020-07-25 10:09:52 +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
Jan Oberhauser
f64a49318a
🐛 Fix bug with test webhooks which do not get unregistered
2020-07-24 13:56:20 +02:00
smamudhan
725d2d16fc
Fixed typos and grammatical errors ( #791 )
...
* 🐛 Fixed typos and grammatical errors
* 🐛 Made changes based on Tanay's feedback
2020-07-24 12:56:41 +02:00
ricardo
b6fed1bc0d
⚡ Improvements
2020-07-23 21:20:21 -04:00
ricardo
3090549ada
Merge remote-tracking branch 'upstream/master' into Dropbox-OAuth2-Support
2020-07-23 21:10:07 -04:00
ricardo
7e0725f381
⚡ Small improvements
2020-07-23 21:08:34 -04:00
Ricardo Espinoza
e03a937888
Merge pull request #673 from n8n-io/AcuityScheduling-OAuth2-support
...
Acuity scheduling OAuth2 support
2020-07-23 19:51:59 -04:00
ricardo
e387229642
⚡ Small improvement
2020-07-23 19:49:07 -04:00
ricardo
28fcaf79ae
🐛 Fix merge issues
2020-07-23 17:10:26 -04:00
ricardo
b187a8fd7d
Merge branch 'Master' into 'Pipedrive-OAuth2-support'
2020-07-23 16:51:05 -04:00
ricardo
c4c5ab4c1e
⚡ small fix
2020-06-30 17:47:34 -04:00
shraddha shaligram
7d625572c1
add basic customer.io trigger
2020-06-30 13:35:31 -07:00
Ricardo Espinoza
13f71d3af0
⚡ Improvements to Pipedrive node ( #707 )
2020-06-29 15:38:50 +02:00
Jan Oberhauser
2511597f53
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-28 17:30:41 +02:00
Pablo Estevez
a6557e32dc
⚡ Add option to ignore SSL issues to Graph API node ( #703 )
2020-06-28 17:30:26 +02:00
Rupenieks
0e0f183675
Corrected Node border color
2020-06-26 13:47:24 +02:00
ricardo
9adc8ac300
⚡ Small fix
2020-06-25 23:37:26 -04:00
ricardo
11abbfc563
Merge 'master' into 'Dropbox-OAuth2-Support'
2020-06-25 23:17:47 -04:00
Ricardo Espinoza
d221f6dd97
Merge pull request #674 from n8n-io/Drift-OAuth2-support
...
Drift OAuth2 support
2020-06-25 22:30:45 -04:00
ricardo
e68f45c142
⚡ Improvements to Drift-Node
2020-06-25 22:29:04 -04:00
Ricardo Espinoza
671aea3dd7
Merge pull request #675 from n8n-io/Eventbrite-OAuth2-support
...
Eventbrite OAuth2 support & Deprecated webhook API fixed
2020-06-25 19:45:58 -04:00
ricardo
28befc1034
⚡ Improvements to Eventbrite-Trigger
2020-06-25 19:43:58 -04:00