Commit graph

4289 commits

Author SHA1 Message Date
Iván Ovejero 0fdae7fec3
Add API key to Twilio credentials (#1797)
*  Add API key to Twilio credentials

*  Minor simplification

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-19 02:05:49 +02:00
MedAliMarz 6e8de269ec
🐛 Fix order title type on Keap (#1798) 2021-05-19 01:39:26 +02:00
Tanay Pant a3ab3f2de5
🐛 Fix broken link 2021-05-17 10:50:57 +02:00
Jan Oberhauser bf7800cb15 🐛 Fix bug with sibling loading with fixedCollections 2021-05-16 19:25:04 -05:00
Jan Oberhauser 002f53a4af Allow to load sibling parameters in loadOptionsMethod 2021-05-16 18:16:24 -05:00
Jan Oberhauser a68145a88b 🔖 Release n8n@0.120.0 2021-05-16 18:46:23 +00:00
Jan Oberhauser cee789d9f3 ⬆️ Set n8n-core@0.71.0, n8n-editor-ui@0.90.0, n8n-nodes-base@0.117.0 and n8n-workflow@0.58.0 on n8n 2021-05-16 18:46:22 +00:00
Jan Oberhauser b28921240c 🔖 Release n8n-editor-ui@0.90.0 2021-05-16 18:44:52 +00:00
Jan Oberhauser 16bec73cd6 ⬆️ Set n8n-workflow@0.58.0 on n8n-editor-ui 2021-05-16 18:44:51 +00:00
Jan Oberhauser 33477716bc 🔖 Release n8n-nodes-base@0.117.0 2021-05-16 18:43:50 +00:00
Jan Oberhauser 811a24c29f ⬆️ Set n8n-core@0.71.0 and n8n-workflow@0.58.0 on n8n-nodes-base 2021-05-16 18:43:50 +00:00
Jan Oberhauser 222e2368d3 🔖 Release n8n-node-dev@0.13.0 2021-05-16 18:43:30 +00:00
Jan Oberhauser 088705bb59 ⬆️ Set n8n-core@0.71.0 and n8n-workflow@0.58.0 on n8n-node-dev 2021-05-16 18:43:30 +00:00
Jan Oberhauser da3856e875 🔖 Release n8n-core@0.71.0 2021-05-16 18:43:14 +00:00
Jan Oberhauser 4de0daa2c2 ⬆️ Set n8n-workflow@0.58.0 on n8n-core 2021-05-16 18:43:14 +00:00
Jan Oberhauser 93b7b809a3 🔖 Release n8n-workflow@0.58.0 2021-05-16 18:42:56 +00:00
Ricardo Espinoza 21f9af8876
Add iCalendar Node (#1725)
*  iCalendar Node

*  Improvements

*  Improvements

* iCal node copy touch-up

*  Minor improvement

Co-authored-by: sirdavidoff <1670123+sirdavidoff@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-16 13:35:11 -05:00
mdasmendel 6961bc66e9
Inject workflow ID on workflow update (#1788) 2021-05-16 03:20:37 +02:00
Jan Oberhauser 2063333ee5 Minor improvements to Spotify Node 2021-05-15 20:01:25 -05:00
DerEnderKeks e6d67dfcaf
Add position parameter for playlist add operation of Spotify node (#1794) 2021-05-16 02:55:13 +02:00
Omar Ajoue 3e98612881
Add Force node reconnect option to IMAP trigger node (#1792)
* Adding reconnect feature to IMAP nodes

* Fixing clear interval and persisting last UID in static data
2021-05-16 02:33:15 +02:00
Jan Oberhauser 0877b0779d 🐛 Fix issue with displaying parameter with root level reference 2021-05-15 18:59:33 -05:00
Jan Oberhauser 180e1a46d5 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2021-05-15 17:51:59 -05:00
Jan Oberhauser fd86229b30 🐛 Fix issue that it did not save values for parameters which did get
displayed depending on another parameter with expression
2021-05-15 17:51:14 -05:00
Daniel Lazaro 55c261658a
Fix typo (#1793) 2021-05-15 18:02:07 +02:00
Jan Oberhauser 446c284540 👕 Fix lint issue 2021-05-15 00:36:41 -05:00
Jan Oberhauser cb2887a8ab 🐛 Fix issue that expressions did not resolve for displayOptions 2021-05-15 00:28:51 -05:00
Jan Oberhauser 05dc0c327e Change used symbol for sibling parameter 2021-05-14 18:20:21 -05:00
Jan Oberhauser 1aa0a5cc8d Make it possible to read sibling parameter 2021-05-14 18:16:48 -05:00
Iván Ovejero 6cf5e3c974
🎨 Replace Zulip logo (#1790) 2021-05-14 21:17:39 +02:00
Jan Oberhauser 4801510b0c Minor improvements 2021-05-12 18:01:12 -05:00
Jan Oberhauser 744dd1fda6 Improved logging and wait for workflow deactivate 2021-05-12 18:00:46 -05:00
Snyk bot bbf7c87c04
⬆️ Set amqplib@0.7.1 on n8n-nodes-base
Snyk has created this PR to upgrade amqplib from 0.6.0 to 0.7.1.

See this package in npm:
https://www.npmjs.com/package/amqplib

See this project in Snyk:
https://app.snyk.io/org/janober/project/a08454f4-33a1-49bc-bb2a-f31792e94f42?utm_source=github&utm_medium=upgrade-pr
2021-05-12 17:38:00 -05:00
DeskYT 40510a7ab4
Fix hubspotApiRequestAllItems for some (#1781) 2021-05-12 17:21:18 -05:00
Harshil Agrawal 1888f5c4a5
📚 Update documentation for npm package (#1770) 2021-05-12 14:52:31 -05:00
Iván Ovejero b42e1dc366
🐛 Fix parsing issues in Firestore node (#1759)
*  Fix empty document parsing

*  Add geopoint parsing

*  Fix date misdetection

* 🔥 Remove logging

*  Add ISO-8601 format to date validation
2021-05-12 14:21:56 -05:00
MedAliMarz 779da62845
Enable sandbox env in Paddle (#1777)
* Enable sandbox env in Paddle

* Change sandbox option displayName
2021-05-12 13:50:53 -05:00
MedAliMarz 6460ce3965
🐛 Fix Clockify Trigger bug (#1778)
* Fix the empty results bug

* Fix return value
2021-05-12 13:48:48 -05:00
Omar Ajoue c739a498f1
🐛 Fix ordering when auto refreshing (#1761)
* Fix ordering when auto refreshing

* Fix ordering for current executinos as well
2021-05-12 10:51:54 -05:00
Ricardo Espinoza c632f7982f
Add parameter to include credentials in querystring (Woocommerce) (#1756) 2021-05-11 23:20:40 -05:00
Omar Ajoue 7bc79c879d
📝 Add database type and execution mode to issues template (#1762)
* Added database type and execution mode to issues template

* Bump n8n version suggestion

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* Bump node.js version as suggested

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-05-11 23:13:39 -05:00
Jan Oberhauser 6134175a06 🐛 Fix MySQL credential bug 2021-05-11 23:04:56 -05:00
Omar Ajoue 0867c7bbfe
🐛 Fix issue with long credential names in MySQL (#1771) 2021-05-11 22:43:24 -05:00
Omar Ajoue 6ffc544888
Add await statement to hooks (#1775) 2021-05-11 22:15:22 -05:00
Ahsan Virani caa55a022b
Add more FE hooks (#1772)
*  add FE hook for expressionEdit dialogVisibleChanged

*  update FE hook for expressionEdit dialogVisibleChanged

*  add FE hook for expressionEdit itemSelected

*  add FE hook for nodeSettings valueChanged

*  add FE hook for nodeSettings credentialSelected

* cleanup
2021-05-11 22:12:53 -05:00
Jan Oberhauser b47de284f5 ⬆️ Set n8n-workflow@0.57.0 on n8n-node-dev 2021-05-09 22:41:18 -05:00
Jan Oberhauser 1d13f7d46c 📚 Change example docker command to persist data 2021-05-09 17:56:57 -05:00
Jan Oberhauser e3ab0b8679 📚 Fix job link 2021-05-09 17:55:27 -05:00
Jan Oberhauser 958657278b 🔖 Release n8n@0.119.0 2021-05-09 19:26:49 +00:00
Jan Oberhauser ffacdcdbce ⬆️ Set n8n-core@0.70.0, n8n-editor-ui@0.89.0 and n8n-nodes-base@0.116.0 on n8n 2021-05-09 19:26:48 +00:00