Commit Graph

3269 Commits

Author SHA1 Message Date
Ricardo Espinoza
9fc1d16e7c 🐛 Fix issue with pagination - Mautic node (#2686) 2022-01-21 10:42:14 +01:00
Omar Ajoue
2e57d86fd6 Change the place where output format is made (#2506)
The router file now correctly returns a `INodeExecutionData[][]`
instead of a simple `INodeExecutionData[]` forcing the main node
file to correct this.
2022-01-21 10:32:16 +01:00
Ricardo Espinoza
6066b6670e 🐛 Fix bug filtering date and datetime fields on Salesforce node (#2565) 2022-01-16 14:27:20 +01:00
Jan Oberhauser
ac1659959b 👕 Fix lint issue 2022-01-15 20:33:30 +01:00
Jonathan Bennetts
27c5b218ab 🐛 Fix download for some files via Box node (#2669) 2022-01-15 20:12:32 +01:00
Jan Oberhauser
3d4c1cb23f Add OAuth, basicAuth, digestAuth and queryAuth support to GraphQL node (#2673)
*  Add OAuth support to GraphQL node

*  Add basicAuth, digestAuth and queryAuth to GraphQL node
2022-01-15 20:05:15 +01:00
Harshil Agrawal
7ff7c53fc1 Add and update codex files (#2679) 2022-01-15 19:54:44 +01:00
Elvina Valieva
add9c30e38 Add Jenkins Node (#2345)
* feat: initial jenkins setup

* feat: trigger job functionality

* feat: copy a job

* feat: basic Jenkins instance operations

* feat: create job from xml

* feat: trigger with params

* feat: basic build list

* feat: list build with params

* feat: basic credentials test

* chore: linting fixes

* feat: use baseUrl from credentials

* chore: naming fixes

* feat: filters collection for getall buils

* fix: better ui and credentials

* chore: alphabetize params and fix typos

*  Small changes

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Some improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-15 13:19:37 +01:00
Tom
e0ef645514 🐛 Fix Philips Hue API Connection (#2631)
* 🐛 Fix Philips Hue API Connection

* Philips Hue Node: Fixed typo in  update operation description
2022-01-13 07:51:58 +01:00
awitkowski0
71c3b91b45 Renamed Additional Field to Update Fields
Removed Workspace from Update Fields
Renamed Update Project to Update
Changed Project Type options under update to string for name
Added Workspace as a requirement to update projects and as a load dependency
Removed Workspace from actual updating
2022-01-10 00:44:18 -05:00
alexwitkowski
3afacff564 Merge branch 'n8n-io:master' into master 2022-01-09 22:05:11 -05:00
Jan Oberhauser
b35d97f778 🐛 Fix issue that empty binary data overwrite others on merge 2022-01-09 10:39:48 +01:00
Pierre
67d876e559 Addi an optional database field to redis (#2634) 2022-01-08 18:07:35 +01:00
Harshil Agrawal
878382be15 :zap; Add wait alias to Merge node (#2633) 2022-01-08 13:15:28 +01:00
Jan Oberhauser
e74caf4b0d 👕 Fix lint issue 2022-01-08 13:14:18 +01:00
Jonathan Bennetts
95542a5a8d 🐛 Fix iCalendar month bug (#2644) 2022-01-08 13:11:58 +01:00
Laurens
ac545b2573 Add field AccountNumber to Salesforce Node (#2649) 2022-01-08 12:53:57 +01:00
Jan Oberhauser
6336158d55 👕 Fix lint issue 2022-01-08 11:47:24 +01:00
Jan Oberhauser
fb6c243edd 🔀 Merge branch 'Add-schema-registry-into-kafka' of https://github.com/rgeorgel/n8n into rgeorgel-Add-schema-registry-into-kafka 2022-01-08 10:55:55 +01:00
Iván Ovejero
77a05976ec Add MS Graph Security node (#2307)
*  Create MS Graph Security node

*  General update

* 📦 Update package-lock.json

* 👕 Fix lint

* 🔥 Remove Reviewed field

*  Set max limit to 1000

*  Add limit to 1000 to second resource
2022-01-08 10:53:10 +01:00
Ricardo Espinoza
8e708f3d3d Add Supabase node (#2549)
*  Supabase node

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-08 10:36:07 +01:00
Jan Oberhauser
4cefe98992 Make it possible to add transparency to an image 2022-01-07 18:39:30 +01:00
Jan Oberhauser
9d42a07a0b 🐛 Fix bug that two items get returned 2022-01-07 18:38:35 +01:00
Anuj Kapoor
214dd5061e Add Syncromsp node (#2477)
* Init Node

* Added get customer details api for syncomsp-node

* Fixed formatting bug 🐛

* Updated description for query params, and removed redundant condition in router

* Changed default value for page parameter

* 🚢 Added tickets API

* 🚢 Added contacts API

* 🚢 Added RMM Alerts API

* Add customer API

* Updates post code review

* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts

* added create and delete method to customers module

* fix liniting issue

* Added Update method to customer module

* Code Review Changes

* 🚢 Added CRUD for contacts endpoint

* 🚢 Added CRUD for RMM Alert endpoint

* Added options for status field

* 🐛 fix linting issues

* Init Node

* Added get customer details api for syncomsp-node

* Fixed formatting bug 🐛

* Updated description for query params, and removed redundant condition in router

* Changed default value for page parameter

* 🚢 Added tickets API

* 🚢 Added contacts API

* 🚢 Added RMM Alerts API

* Updates post code review

* Add customer API

* added create and delete method to customers module

* fix liniting issue

* Added Update method to customer module

* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts

* Code Review Changes

* 🚢 Added CRUD for contacts endpoint

* 🚢 Added CRUD for RMM Alert endpoint

* Added options for status field

* 🐛 fix linting issues

* 🚢 Added CRUD for ticket endpoint

* :tag: update get customer module

* :tag: update get customer module

* Minor bug fixes

* Changed response for ticket update

* 👕 Fix lint issue

* Alphabetically ordered all options

* 🐛 Fixed build issue

* 🐛 Fixed Server.ts build issue, rebased from master

*  Fix node issues

*  Fix more issues

*  Fixed all operations with the standard convention

* 👕 Fix lint

* Fix reviewed changes

* update border color

*  minor fixes

* minor fixes

* Added fallback when port in use

*  Minor Fixes

*  Hide addtional paramerts when return all is active

*  Fix issues with Tickets

*  Fix issues with Rmm

*  Fix issues with Customer

* 👕 Fix lint

*  Fix issues with Contact

* 👕 Fixed formatting issue

*  Return 404 in ID not found

* 👕 Fixed formatting issue

*  Improvements

*  Improvements

*  Improvements

*  Add credentials verification

*  Improvements

*  Improvements

*  Additional improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-01-07 18:19:24 +01:00
Ahsan Virani
224ef736de 🐛 Binary data handling fixes (#2629)
* Update node airtable

* Update nodenextcloud

* Update node spreadsheet

* Update node cortex, dropbox, editImage nodes

* Update node emailSend

* Update node ftp

* Update node googleDrive

* Update node googleDrive fix

* Update node youtube

* Update node htmlExtract

* Update node linkedIn

* Update node mailgun

* Update node matrix

* Update node pipedrive

* Update node readPdf

* Update node facebookGraphApi

* Update node httpRequest

* Update node nocoDB

* Update node httpRequest, respondToWebhook

* Update node signi4

* Update node slack

* Update node zulip

* cleanup

* fix generic funcs

* 🐛 Fix EditImage Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-03 22:42:42 +01:00
Jan Oberhauser
6d0a4d2132 Always stringify data of Function-Nodes (#2606)
*  Always stringify data of Function-Nodes

*  Fix lint issue and fix data
2022-01-02 10:33:15 +01:00
Harshil Agrawal
77970d85f0 Add codex files for Figma and Workable (#2623) 2022-01-02 10:21:49 +01:00
Jan Oberhauser
4cb52c710f Fix parameter "Ignore Bots" parameter order 2022-01-02 10:20:12 +01:00
Jan Oberhauser
eeccc69b4f 🔀 Merge branch 'ignore-bots' of https://github.com/pemontto/n8n into pemontto-ignore-bots 2022-01-01 23:15:10 +01:00
Ricardo Espinoza
755af2e41f Add engagement resource - Hubspot Node (#2615)
*  Add engagement resource

*  Improvements

* 🐛 Fix forObjectType:contact

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:36:25 +01:00
Ricardo Espinoza
7a8425a152 Add Notion node V2 (#2437)
*  Add versioning

*  Add credentials verification

*  Add folmula filtering

*  Add file support

*  Apply internal review

*  Improvements

*  Add page updated event to trigger

*  Use name instead of id when setting expression in select type

*  improvements

*  Improvements

*  Improvement to descriptions

*  Add filter to databasePage:getAll

*  Improvements

*  Add database:search operation

*  Add page:archive operation

*  Allow clearing fields date type

*  Allow setting single value in people type field

* asasas

* asasas

* aaaaa

*  Improvements

*  Fix merging issues

* 🐛 Fix filename

*  Minor fix

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:23:22 +01:00
Jan Oberhauser
9493d72c21 Minor improvement 2021-12-25 11:35:53 +01:00
Jan Oberhauser
79dd8c1adf 🔀 Merge branch 'patch-1' of https://github.com/toadle/n8n into toadle-patch-1 2021-12-25 11:27:50 +01:00
Iván Ovejero
26eac80d49 Parse single-line private key for Google service account (#2132)
*  Parse single-line private key

* ✏️ Update description and placeholder

*  Some improvements

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-24 16:12:18 +01:00
Manuel
231c760ef5 Add missing gitlab trigger event types (#2591)
See issue #2590
2021-12-24 11:37:24 +01:00
Jan Oberhauser
185bc04436 Automatically remove new lines from Google credentials 2021-12-24 10:48:23 +01:00
Jan Oberhauser
aecb30dfa8 🔀 Merge branch 'arpadgabor-feat/monaco' 2021-12-23 21:00:54 +01:00
Jan Oberhauser
b4f2251bcb Improvements 2021-12-23 21:00:08 +01:00
Jan Oberhauser
4ab7257c2b 🐛 Fix issue with comments in last line 2021-12-23 18:02:32 +01:00
Tim Adler
88fd0078f5 Expose functionality for update 2021-12-23 17:46:46 +01:00
Tim Adler
7843c59ab4 Add functionality back to Node 2021-12-23 17:45:30 +01:00
Jan Oberhauser
0f1b8779e4 Add line numbers to errors 2021-12-23 15:16:42 +01:00
Jan Oberhauser
96a112f01d Fix lint issue and comparison 2021-12-23 13:49:09 +01:00
Jan Oberhauser
49f42b97ef 🔀 Merge branch 'kitemaker-add-spaceid-to-create-workitem' of https://github.com/l4u/n8n into l4u-kitemaker-add-spaceid-to-create-workitem 2021-12-23 13:32:03 +01:00
Iván Ovejero
2b74b6238e Deprecate step size and node color (#2586)
* 🔥 Deprecate numberStepSize

* 🔥 Deprecate color in non-FA nodes

*  Minor node name fixes

* 📦 Update package-lock.json

*  Restore Merge node color

* 👕 Fix lint
2021-12-23 13:30:35 +01:00
Jan Oberhauser
fa760ee26b Improve autocomplete and a few other changes 2021-12-23 11:41:46 +01:00
Tim Adler
94f79f9a61 Expose pleaseParse-functionality in n8n interface 2021-12-22 22:22:13 +01:00
Ricardo Espinoza
cbe2fc2210 Add Google native files support to file:download - Google Drive (#2372)
*  Add Google native files support to file:download

*  Small fix

*  Improvements

*  Fix lint issue

*  Improvements

*  Remove console.log

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-21 23:36:37 +01:00
Leo Lou
902a75bd18 Add SpaceID in Create Work Item for Kitemaker 2021-12-21 08:41:42 +08:00
Jan Oberhauser
de971de27a 👕 Fix lint issue 2021-12-19 14:38:51 +01:00