Commit graph

1301 commits

Author SHA1 Message Date
Jan Oberhauser df3077b5d2 👕 Fix lint issue 2020-07-14 13:59:37 +02:00
Jan Oberhauser 93c37f3844 Improve parameter naming on Msg91-Node 2020-07-14 12:39:42 +02:00
Jan Oberhauser d17161cf40 🔀 Merge branch 'static-stateless-webhooks' 2020-07-14 12:34:34 +02:00
Jan Oberhauser e558a48c82 🐛 Fix bug if Uplead did not have any data 2020-07-13 17:28:56 +02:00
Jan Oberhauser c03c9a06c8 Fix logos in README.md files 2020-07-13 14:22:34 +02:00
Jan Oberhauser dd19d988f1 Small improvements 2020-07-12 18:29:11 +02:00
Ricardo Espinoza b46161aee7
Xero Integration (#639)
*  Xero Integration

*  Add contact resource

* 🐛 Small fix
2020-07-12 18:12:32 +02:00
Jan Oberhauser 687f608714 Small adjustment to HN-Node 2020-07-12 17:18:50 +02:00
Jan Oberhauser c5bd303076 🔀 Merge branch 'hacker-news-node' of https://github.com/MLH-Fellowship/n8n into MLH-Fellowship-hacker-news-node 2020-07-12 13:00:40 +02:00
Jan Oberhauser 941ee06b14 Make n8n work in subfolder & Fix events in AffinityTrigger 2020-07-12 12:17:01 +02:00
Jan Oberhauser f33eebcec9 Remove empty description properties 2020-07-10 12:30:40 +02:00
Jan Oberhauser bb07e0f135 🔀 Merge branch 'feature/mailchimp-extended' of https://github.com/RicardoE105/n8n into RicardoE105-feature/mailchimp-extended 2020-07-10 11:06:17 +02:00
Jan Oberhauser ae67735d14 Minor improvements to QuestDb-Node 2020-07-10 10:58:39 +02:00
Jan Oberhauser 2a344fbb14 🔀 Merge branch 'master' into questdb-integration 2020-07-10 10:52:56 +02:00
Ben Hesseldieck a00fedb351
🎨 Extract postgres functionality (#737)
* 🎉 executeQuery function extracted

* 🚧 add prettierrc to gitignore

* 🚧 insert function extracted

*  extract update function

* 💡 fix function docs

* 💡 add in code documentation

* 🎨 fix format

* 🎨 fix format
2020-07-10 10:48:19 +02:00
Ricardo Espinoza db972b384f
🐛 Fixes issue #735 (#743) 2020-07-10 10:38:23 +02:00
Jan Oberhauser e3e3f038d6 Minor improvement to Pipedrive-Node 2020-07-10 10:25:54 +02:00
ricardo 5adec0a299 Add search operation to resource person 2020-07-09 16:23:17 -04:00
ricardo bf81b064e1 Improvements to Mailchimp-Node 2020-07-09 13:37:35 -04:00
Ben Hesseldieck 3bf34cffa9 🎨 fix format 2020-07-09 17:16:45 +02:00
Jan Oberhauser c152c0f959 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-07-09 14:52:50 +02:00
smamudhan e07da55a1a
Typographical changes to ensure consistency with docs (#740)
* Updated Dropdown Descriptions to match documentation

* Removed full stops and hyphens in field descriptions

* Removed hyphen on description on line 267

* Fixed typographical errors for Github node

* Fixed typo for Zoom Credentials

* Changed Postgres node description to match Postgres docs (https://github.com/n8n-io/n8n-docs/pull/30)

* Changed Rocketchat displayname to RocketChat

* Fixed typographical errors (and matched with docs) for Trello node descriptions

* Updated Jira node descriptions to match docs
2020-07-09 14:33:05 +02:00
Jan Oberhauser e32ec5b206 🔖 Release n8n-nodes-base@0.68.1 2020-07-08 16:47:08 +02:00
Ben Hesseldieck 9f39156994 🐎 tinify icon 2020-07-08 16:44:05 +02:00
Ben Hesseldieck 6870b4dfd3 Revert "adjust icon dimensions and tinify it"
This reverts commit 51bd1b473f.
2020-07-08 16:36:15 +02:00
Ben Hesseldieck 8405d48e0c complete QuestDB Node 2020-07-08 16:30:21 +02:00
Ben Hesseldieck 51bd1b473f 🐎 adjust icon dimensions and tinify it 2020-07-08 16:03:59 +02:00
Ben Hesseldieck db7e1e4a2a 🔀 Merge commit 'refs/pull/733/head' of https://github.com/n8n-io/n8n into questdb-integration 2020-07-08 15:59:39 +02:00
Ben Hesseldieck 0b55fc2ed7 🐛 fix insert and update return input 2020-07-08 15:34:36 +02:00
Ben Hesseldieck cdc42f5558 💡 add in code documentation 2020-07-08 15:12:54 +02:00
Ben Hesseldieck 10a26ee75d 💡 fix function docs 2020-07-08 14:39:44 +02:00
Ben Hesseldieck 2fea79f5f1 extract update function 2020-07-08 14:36:40 +02:00
Ben Hesseldieck 0108538fcc 🚧 insert function extracted 2020-07-08 12:01:16 +02:00
Jan Oberhauser 66339a6afa 🔖 Release n8n-nodes-base@0.68.0 2020-07-08 11:25:18 +02:00
Jan Oberhauser 4d53083791 ⬆️ Set n8n-core@0.38.0 and n8n-workflow@0.34.0 on n8n-nodes-base 2020-07-08 11:24:47 +02:00
Ben Hesseldieck c1161c2699 🐛 fix mssql update operation 2020-07-08 11:01:00 +02:00
Ben Hesseldieck 9dee7a2a98 Merge branch 'master' into extract-postgres-functionality 2020-07-08 10:50:45 +02:00
Jan Oberhauser b598036b3d 👕 Fix some lint issues 2020-07-08 10:13:46 +02:00
Ben Hesseldieck b1035d539d
MSSQL Node Integration (#729)
* basic setup mssql node

* executeQuery for MSSQL working

* work on insert MSSQL, incomplete

* 🚧 basic setup update functionality

* 🔨 refactor insert for handling >1000 values

*  complete MSSQL node

*  add delete action to node

* 🚧 handling multiple tables and column sets

* 🐛 enabling usage of expression for every field

* 🔨 remove lodash dependency

*  enable continue on fail option

* 🐎 minify icon

* 🔨 improve table creation, item copying, 🐛 correct output of node when active continue on fail

* 🐛 move mssql types to dev dependencies

* 🎨 remove auto formatting from redis

* 🎨 apply corrected syntax format

*  reset Redis node to master stage

* 🐛 fix building issue
2020-07-08 10:00:13 +02:00
Ben Hesseldieck 80aa0bd5dd 🚧 add prettierrc to gitignore 2020-07-08 09:32:21 +02:00
Jan Oberhauser 97c8af661c Small improvement on PostmarkTrigger-Node 2020-07-07 20:35:58 +02:00
Jan Oberhauser 4ec9952524 🔀 Merge branch 'master' into Postmark-trigger 2020-07-07 19:09:27 +02:00
Ben Hesseldieck de707f039b 🎉 executeQuery function extracted 2020-07-07 18:31:38 +02:00
David G. Simmons e55e8c4fd7 Added Node for QuestDB 2020-07-07 09:24:21 -04:00
Rupenieks 657d5498d6 🚧 Incorrect event description fixed 2020-07-07 11:44:55 +02:00
smamudhan b1ee1efcb1
Fixed typographical errors for the GitHub node (#732)
* Updated Dropdown Descriptions to match documentation

* Removed full stops and hyphens in field descriptions

* Removed hyphen on description on line 267

* Fixed typographical errors for Github node
2020-07-07 11:31:05 +02:00
Jan Oberhauser 4a800a6110 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-07-07 11:16:26 +02:00
Jan Oberhauser eaa9898de5 Fix typo 2020-07-07 11:15:53 +02:00
smamudhan c8cadbc03b
Updated dropdown descriptions to match documentation (#730)
* Updated Dropdown Descriptions to match documentation

* Removed full stops and hyphens in field descriptions

* Removed hyphen on description on line 267
2020-07-07 11:12:23 +02:00
Jan Oberhauser 1b8e75dfad Minor improvements to CircleCI-Node 2020-07-07 11:10:01 +02:00