Commit graph

2357 commits

Author SHA1 Message Date
Iván Ovejero 2888411fd0 Add operation descriptions 2021-06-28 12:02:01 +02:00
Iván Ovejero 435be6ade7 🔨 Change casing for upsert operations 2021-06-28 10:25:46 +02:00
Iván Ovejero 859a92e8a4 🔥 Remove upsert descriptions 2021-06-28 10:24:39 +02:00
Iván Ovejero 23eb1f8fda Restore lead:getFields operation 2021-06-28 09:59:04 +02:00
Iván Ovejero 37684500c3 Change resolve data toggle default 2021-06-28 09:51:25 +02:00
Iván Ovejero 6ad64ae830 Merge branch 'master' into expand-zoho-node 2021-06-28 09:11:39 +02:00
Jan Oberhauser 8231a91710 🔖 Release n8n-nodes-base@0.123.0 2021-06-27 11:43:09 +00:00
Harshil Agrawal 4d35eafc0b
Add aliases (#1935) 2021-06-27 13:34:08 +02:00
Iván Ovejero 91a5bc3bc4
Separate scopes and add purchase operations to QuickBooks node (#1859)
* allow qbo to use accounting or payment scopes separately

* added purchase get and getall

* removed irrelevant field options

*  Sort alphabetically

* 🔥 Remove unused file

* ✏️ Fix description casing

*  Add credentials type

* ✏️ Fix resource dividers

* 🔨 Format import

* ✏️ Fix documentation link

*  Refactor credentials

*  Use multiOptions for scopes

* 🔥 Remove payment scope

The payment scope is used only by the QuickBooks Payments API, but this node implements the QuickBooks Online API, which only needs the accounting scope.

* 🚚 Rename node to QuickBooks Online

This reflects the specific API implemented in this node and allows for a future QuickBooks Payments node. Until node versioning is released, only display name changed.

Co-authored-by: Calvin Tan <calvin14@gmail.com>
2021-06-27 13:21:11 +02:00
Iván Ovejero 224a26c922
Add Action Network node (#1897)
*  Create Action Network node

* 🔥 Remove comments

* 🔥 Remove status in attendance

* 🔥 Remove loaders per feedback

Loaders removed for person, event, signature and petition

* 🚚 Rename tagging to person tag

* 🔨 Convert address_lines param to string

*  Simplify responses for person resource

*  Add simplify to all operations

* ✏️ Add documentation links

*  Improvements

* ✏️ Fix positioning of doc links

* 🔨 Refactor updateFields in signature:update

*  Address minor comments

*  Improvements

*  Add continue on fail

*  Minor improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 13:07:25 +02:00
Ricardo Espinoza 2ec52cf207
Add Google Docs node (#1831)
*  Add Google Docs node

* Implement continueOnFail

* Add insert:Table and insert/delete:TableRow,TableColumn

* Lint fixes

* Fix typos, casing and enhance code readability

* Enhance code readability & apply review changes

*  Review Google Docs node

* Apply review changes

* Minor fix

* Improvements

* Clean up

* Enhance inputs descriptions

* Removed unused type fields

* Minor fix

*  Small improvements

*  Small change

* Use Document URL insead of ID and support adding content at creation

* Refactored node to make it more user friendly

* Improve get operation

* Add simple output to get operation

* Add service account

* Apply review suggestions

* Improvements

* Enable continueOnFail

*  Minor improvements

Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 11:48:24 +02:00
Ricardo Espinoza ce885e5071
Add n8n training nodes (#1898)
*  n8n training node

*  Improvements

*  cosmetic changes

*  Improvements

*  Formatting fix

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 08:55:33 +02:00
Ricardo Espinoza 7dea5d8a4b
🐛 Fix issue escaping single quotes and mapping empty fields (#1929)
Fixes #1915 and #1916
2021-06-27 08:44:15 +02:00
Jan Oberhauser 004979f592 👕 Fix lint issue 2021-06-25 15:52:57 +02:00
Jan Oberhauser 876cf7323d Add Dimension Filters to Google Analyics Node 2021-06-25 15:51:02 +02:00
Jan Oberhauser 6c7e1ec3c9 🐛 Do not error if there is no data on Google Analytics + Sort 2021-06-25 15:38:32 +02:00
Jan Oberhauser fe71c665fe 🐛 Fix bug with GetAll on Ghost-Node 2021-06-25 14:03:50 +02:00
Jan Oberhauser 9ef13e96ac Add mqtts to MQTT Node 2021-06-25 10:27:06 +02:00
ricardo dad3fa355a Add resolve data to all resources 2021-06-24 18:48:20 -04:00
Iván Ovejero 9f94984926
Add bucket:delete operation to AWS S3 Node (#1936) 2021-06-24 22:21:13 +02:00
Omar Ajoue 427f25d3d0
Add "Split Into Items" option to HTTP Request node (#1912)
* Added the option to flatten output so we can more easily work with arrays

*  Change parameter name

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-23 12:04:50 +02:00
Ricardo Espinoza 92a2e863f3
🐛 Fix bug paginating databases and users (#1907) 2021-06-22 23:59:04 +02:00
Iván Ovejero 07a3dbb372
Add status code for service account error (#1707) 2021-06-22 19:59:27 +02:00
Iván Ovejero 0735316973 🔨 Refactor product details 2021-06-21 14:15:04 +02:00
Iván Ovejero 120a8eec09 Fix build 2021-06-21 11:51:59 +02:00
Iván Ovejero ea0482c8e3 Merge branch 'master' into expand-zoho-node 2021-06-21 11:41:53 +02:00
Iván Ovejero 07881b1385 Add resource loaders for picklists 2021-06-21 11:28:41 +02:00
Iván Ovejero 32f0a3af85 ✏️ Add documentation links 2021-06-21 09:51:34 +02:00
Iván Ovejero e91b725c4e 🔨 Convert currency to picklist 2021-06-21 09:47:19 +02:00
Jan Oberhauser c8c26610cf 🔖 Release n8n-nodes-base@0.122.0 2021-06-20 09:16:15 +00:00
Jan Oberhauser 9a4d2941a8 ⬆️ Set n8n-core@0.75.0 and n8n-workflow@0.62.0 on n8n-nodes-base 2021-06-20 09:16:15 +00:00
Omar Ajoue 5cb1b4a678
Update flag because of deprecation notice (#1909) 2021-06-20 11:00:25 +02:00
Kaito Udagawa f08c13a222 Fix dependencies
This fixes the problem when running lerna bootstrap without --hoist.
2021-06-20 13:03:01 +09:00
Iván Ovejero f8fcf0c165
Add webhook node icon (#1910) 2021-06-18 23:48:38 +02:00
Mutasem Aldmour 3f749ec789
Add missing docs urls (#1911) 2021-06-18 23:46:21 +02:00
Harshil Agrawal 7994a41f0b
Add new files and fix existing files (#1913) 2021-06-18 23:45:15 +02:00
Ricardo Espinoza 8c693ba6e3
Spotify improvements (#1884)
* Add search resource

* Add resume, volume functions to player resource

*  Improvements to #1870

*  Improvements

*  Minor improvements

Co-authored-by: smamudhan <sm.amudhan@live.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 23:41:57 +02:00
Iván Ovejero 9ab673946b 🔀 Merge master 2021-06-16 19:24:14 +02:00
Iván Ovejero 398f9d70b6 ✏️ Clarify percentages for commissions 2021-06-16 19:16:11 +02:00
Iván Ovejero 93f253d27d ✏️ Clarify percentages for discounts 2021-06-16 19:14:41 +02:00
Iván Ovejero 266b8ae4df 🔨 Reorder total fields 2021-06-16 19:14:27 +02:00
Iván Ovejero c189613a37 ✏️ Clarify descriptions with percentages 2021-06-16 19:09:04 +02:00
Iván Ovejero 99893e6834 🐛 Fix sales cycle duration param type 2021-06-16 16:14:57 +02:00
Iván Ovejero 01956caf34 🔨 Resort emails and phones for contact 2021-06-16 16:07:31 +02:00
Iván Ovejero 276a78209f 🔥 Remove currency from contacts 2021-06-16 16:03:15 +02:00
Iván Ovejero df3ed8d351 ✏️ Touch up description for account ID 2021-06-16 15:52:44 +02:00
Iván Ovejero 9e074b46e3 Make getFields helper more readable 2021-06-16 15:50:37 +02:00
Iván Ovejero 12b7ca2f0f 🔥 Remove extra comma 2021-06-16 13:41:16 +02:00
Iván Ovejero 360fc74ee4 ✏️ Generalize references in getAll fields 2021-06-15 17:33:22 +02:00
Iván Ovejero 81f31e0698 🔨 Re-order address fields 2021-06-15 17:27:47 +02:00