Jan Oberhauser
61a29ef25e
🔀 Merge branch 'master' of https://github.com/TySmith17/n8n into TySmith17-master
2021-03-08 14:35:58 +01:00
Ricardo Espinoza
e8d77aea47
⚡ Add connection timeout to credentials (MSSQL Node) ( #1517 )
2021-03-07 14:02:26 +01:00
Jan Oberhauser
f0c1809adc
🔖 Release n8n@0.110.3
2021-03-04 13:23:32 +01:00
Jan Oberhauser
08468772ee
⬆️ Set n8n-nodes-base@0.107.3 on n8n
2021-03-04 13:23:10 +01:00
Jan Oberhauser
72eac75cc2
🔖 Release n8n-nodes-base@0.107.3
2021-03-04 13:19:51 +01:00
Jan Oberhauser
ce646de6bf
🔖 Release n8n@0.110.2
2021-03-04 13:02:09 +01:00
Jan Oberhauser
ef826571fb
⬆️ Set n8n-nodes-base@0.107.2 on n8n
2021-03-04 13:01:44 +01:00
Jan Oberhauser
0c001b9367
🔖 Release n8n-nodes-base@0.107.2
2021-03-04 13:01:11 +01:00
Jan Oberhauser
55efbd75fb
Merge branch 'master' of github.com:n8n-io/n8n
2021-03-04 12:58:51 +01:00
Jan Oberhauser
dbdb5fcafc
🔖 Release n8n@0.110.1
2021-03-04 12:57:48 +01:00
Jan Oberhauser
8373528240
⬆️ Set n8n-nodes-base@0.107.1 on n8n
2021-03-04 12:56:50 +01:00
Jan Oberhauser
f6240ff558
🔖 Release n8n-nodes-base@0.107.1
2021-03-04 12:55:29 +01:00
Jan Oberhauser
6b3b4e5a2a
🐛 Fix node name
2021-03-04 12:54:42 +01:00
Jan Oberhauser
806f7829f9
🔖 Release n8n@0.110.0
2021-03-04 12:18:59 +01:00
Jan Oberhauser
349eb8bead
⬆️ Set n8n-editor-ui@0.80.0 and n8n-nodes-base@0.107.0 on n8n
2021-03-04 12:18:28 +01:00
Jan Oberhauser
b4e879b8a7
🔖 Release n8n-editor-ui@0.80.0
2021-03-04 12:15:26 +01:00
Jan Oberhauser
420a4017ca
🔖 Release n8n-nodes-base@0.107.0
2021-03-04 12:11:54 +01:00
Jan Oberhauser
4f3d91e865
⚡ Add missing credentials file
2021-03-04 11:39:51 +01:00
Iván Ovejero
7be61e2f23
✨ Add Lemlist node ( #1506 )
...
* 🎉 Register node and credentials
* ⚡ Add credentials file
* 🎨 Add SVG icon
* ⚡ Add generic functions file
* ⚡ Add preliminary node stub
* ⚡ Add resource description stubs
* ⚡ Extract get CSV from getAll
* ⚡ Implement lead:create
* ⚡ Implement all lead operations
* ⚡ Implement unsubscribe:create and delete
* ⚡ Preload campaigns
* 🔥 Remove logging
* 🔥 Remove operation per feedback
* 🎨 Prettify error message
* ⚡ Implement unsubscribe:getAll
* ⚡ Add trigger and small improvements
* ⚡ Minor improvement and fixes
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 10:25:47 +01:00
Iván Ovejero
c49fcdeed6
✨ Add Bubble.io Node ( #1493 )
...
* 🎉 Register node and credentials
* 🎨 Add SVG icon
* 🎨 Fix SVG icon size and positioning
* ⚡ Add API credentials
* ⚡ Add description for object
* ⚡ Add generic functions
* ⚡ Add preliminary node
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 01:09:31 +01:00
Omar Ajoue
66a345ea94
🐛 Fix issue with auto refresh on execution list ( #1475 )
...
* Fix issue with auto refresh on execution list
When auto refresh is on, we used to get executions from backend using
the firstId field to filter recent executions.
This is a problem when you have executions that do not finish in order,
leaving gaps behind. This PR fixes this problem by refreshing the latest
30 executions and correctly adding them to the list.
* Fixed an issues with auto refresh on executions ExecutionsList
Fixed two bugs, one in frontend which was ignoring the first returned
row from the backend and an issue with backend that was not using
the overriden version of `executeWorkflow` function for sub sub
workflows.
* Fixed the display of manual executions when running with queues and improved display of subworkflows
* Changing workflow ids array from variable to constant
* Added unknown status to workflow execution and changed its color to orange
2021-03-03 08:31:55 +01:00
MedAliMarz
f0a83e5ca5
🐛 Fix parsing response issue when uploading file (Dropbox) ( #1502 )
2021-03-03 08:20:24 +01:00
Jan Oberhauser
79aab5c692
⚡ Changed labels on IF & Switch for DateTime
2021-03-03 00:17:51 +01:00
Jan Oberhauser
94351c54df
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-03-03 00:00:54 +01:00
Jan Oberhauser
f900c4d058
⚡ Fix HelpScout icon name
2021-03-02 23:57:11 +01:00
Agata M
09659986db
🐛 Fix(GoogleDrive): missing permissions field ( #1503 )
2021-03-02 12:54:42 +01:00
MedAliMarz
e9bd518592
🐛 Fix Gmail label filters ( #1499 )
...
* Change array format in the qs stringify options
* Fix lint
2021-03-02 12:47:53 +01:00
Jan Oberhauser
44100dc675
⚡ Fix bug in HTTP Request node with raw data and file response
2021-03-02 10:18:39 +01:00
Ricardo Espinoza
f13a2781a6
🐛 Fix issue sending tags when creating a conversation (HelpScout) ( #1501 )
2021-03-01 23:38:22 +01:00
Omar Ajoue
3ff7d3af39
🐛 Fix naming and description of environment variable ( #1458 )
2021-03-01 21:21:16 +01:00
Jan Oberhauser
9b23611a8d
⚡ Rename "Results" to "Items"
2021-03-01 14:05:19 +01:00
Omar Ajoue
fc09e4c10e
🐛 Fix issue that manual executionscould not be stopped when running with queue ( #1484 )
2021-03-01 13:19:29 +01:00
Iván Ovejero
307860b21a
✨ Add APITemplate.io node ( #1497 )
...
* Add support for APITemplate.io
* ⚡ Refactor node
* 👕 Fix lint issues
* ⚡ Improvements
* ⚡ Fix ApiTemplateIo Node
* ⚡ Add placeholder
Co-authored-by: Jacky Tan Boon Kiat <bktan@apitemplate.io>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-01 13:12:37 +01:00
Omar Ajoue
14329b2eb4
🐛 Fixed an issue with current executing workflows when using queues ( #1483 )
...
When running n8n in queue mode, the query to search for currently
running workflows would fail on Postgres but work fine with SQLite and
MySQL / MariaDB. This fix makes it work fine for all RDBMS.
2021-03-01 12:55:01 +01:00
Jon Bake
54f949a972
🐛 Fixes #1364 - Incorrect mouse selection when zoomed in or out ( #1498 )
...
Prior to this change, the mouse selection box had a fixed position on the page. Nodes have absolute
position within NodeView. This inconsistency in positioning caused issues when calculating
if a node was positioned within the mouse selection. This solution makes both nodes
and mouse selection have consistent positioning, along with correctly calculating the
mouse click position within NodeView when making a selection.
2021-02-28 18:08:14 +01:00
Ricardo Espinoza
725b3eb408
🐛 Add the right scopes to Gmail service account authentication. ( #1481 )
...
* fix: request gmail scope instead of books
* ⚡ Small improvement to #1427
* ⚡ Add svg logo
Co-authored-by: Josh <jojo.parillon@gmail.com>
2021-02-28 17:27:52 +01:00
Jan Oberhauser
402da3d53e
👕 Fix lint issue
2021-02-27 13:06:13 +01:00
Jan Oberhauser
17fb31920e
✨ Add DateTime support to IF and Switch-Node
2021-02-27 12:54:45 +01:00
Miquel Colomer
bf50cbdad3
+ added new tools
2021-02-25 10:48:43 +01:00
Miquel Colomer
4851cb806e
+ added new tools
2021-02-25 10:47:36 +01:00
Miquel Colomer
0a0509a4ae
+ added new tools
2021-02-25 10:35:48 +01:00
Ricardo Espinoza
85703a8bf7
🐛 Fix issue when refreshing OAuth2 credentials (Hubspot) ( #1489 )
2021-02-25 08:05:52 +01:00
Ricardo Espinoza
61903efaed
✨ Add field to reply to message - Microsoft Team ( #1479 )
...
* Add replyTo feature to Microsoft Teams
* consolidate create and replyTo channel message in Microsoft Teams Node
* ⚡ Improvements to #1451
Co-authored-by: Sebastian Vogel <s.vogel@sachsenkabel.de>
2021-02-24 23:58:35 +01:00
Ricardo Espinoza
66f6b7dfeb
🐛 Add back missing field parents id on Google Drive ( #1487 )
2021-02-24 23:33:06 +01:00
dali
ac9b743233
🐛 Fix typescript issues
2021-02-23 15:33:43 +01:00
dali
256711737c
Remove executeSingle from Edit Image node
2021-02-22 16:36:54 +01:00
dali
4bf7ea3e26
🐛 Fix Empty buffer error in ImageEdit node
2021-02-22 16:10:01 +01:00
dali
5cce827d6f
Remove executeSingle from Mailgun node
2021-02-22 15:07:53 +01:00
Jan Oberhauser
6fe6680088
🔖 Release n8n-nodes-base@0.106.1
2021-02-22 14:23:38 +01:00
Jan Oberhauser
cc118c24d5
🐛 Fix GoToWebinar node name
2021-02-22 14:22:54 +01:00