lublak
0cc3aea629
➕ Add xml2js dependency to n8n-workflow ( #1717 )
2021-04-30 20:29:44 -05:00
Harshil Agrawal
f2ec7ec6ac
⚡ Add and update codex files ( #1719 )
2021-04-30 20:28:07 -05:00
Ricardo Espinoza
6c773d7a86
✨ Add MQTT & Trigger Node ( #1705 )
...
* ✨ MQTT-Node
* ⚡ Small fix
* ⚡ Error when the publish method faile
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add Send Input Data parameter
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-30 20:23:25 -05:00
Jan Oberhauser
0dd760f67d
👕 Fix lint issue
2021-04-30 20:07:08 -05:00
Jan
f79bc633c0
✨ Extend Twist Node ( #1721 )
...
* Add get/getAll:messageConversation to Twist node
* Add delete:messageConversation to Twist node
* Add update:messageConversation to Twist node
* Add archive/unarchive/delete:channel to Twist node
* Add add/update/get/getAll/remove:Thread to Twist node
* Add add/update/get/getAll/remove:Comment to Twist node
* Lint fixes
* Fix operations's descriptions
* Enhance Twist node code
* Reorder attributes alphabetically
* Fix typos
* Fix the ouput of get:Comment operation
* Fix getAll:Comment & getAll:Thread operations outputs
* 🐛 Add missing scopes and remove not needed parameters
Co-authored-by: dali <servfrdali@yahoo.fr>
2021-04-30 19:44:12 -05:00
Omar Ajoue
fc54f7c82b
✨ Add query parameters for CrateDB, PostgresDB, TimescaleDB and QuestDB (Parametrized Queries) ( #1577 )
...
* Adding support to ParameterizedQuery on Postgres Node
* Created another parameter to toggle on replacement so it's clear to users what is happening.
* Fixed lint issues
* ⚡ Formatting
* Improvements to questDB node so it is more consistent
* Fixed lint issues
* Fixed typing issue
* ⚡ Apply suggestions BHesseldieck
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
* Standardized output for postgres and postgres-like nodes
This changes the behavior of CrateDB, Postgres, QuestDB and TimescaleDB
nodes.
The Execute Query operation used to execute multiple queries but return
the result from only one of the queries.
This change causes the node output to containt results from all queries
that ran, making the behavior more consistent across all n8n.
* Fixing lint issues
* ⚡ Minor improvements
* ⚡ Fix breaking changes files
Co-authored-by: Gustavo Arjones <gustavo.arjones@ank.app>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2021-04-30 17:35:34 -05:00
Iván Ovejero
4cf8055224
✨ Add Kitemaker node ( #1676 )
...
* ⚡ Add Kitemaker node
* ⚡ Require status ID for workItem:create
* ✏️ Reword button text
* ⚡ Add credentials file
* ⚡ Implement pagination
* ⚡ Improvements
* ⚡ Remove not needed parameter
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-30 16:00:28 -05:00
Ricardo Espinoza
efd40ea7a6
🐛 Fix issue of Redis never returning ( #1716 )
...
Fixes #1709 . When the node returned an error the reject method was not called. Hence, the process kept running forever.
2021-04-30 15:38:51 -05:00
Ricardo Espinoza
7c418aafe7
🐛 Fix issue when looking up values on Google Sheets ( #1708 )
2021-04-30 15:35:42 -05:00
Jan Oberhauser
5d9280a7ad
👕 Fix lint issue
2021-04-30 15:34:53 -05:00
Ricardo Espinoza
bf93a122ed
⚡ Add file name when downloading files (Google Drive) ( #1710 )
2021-04-30 15:29:10 -05:00
MedAliMarz
c9d0b17291
🐛 Fix Post operations on Orbit Node ( #1699 )
2021-04-30 14:58:23 -05:00
Ricardo Espinoza
444fe64bc1
⚡ Handle comma separated binary properties (Gmail) ( #1711 )
2021-04-30 14:44:46 -05:00
MedAliMarz
029b1390ee
🐛 Fix a small bug on Xero Node ( #1681 )
2021-04-30 14:25:39 -05:00
Ricardo Espinoza
144bf3ea00
⚡ Add svg logos to Facebook nodes ( #1713 )
2021-04-30 14:22:46 -05:00
Ricardo Espinoza
901551ae99
⚡ Add delete folder operation to FTP Node ( #1704 )
...
* ⚡ Add delete folder operation to FTP Node
* ⚡ Minor improvement
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-30 14:19:59 -05:00
Iván Ovejero
b6d45e30ef
⚡ Add self-hosted support to ERPNext ( #1679 )
2021-04-30 13:37:46 -05:00
Jan Oberhauser
7f0f8deb6d
🔖 Release n8n@0.117.0
2021-04-24 21:41:33 +00:00
Jan Oberhauser
91aa425201
⬆️ Set n8n-editor-ui@0.87.0 and n8n-nodes-base@0.114.0 on n8n
2021-04-24 21:41:32 +00:00
Jan Oberhauser
a6a19862f2
🔖 Release n8n-editor-ui@0.87.0
2021-04-24 21:40:22 +00:00
Jan Oberhauser
3d7a2348df
🔖 Release n8n-nodes-base@0.114.0
2021-04-24 21:39:21 +00:00
Omar Ajoue
81d8a9f332
💥 Deprecate Activation Trigger and add two new replacement nodes ( #1680 )
...
* Add Workflow & n8n Trigger nodes
* Update nodes descriptions & icons
* Remove Activation Trigger node
* Update nodes descriptions & Add timestamp and workflow_id
* Added breaking change notice and types to events
* ⚡ Minor improvements
Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-24 23:14:06 +02:00
Omar Ajoue
41669c0e0f
✨ Add options to run queries as transactions ( #1612 )
...
* add multi return
* add independently and transaction to query
* pgInsert normal and transaction
* independently for pgInsert
* normal, transaction and independently for pgUpdate
* cleanup
* implement it in other nodes
* multiple fixes
* add optional returning support
* clean up Postgres functions
* fix other postgres based dbs
* Added option to run queries as a transaction to Postgres
This commit allows users to configure Postgres, CrateDB, TimescaleDB and
QuestDB to run queries independently or as transactions as well as the
previous mode which is to execute multiple queries at once.
Previous behavior remains untouched so we only added new options.
* Standardize behavior across nodes that use postgres protocol
Also fixed unit tests.
* Added breaking change notice
* Added more information to breaking changes
* ⚡ Styling fixes
Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-24 22:55:14 +02:00
Iván Ovejero
b9fbd2c0bb
⚡ Set new credentials dropdown to open by default ( #1379 )
...
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-04-24 22:41:00 +02:00
Craig McElroy
9271e73777
⚡ Add custom fields for Salesforce case create/update and alphabetize fields for update ( #1688 )
2021-04-24 22:10:53 +02:00
Bart Vollebregt
adad513718
⚡ Add ability to retrieve custom fields to Zendesk Trigger node. ( #1685 )
2021-04-24 19:57:49 +02:00
Jan Oberhauser
08b42aef97
👕 Fix lint issue
2021-04-24 19:45:33 +02:00
Ricardo Espinoza
d57ae97669
✨ Add Mailcheck Node ( #1690 )
...
* Add Mailcheck integration
* compress logo
* Add mailcheck node info
* ⚡ Improvements
Co-authored-by: bugagashenkj <bugagashenkj@gmail.com>
Co-authored-by: Nosov Konstantin <nosov@nodeart.io>
2021-04-24 19:34:59 +02:00
Craig McElroy
66d4fe4911
⚡ Salesforce Case/Lead Owner - Add Queues to Owner picklist ( #1689 )
2021-04-24 19:25:30 +02:00
Ricardo Espinoza
4d74e1fdea
🐛 Fix issue looking up values with multiple empty rows ( #1701 )
2021-04-24 18:56:47 +02:00
Jan Oberhauser
3904f7d568
⚡ Basic code cleanup on Intercom Node
2021-04-24 17:49:52 +02:00
Jan Oberhauser
223f0130f0
⚡ Fix company:users response
2021-04-24 17:42:31 +02:00
MedAliMarz
6fcbb2ad45
🐛 Fix users:Company operation in Intercom node ( #1666 )
2021-04-24 17:29:09 +02:00
Jan Oberhauser
cc5b1d9cd2
⚡ Improvements on Sentry Node
2021-04-24 00:38:15 +02:00
MedAliMarz
a3c5f41b0f
✨ Add update/delete to Team, Release and Project in SentryIo node ( #1605 )
...
* Add update/delete to Team, Release and Project in SentryIo node
* Add create/delete:Project in SentryIo node
* Minor fix
* Fix descriptions & display names
* Fix casing in descriptions
* Add getTeams load function & Update operations fields
* Change 'Additional Field' to 'Update Fields' for Team,Release,Project & Organization operations
2021-04-24 00:37:37 +02:00
Jan Oberhauser
35e790b8dd
⚡ Minor improvements on NextCloud Node
2021-04-24 00:11:44 +02:00
MedAliMarz
d9f7ebdea9
✨ Extend NextCloud User-Resource ( #1641 )
...
* Add get/getAll:User in NextCloud node
* Add update/delete:User in NextCloud node
* Fix getAll:User operation
2021-04-24 00:08:08 +02:00
Umair Kamran
1b754daa2f
🐛 Fix sending "lastActive" with Mautic
2021-04-23 08:52:53 +02:00
Jan Oberhauser
5c65a73cc2
🔖 Release n8n@0.116.1
2021-04-20 08:57:47 +02:00
Jan Oberhauser
b2e65dceff
🐛 Fix issue that workflows in main process did timeout
2021-04-20 08:55:54 +02:00
Jan Oberhauser
2809885422
🔖 Release n8n-nodes-base@0.113.1
2021-04-17 17:52:38 +02:00
Jan Oberhauser
4d966eaa26
🔖 Release n8n@0.116.0
2021-04-17 15:36:30 +00:00
Jan Oberhauser
91909ed509
⬆️ Set n8n-core@0.68.0, n8n-editor-ui@0.86.0, n8n-nodes-base@0.113.0 and n8n-workflow@0.56.0 on n8n
2021-04-17 15:36:29 +00:00
Jan Oberhauser
0b611d5c61
🔖 Release n8n-editor-ui@0.86.0
2021-04-17 15:35:30 +00:00
Jan Oberhauser
c49e70d4f6
⬆️ Set n8n-workflow@0.56.0 on n8n-editor-ui
2021-04-17 15:35:29 +00:00
Jan Oberhauser
135472dbd8
🔖 Release n8n-nodes-base@0.113.0
2021-04-17 15:34:36 +00:00
Jan Oberhauser
bde065352e
⬆️ Set n8n-core@0.68.0 and n8n-workflow@0.56.0 on n8n-nodes-base
2021-04-17 15:34:35 +00:00
Jan Oberhauser
3dacb283ac
🔖 Release n8n-core@0.68.0
2021-04-17 15:34:20 +00:00
Jan Oberhauser
659232c2b1
⬆️ Set n8n-workflow@0.56.0 on n8n-core
2021-04-17 15:34:20 +00:00
Jan Oberhauser
a90e18e1b8
🔖 Release n8n-workflow@0.56.0
2021-04-17 15:34:04 +00:00