n8n/packages/nodes-base/nodes
Mutasem Aldmour ad73f8995c
feat: add resource locator parameter (#3932)
*  Added resource locator interfaces to `n8n-workflow` package

*  Updating Trello node to use resource locator property type

*  Added resource locator prop to Delete Board` Trello operation

* ✔️ Fiixing linting errors in Trello node

*  Added list mode to Trello test node

*  Updating resource locator modes interface

*  Updating Trello test node validation messages and placeholders

* N8N-4175 resource locator component (#3812)

*  Implemented initial version of resource locator component

*  Implemented front-end validation for resource locator component. Improved responsiveness. Minor refactoring.

*  Setting resource locator default state to list. Updating hover states and expand icon.

* 🔨 Moving resource locator component to `ParameterInput` from `ParameterInputFull

* 🔨 Moving `ResourceLocator` to a separate Vue component

* 🔨 Implementing expression and drag'n'drop support in ResourceLocator` component

* 🔨 Cleaning up `ResourceLocator` component code

*  Implemented resource locator selected mode persistance

* 💄 Minor refactoring and fixes in `ResourceLocator`

* 🔨 Updating `ResourceLocator` front-end validation logic

*  Saving resource locator mode in node parameters

* 💄 Updating the `ResourceLocator` component based on the design review

* 🐛 Fixing resource locator mode parameters handling when loading node parameter values on front-end

* 💄 Removing leftover unused CSS

*  Updating interfaces to support resource locator value types

*  Updating `ResourceLocator` component to work with object parameter values

* 🔨 Cleaning up `ResourceLocator` and related components code

*  Preventing `DraggableTarget` to be sticky if disabled

* 🐛 Fixing a bug with resource locator value parameter

* 👌 Adding new type alias for all possible node parameter value types

* 👌 Updating `ResourceLocator` and related components based on PR review feedback

*  Adding disabled mode to `ResourceLocator` component, fixing expression handling, minor refactoring.

* 💄 Updating disabled state styling in `ResourceLocator` component

*  Setting correct default value for test node and removing unnecessary logic

* 💄 Added regex URL validation to Trello test node

*  Updating Trello test node with another (list mode only) test case

* ✔️ Fixing linting error in Trello node

* 🔨 Removing hardcoded custom modes and modes order

* Add value extractor to routing node (#3777)

*  add value extractor to routing node

*  add value extractor to property modes

* 🔊 improve error logging for value extractor

* 🔥 remove old extractValue methods from RoutingNode

*  extractValue inside getNodeParameter

* 🔥 remove extract value test from RoutingNode

*  make value extraction optional

* 🥅 move extract value so proper error messages are sent

* 🚨 readd accidentally removed eslint-disable

*  add resource locator support extractValue

* 🚨 remove unused import

* 🐛 fix getting value of resource locator

* 💄 Updating resource locator component styling and handling reset value action

*  create v2 of Trello node for resource locator

* 💄 Updating ResourceLocator droppable & activeDrop classes and removing input padding-right

*  Updating Trello test node with single-mode test case

*  Updating field names in Trello node to avoid name clash

* 💄 Updating test Trello node mode order and board:update parameter name

* 💄 Updating test node parameter names and display options

* List mode search endpoint (#3936)

* 🚧 super basic version of the search endpoint

This version is built using a hacked up version of the Google Drive
node. I need to properly create a v2 for it but it's does work.

* 🚧 fixed up type errors and return urls

*  add v3 of Google Drive node with RLC

*  add RLC to Google Drive Shared Drive operations

* ♻️ address some small changes requested in review

* 🐛 move list search out of /nodes/ and add check for required param

*  google drive folder search

*  google drive search sort by name

*  add searchable flag for RLC

* ✏️ fix google drive wording for v3

* Trello and Airtable search backend (#3974)

*  add search to Trello boards

*  add RLC to Trello cards

* ♻️ use new versioning system for Trello v2

* 🐛 move list search out of /nodes/ and add check for required param

*  re-add trello search methods

* 🥅 throw error if RLC search isn't sent a method name

This will likely be removed when the declarative style of search has
been added.

*  add requires filter field to RLC search

*  add searchable flag to Trello searches

*  add RLC for cardId and boardId on all operations

*  add ID and URL RLC to Airtable

* N8 n 4179 resource locator list mode (#3933)

*  Implemented initial version of list mode dropdown

*  Handling mode switching and expression support in list mode

* 🔨 Removing `sortedModes` references

*  Fixing list mode UI after latest mege

* 💄 Updating padding-right for input fields with suffix slots

*  Minor fixes to validation, mode switching logic and styling

* update error

* 2 or more regex

* update regex to be more strict

* remove expr colors

* update hint

* 🚧 super basic version of the search endpoint

This version is built using a hacked up version of the Google Drive
node. I need to properly create a v2 for it but it's does work.

* 🚧 fixed up type errors and return urls

* begin list impl

*  add v3 of Google Drive node with RLC

* fix ts issue

* introduce dropdown

* add more behavior

* update design

* show search

* add filtering

* push up selected

* add keyboard nav

* add loading

* add caching

* remove console

* fix build issues

* add debounce

* fix click

* keep event on focus

* fix input size bug

* add resource locator type

* update type

* update interface

* update resource locator types

*  add search to Trello boards

*  add RLC to Google Drive Shared Drive operations

* update

* update name

* add package

* use stringify pckg

* handle long vals

* fix bug in url id modes

* remove console log

* add lazy loading

* add lazy loading on filtering

* clean up

* make search clearable

* add error state

*  add RLC to Trello cards

* ♻️ address some small changes requested in review

* ♻️ use new versioning system for Trello v2

* refactor a bit

* fix how loading happens

* clear after blur

* update api

* comment out test code

* update api

* relaod in case of error

* update endpoint

* 🐛 move list search out of /nodes/ and add check for required param

* 🐛 move list search out of /nodes/ and add check for required param

* update req handling

* update endpoint

*  re-add trello search methods

* 🥅 throw error if RLC search isn't sent a method name

This will likely be removed when the declarative style of search has
been added.

* get api to work

* update scroll handling

*  google drive folder search

*  add requires filter field to RLC search

*  google drive search sort by name

* remove console

*  add searchable flag for RLC

*  add searchable flag to Trello searches

* update searchable

*  add RLC for cardId and boardId on all operations

*  add ID and URL RLC to Airtable

* fix up search

* remove extra padding

* add link button

* update popper pos

* format

* fix formating

* update mode change

* add name urls

* update regex and errors

* upate error

* update errors

* update airtable regex

* update trello regex rules

* udpate param name

* update

* update param

* update param

* update drive node

* update params

* add keyboard nav

* fix bug

* update airtable default mode

* fix default value issue

* hide long selected value

* update duplicate reqs

* update node

* clean up impl

* dedupe resources

* fix up nv

* resort params

* update icon

* set placeholders

* default to id mode

* add telemetry

* add refresh opt

* clean up tmp val

* revert test change

* make placeholder optional

* update validation

* remove description as param hint

* support more general values

* fix links on long names

* update resource item styles

* update pos

* update icon color

* update link alt

* check if required

* move validation to workflow

* update naming

* only show warning at param level

* show right border on focus

* fix hover on all item

* fix long  names bug

* fix expr bug

* add expr

* update legacy mode

* fix up impl

* clean up node types

* clean up types

* remove unnessary type

* clean up types

* clean up types

* clean up types

* clea n up localizaiton

* remove unused key

* clean up helpers

* clean up paraminput

* clean up paraminputfull

* refactor into one loop

* update component

* update class names

* update prop types

* update name cases

* update casing

* clean up classes

* clean up resource locator

* update drop handling

* update mode

* add url for link mode

* clear value by default

* add placeholder

* remove legacy hint

* handle expr in legacy

* fix typos

* revert padding change

* fix up spacing

* update to link component

* support urls for id

* fix replacement

* build

Co-authored-by: Milorad Filipovic <milorad@n8n.io>
Co-authored-by: Valya Bullions <valya@n8n.io>

* refactor: Resource locator review changes (#4109)

*  Implemented initial version of list mode dropdown

*  Handling mode switching and expression support in list mode

* 🔨 Removing `sortedModes` references

*  Fixing list mode UI after latest mege

* 💄 Updating padding-right for input fields with suffix slots

*  Minor fixes to validation, mode switching logic and styling

* update error

* 2 or more regex

* update regex to be more strict

* remove expr colors

* update hint

* 🚧 super basic version of the search endpoint

This version is built using a hacked up version of the Google Drive
node. I need to properly create a v2 for it but it's does work.

* 🚧 fixed up type errors and return urls

* begin list impl

*  add v3 of Google Drive node with RLC

* fix ts issue

* introduce dropdown

* add more behavior

* update design

* show search

* add filtering

* push up selected

* add keyboard nav

* add loading

* add caching

* remove console

* fix build issues

* add debounce

* fix click

* keep event on focus

* fix input size bug

* add resource locator type

* update type

* update interface

* update resource locator types

*  add search to Trello boards

*  add RLC to Google Drive Shared Drive operations

* update

* update name

* add package

* use stringify pckg

* handle long vals

* fix bug in url id modes

* remove console log

* add lazy loading

* add lazy loading on filtering

* clean up

* make search clearable

* add error state

*  add RLC to Trello cards

* ♻️ address some small changes requested in review

* ♻️ use new versioning system for Trello v2

* refactor a bit

* fix how loading happens

* clear after blur

* update api

* comment out test code

* update api

* relaod in case of error

* update endpoint

* 🐛 move list search out of /nodes/ and add check for required param

* 🐛 move list search out of /nodes/ and add check for required param

* update req handling

* update endpoint

*  re-add trello search methods

* 🥅 throw error if RLC search isn't sent a method name

This will likely be removed when the declarative style of search has
been added.

* get api to work

* update scroll handling

*  google drive folder search

*  add requires filter field to RLC search

*  google drive search sort by name

* remove console

*  add searchable flag for RLC

*  add searchable flag to Trello searches

* update searchable

*  add RLC for cardId and boardId on all operations

*  add ID and URL RLC to Airtable

* fix up search

* remove extra padding

* add link button

* update popper pos

* format

* fix formating

* update mode change

* add name urls

* update regex and errors

* upate error

* update errors

* update airtable regex

* update trello regex rules

* udpate param name

* update

* update param

* update param

* update drive node

* update params

* add keyboard nav

* fix bug

* update airtable default mode

* fix default value issue

* hide long selected value

* update duplicate reqs

* update node

* clean up impl

* dedupe resources

* fix up nv

* resort params

* update icon

* set placeholders

* default to id mode

* add telemetry

* add refresh opt

* clean up tmp val

* revert test change

* make placeholder optional

* update validation

* remove description as param hint

* support more general values

* fix links on long names

* update resource item styles

* update pos

* update icon color

* update link alt

* check if required

* move validation to workflow

* update naming

* only show warning at param level

* show right border on focus

* fix hover on all item

* fix long  names bug

* ♻️ refactor extractValue to allow multiple props with same name

* ♻️ use correct import for displayParameterPath

* fix expr bug

* add expr

* update legacy mode

* fix up impl

* clean up node types

* clean up types

* ♻️ remove new version of google drive node

* ♻️ removed versioned Trello node for RLC

* remove unnessary type

* ♻️ remove versioned Airtable not for RLC

* clean up types

* clean up types

* clean up types

* clea n up localizaiton

* remove unused key

* clean up helpers

* clean up paraminput

* clean up paraminputfull

* refactor into one loop

* update component

* update class names

* update prop types

* update name cases

* update casing

* clean up classes

* 💬 updated RLC URL regex error wording

* clean up resource locator

* update drop handling

* update mode

* 💬 reword value extractor errors

* 🚨 remove unneeded eslint ignores for RLC modes

* 💬 update Trello 400 error message

* 🚨 re-add removed types in editor-ui

Also ts-ignore something that was clean up in another commit. I've added
a comment to fix after someone else can look at it.

* 💬 remove hints from Google Drive RLCs

* 🥅 rethrow correct errors in Trello node

*  add url for id mode on Google Drive

* 🔥 remove unused Google Drive file

* 🔊 change console.error to use logger instead

* 🔀 fix bad merges

* ♻️ small changes from review

* ♻️ remove ts-ignore

Co-authored-by: Milorad Filipovic <milorad@n8n.io>
Co-authored-by: Mutasem <mutdmour@gmail.com>

* fix build

* update tests

* fix bug with credential card

* update popover component

* fix expressions url

* fix type issue

* format

* update alt

* fix lint issues

* fix eslint issues

Co-authored-by: Milorad Filipovic <milorad@n8n.io>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Valya <68596159+valya@users.noreply.github.com>
Co-authored-by: Valya Bullions <valya@n8n.io>
2022-09-21 15:44:45 +02:00
..
ActionNetwork refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
ActiveCampaign refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
AcuityScheduling refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Adalo feat(Adalo Node): MVP Adalo node N8N-3263 (#3102) 2022-09-14 13:36:53 +03:00
Affinity refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
AgileCrm refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Airtable feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
Amqp refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ApiTemplateIo refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Asana refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Automizy refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Autopilot refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Aws refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
BambooHr refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Bannerbear refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Baserow refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Beeminder refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Bitbucket refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bitly Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Bitwarden refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Box fix(box Node): fix issue with response data not being returned (#4147) 2022-09-20 14:34:00 +01:00
Brandfetch Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Bubble refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Cal refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Calendly refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Chargebee Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
CircleCi refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Cisco/Webex refactor(nodes-base): Apply lint rule node-param-type-options-missing-from-password (#4072) 2022-09-12 09:36:50 +02:00
Clearbit Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
ClickUp refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Clockify refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Cockpit refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Coda refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
CoinGecko refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Compression refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Contentful refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051) 2022-09-07 16:51:14 +02:00
ConvertKit refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Copper refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Cortex refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CrateDb refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cron [N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. (#3887) 2022-08-19 12:45:04 +02:00
Crypto refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CustomerIo refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
DateTime refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
DeepL Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Demio refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Dhl refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Discord Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Discourse refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Disqus Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Drift refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Dropbox Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Dropcontact N8N-4126 credentials injection and testing on specific nodes (#3816) 2022-08-24 10:26:48 +02:00
EditImage refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Egoi refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Elastic refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
EmailReadImap feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
EmailSend refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Emelia refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
ERPNext refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
ErrorTrigger refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Eventbrite refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ExecuteCommand refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ExecuteWorkflow refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Facebook refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Figma refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
FileMaker refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Flow refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
FormIo refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Formstack refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Freshdesk refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Freshservice refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
FreshworksCrm refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Ftp feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
Function test(UM tests): add missing UM tests n8n-3648 (#4077) 2022-09-12 17:07:56 +02:00
FunctionItem test(UM tests): add missing UM tests n8n-3648 (#4077) 2022-09-12 17:07:56 +02:00
GetResponse refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Ghost refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Git n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Github refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Gitlab refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Google feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
Gotify refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
GoToWebinar refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Grafana refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
GraphQL fix(GraphQL Node): Fix issue with return items (#4016) 2022-09-03 13:20:25 +02:00
Grist refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051) 2022-09-07 16:51:14 +02:00
Gumroad n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
HackerNews refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
HaloPSA refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Harvest refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
HelpScout refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
HighLevel refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
HomeAssistant refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
HtmlExtract n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
HttpRequest fix(HTTP Node): fix instance crashing when batching enabled (#3902) 2022-09-15 16:32:13 -04:00
Hubspot refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
HumanticAI n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Hunter Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
ICalendar n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
If n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Intercom refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Interval n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
InvoiceNinja refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
ItemLists feat(Merge Node): overhaul of merge node 2022-09-13 08:59:49 +03:00
Iterable n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Jenkins refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Jira refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
JotForm n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Kafka fix(kafkaTrigger Node): fix kafka trigger not working with default max requests value 2022-09-05 12:11:25 +01:00
Keap refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Kitemaker refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
KoBoToolbox refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Lemlist refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Line Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Linear refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
LingvaNex refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
LinkedIn n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
LocalFileTrigger n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Magento refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Mailcheck n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Mailchimp refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
MailerLite refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Mailgun Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Mailjet Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Mandrill Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Markdown n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Marketstack refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Matrix refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Mattermost refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Mautic refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Medium refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Merge refactor(Merge Node): Change parameter names 2022-09-15 16:31:20 +02:00
MessageBird n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Metabase refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Microsoft refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Mindee n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Misp refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Mocean n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
MondayCom refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
MongoDb fix(MongoDb Node): update mongo driver to 4.9.1 n8n-2622 (#4095) 2022-09-14 12:54:05 +03:00
MonicaCrm refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
MoveBinaryData n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
MQTT feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
Msg91 n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
MySql feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
N8nTrainingCustomerDatastore n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
N8nTrainingCustomerMessenger n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
N8nTrigger n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Nasa refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Netlify refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
NextCloud refactor(nodes-base): Apply lint rule node-param-type-options-missing-from-password (#4072) 2022-09-12 09:36:50 +02:00
NocoDB refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
NoOp n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Notion refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Odoo refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
OneSimpleApi n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Onfleet refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
OpenThesaurus Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
OpenWeatherMap Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Orbit refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Oura n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Paddle refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
PagerDuty refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
PayPal Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Peekalink n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Phantombuster refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
PhilipsHue refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Pipedrive refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Plivo n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
PostBin refactor(nodes-base): Apply lint rule node-param-display-name-not-first-position (#4073) 2022-09-12 09:25:39 +02:00
Postgres fix: issue with postgres insert and paired item (#4020) 2022-09-05 11:22:51 +02:00
PostHog n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Postmark n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
ProfitWell n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Pushbullet refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Pushcut n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Pushover n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
QuestDb n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
QuickBase refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
QuickBooks refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
RabbitMQ feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
Raindrop refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
ReadBinaryFile n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
ReadBinaryFiles fix(cli): avoid scanning unnecessary directories on windows (#4082) 2022-09-12 16:31:49 +02:00
ReadPdf n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Reddit refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Redis feature: add database and non http credentials test 2022-09-01 14:29:15 +02:00
RenameKeys n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
RespondToWebhook n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Rocketchat n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
RssFeedRead n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Rundeck n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
S3 Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Salesforce refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Salesmate refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
SeaTable refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
SecurityScorecard refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Segment N8N-4126 credentials injection and testing on specific nodes (#3816) 2022-08-24 10:26:48 +02:00
SendGrid refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
SendInBlue refactor(nodes-base): Apply lint rule node-param-display-name-not-first-position (#4073) 2022-09-12 09:25:39 +02:00
Sendy n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
SentryIo refactor(nodes-base): Fix typo in Sentry.io node (#4102) 2022-09-21 09:19:06 +02:00
ServiceNow refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Set n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Shopify refactor(Shopify Trigger Node): Remove console.log 2022-09-17 09:32:11 +02:00
Signl4 n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Slack refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Sms77 n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Snowflake n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
SplitInBatches n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Splunk refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Spontit n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Spotify fix(eslint): setup eslint to run on every package - N8N-4553 (#4050) 2022-09-12 11:41:50 +02:00
SpreadsheetFile n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
SseTrigger n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Ssh n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Stackby Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Start feat(core, editor-ui): Introduce node deprecation (#4103) 2022-09-15 10:52:24 +02:00
StickyNote n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
StopAndError n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Storyblok refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Strapi refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Strava refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Stripe refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Supabase refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
SurveyMonkey n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Switch n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
SyncroMSP refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Taiga refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Tapfiliate refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Telegram feat (TelegramTrigger Node): added notice explaining behavior when several attachments are uploaded 2022-09-02 13:38:24 +03:00
TheHive refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
TimescaleDb n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Todoist refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Toggl n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
TravisCi refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Trello feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
Twake n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Twilio n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Twist refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Twitter Feature/paired item support (#3869) 2022-08-30 17:55:33 +02:00
Typeform n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
UnleashedSoftware refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Uplead n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
UProc N8N-4126 credentials injection and testing on specific nodes (#3816) 2022-08-24 10:26:48 +02:00
UptimeRobot refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
UrlScanIo refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
utils n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Vero n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Vonage n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Wait n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Webflow refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
Webhook n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Wekan refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Wise refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055) 2022-09-08 17:10:13 +02:00
WooCommerce refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Wordpress refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Workable n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
WorkflowTrigger n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
WriteBinaryFile n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Wufoo n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Xero fix(xero Node): fix line amount types being ignored when creating new invoices (#4146) 2022-09-20 14:33:29 +01:00
Xml n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Yourls n8n-3867-progressively-apply-prettier-to-all (#3873) 2022-08-17 17:50:24 +02:00
Zammad refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Zendesk refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Zoho refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Zoom refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00
Zulip refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064) 2022-09-13 12:36:36 +02:00