Commit Graph

2753 Commits

Author SHA1 Message Date
Ricardo Espinoza
dc583bd81b Feature/asana improvements (#920)
*  Improvements to Asana-Node

* Minor change to comment strings

helpful when filtering the code based on indentation

* Minor rephrasing of description in search action

* Add loadOption to get all projects

* Add loadOption to get all sections in a project

* Add UI fields to move task to a specific section

* Add execution for moveToSection operation

* Add loadOptions helper to get all teams

* Add UI fields to get projects

* Add execution methods for projects getter

* Add loadOptions helper to get all users

* Add loadOptions helper to get all tags

* Add UI fields for adding a tag to a task

* Add execution method to add a tag to a task

* Add functionality to remove Tag from Task

* Add option to set 'Assignee' and 'Assignee Status' on a task

to unset an assignee 'null' has to be send. Unfortunately this gives a warning in the UI.

* a few fixes

* Only show existing task tags when removing a tag

* few more fixes

*  Improvements to #855

Co-authored-by: Silvio <silvio@sintuity.com>
2020-09-08 14:00:54 +02:00
Jan Oberhauser
f32e63acfa Display imageSize property only if "download" is true 2020-09-08 09:48:07 +02:00
Jan Oberhauser
06973e2d2a 🔖 Release n8n-node-dev@0.10.0 2020-09-07 18:38:24 +02:00
Jan Oberhauser
210e615bf4 ⬆️ Set n8n-core@0.44.0 and n8n-workflow@0.39.0 on n8n-nodes-dev 2020-09-07 18:37:56 +02:00
Jan Oberhauser
a19cd706c3 Remove debug code 2020-09-07 18:02:00 +02:00
Rupenieks
42bbe3006a Sentry.io integration (#728)
* 🚧 setup

- Added everything, need to test and add icon

* Add icon

* 🚧 Node colour change

* 🚧 Fixed Descriptions

* ✔️ Tested, fixed up properties

*  Fixed issue of issue

*  Added create option for team & organization

*  Improvements

*  Fixed OAuth2 credentials scope

*  Adjusted descriptions, added loadOptions for organizations/projects, small fixes

*  Added Create Release, interfaces

*  Improvements to SentryIO-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-07 17:56:14 +02:00
Ricardo Espinoza
1479ce47e6 Add group resource to Segment-Node (#934) 2020-09-07 09:04:27 +02:00
Jan Oberhauser
313c8c14dc Overwrite credential data only if there is no data set yet 2020-09-06 22:16:42 +02:00
Rupenieks
6aaae1ef6c 🐛 Typescript tsc could not be located when building node in Node-Dev (#918)
*  Added variation of Typescript executable path based on OS of user

*  indentation fix (removed spaces)
2020-09-06 21:48:14 +02:00
Ricardo Espinoza
f24afcd86f Improvements to ClickUp-Node (#921) 2020-09-06 21:38:18 +02:00
Ricardo Espinoza
d64c767ebd Salesforce (#932)
* fix salesforce error while get all using nextRecordsUrl

The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr.

*  Small changes

* :zap Small fix

Co-authored-by: YErii <yeriime@outlook.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-06 21:31:55 +02:00
Ricardo Espinoza
5a0e356ab6 Sfdc (#933)
* add sfdc user node interface

* add sfdc user node description for get method

* sfdc user node getall

* sfdc user node support limit

* sfdc user node support options

* sfdc user node update user operations

* sfdc add usr node query logic

*  Small improvements

Co-authored-by: YErii <yeriime@outlook.com>
2020-09-06 21:27:24 +02:00
Jan Oberhauser
c42ae57dc1 Add sendAnimation functionality to Telegram 2020-09-04 10:30:49 +02:00
Jan Oberhauser
5e0ff8fce7 🐛 Fix typo 2020-09-04 10:30:22 +02:00
Ricardo Espinoza
a032c5448d Download images and files with Telegram Trigger (#919)
*  Download images and files.

*  Improvements

*  Small improvements
2020-09-04 10:28:04 +02:00
YErii
dcded3b96b 📚 Improve install instructions (#924)
Add precise build tool installation description.
2020-09-03 12:45:54 +02:00
Ricardo Espinoza
8a93bdbdcc Add update operation (#905)
*  Add update operation

*  Small improvement
2020-09-03 11:21:23 +02:00
Jan Oberhauser
cd0b2851bd 🔀 Merge branch 'master' of github.com:n8n-io/n8n into HEAD 2020-09-02 15:37:07 +02:00
Jan Oberhauser
922b4181d4 🔖 Release n8n@0.80.0 2020-09-02 15:32:16 +02:00
Jan Oberhauser
c5b12f3452 ⬆️ Set n8n-core@0.44.0 and n8n-nodes-base@0.75.0 on n8n 2020-09-02 15:31:15 +02:00
Jan Oberhauser
fc1e76efba 🔖 Release n8n-nodes-base@0.75.0 2020-09-02 15:30:28 +02:00
Jan Oberhauser
6b01c56b49 ⬆️ Set n8n-core@0.44.0 on n8n-nodes-base 2020-09-02 15:29:52 +02:00
Jan Oberhauser
21a4a568a4 🔖 Release n8n-core@0.44.0 2020-09-02 15:28:51 +02:00
Rupenieks
f291315359 Telegram Trigger node function for checking if webhook exists (#915)
*  Trigger checkExists function

*  Fixed checkExists logic to ensure API registered webhook URL matches local
2020-09-02 15:19:24 +02:00
Jan Oberhauser
60e31f6e8f 🔀 Merge branch 'master' into CheckExists-option-Telegram-Trigger-node 2020-09-02 15:14:31 +02:00
Rupenieks
ccc78e08c9 Fixed checkExists logic to ensure API registered webhook URL matches local 2020-09-02 14:36:30 +02:00
Jan Oberhauser
ebc52acdbc 🐛 Fix Label-ID field 2020-09-02 13:05:43 +02:00
Rupenieks
b01621bc80 🐛 Fixed multiple labelIds not working on message -> getAll (#916) 2020-09-02 13:04:43 +02:00
Jan Oberhauser
512fe4ea70 Some improvements to Customer.io Node 2020-09-02 12:32:12 +02:00
Rupenieks
e5a5e1ed11 Add Customer.io-Node (#833)
* 🚧 Descriptions, node function, generic function changes

*  Finished functionality, added icon

*  Added new campaign operations, acommodated for 2 different authentications

*  Fixed number defaults not being numbers but empty strings
2020-09-02 12:25:11 +02:00
Rupenieks
3ea9c860aa Trigger checkExists function 2020-09-02 10:53:38 +02:00
Jan Oberhauser
0e1a4e5309 Normalize FTP-Data 2020-09-02 10:50:55 +02:00
Rupenieks
89ed3c4a6d Recursive listing for FTP/SFTP (#903)
*  Add allowUnauthorizedCerts to Postgres-Node

*  Added recursive directory listing for SFTP

*  Added recursive listing for FTP

* Removed unused imports

*  Fixed creating an instance of both ftp/sftp both regardless of which is used

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-02 10:50:14 +02:00
Jan Oberhauser
409b9abfbc 📚 Fix link to docker images 2020-09-02 09:23:26 +02:00
Jan Oberhauser
258022c52e 🔀 Merge branch 'Renerick-custom-s3-credentials' 2020-09-02 08:30:22 +02:00
Jan Oberhauser
248ccce5c3 Minor improvements to S3-Node 2020-09-02 08:30:01 +02:00
Jan Oberhauser
a0f335b0c8 🔀 Merge branch 'custom-s3-credentials' of https://github.com/Renerick/n8n into Renerick-custom-s3-credentials 2020-09-02 08:02:22 +02:00
Denis Palashevskii
de50e2479d Trim whitespaces in the AWS credentials in other nodes 2020-09-02 00:41:51 +04:00
Denis Palashevskii
2f9bab571d Trim whitespaces in AWS credentials 2020-09-02 00:29:56 +04:00
Denis Palashevskii
76ab07d60f Remove code duplication 2020-09-01 19:51:45 +04:00
Jan Oberhauser
a9bfb506ff Update buffer code to not get deprecation message 2020-09-01 17:50:51 +02:00
Jan Oberhauser
23f8b2b4df Minor improvements to MQTT Trigger-Node 2020-09-01 17:46:32 +02:00
Ricardo Espinoza
b77fd59303 Add MQTT Trigger-Node (#885)
* Improvements to MQTT-node

*  Small improvements

done

*  Improvements

Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
2020-09-01 17:40:18 +02:00
Tanay Pant
c066b8081e 📚 Update copy and add information (#910)
* Update README.md

* Update README.md

* Update CONTRIBUTING.md
2020-09-01 14:41:29 +02:00
Jan Oberhauser
fc32b390b5 ⬆️ Set n8n-core@0.43.0 on n8n-node-dev 2020-09-01 10:12:16 +02:00
Jan Oberhauser
d2f6bd7e42 👕 Fix lint issue 2020-09-01 09:22:41 +02:00
Jan Oberhauser
a5d7ae22c5 👷 Automatically run tslint 2020-09-01 09:22:07 +02:00
Jan Oberhauser
e11d61da9d 🐛 Fix another wrong property on ClickUp-Node 2020-08-31 21:41:45 +02:00
vvvictor07
bb4d7a4072 🐛 Fix comment create with assignee ID (repair field name) (#906) 2020-08-31 21:38:28 +02:00
Ricardo Espinoza
6fdbdb5957 🐛 Fix wrong authentication name (#908) 2020-08-31 21:31:50 +02:00