2022-07-04 02:12:08 -07:00
|
|
|
/* eslint-disable n8n-nodes-base/node-filename-against-convention */
|
2023-01-27 03:22:44 -08:00
|
|
|
import type {
|
2021-08-01 07:16:07 -07:00
|
|
|
IDataObject,
|
2023-03-06 08:33:32 -08:00
|
|
|
IExecuteFunctions,
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
ILoadOptionsFunctions,
|
2021-08-01 07:16:07 -07:00
|
|
|
INodeExecutionData,
|
|
|
|
INodeType,
|
|
|
|
INodeTypeDescription,
|
2023-02-27 19:39:43 -08:00
|
|
|
JsonObject,
|
2021-08-01 07:16:07 -07:00
|
|
|
} from 'n8n-workflow';
|
2023-01-27 03:22:44 -08:00
|
|
|
import { NodeApiError, NodeOperationError } from 'n8n-workflow';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
2022-08-17 08:50:24 -07:00
|
|
|
import { apiRequest, apiRequestAllItems, downloadRecordAttachments } from './GenericFunctions';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
2022-08-17 08:50:24 -07:00
|
|
|
import { operationFields } from './OperationDescription';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
export class NocoDB implements INodeType {
|
|
|
|
description: INodeTypeDescription = {
|
|
|
|
displayName: 'NocoDB',
|
|
|
|
name: 'nocoDb',
|
|
|
|
icon: 'file:nocodb.svg',
|
|
|
|
group: ['input'],
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
version: [1, 2],
|
2021-08-01 07:16:07 -07:00
|
|
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
|
|
description: 'Read, update, write and delete data from NocoDB',
|
|
|
|
defaults: {
|
|
|
|
name: 'NocoDB',
|
|
|
|
},
|
|
|
|
inputs: ['main'],
|
|
|
|
outputs: ['main'],
|
|
|
|
credentials: [
|
|
|
|
{
|
|
|
|
name: 'nocoDb',
|
|
|
|
required: true,
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
displayOptions: {
|
|
|
|
show: {
|
2022-08-17 08:50:24 -07:00
|
|
|
authentication: ['nocoDb'],
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'nocoDbApiToken',
|
|
|
|
required: true,
|
|
|
|
displayOptions: {
|
|
|
|
show: {
|
2022-08-17 08:50:24 -07:00
|
|
|
authentication: ['nocoDbApiToken'],
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
},
|
|
|
|
},
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
properties: [
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
{
|
|
|
|
displayName: 'Authentication',
|
|
|
|
name: 'authentication',
|
|
|
|
type: 'options',
|
|
|
|
options: [
|
|
|
|
{
|
|
|
|
name: 'User Token',
|
|
|
|
value: 'nocoDb',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'API Token',
|
|
|
|
value: 'nocoDbApiToken',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
default: 'nocoDb',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
displayName: 'API Version',
|
|
|
|
name: 'version',
|
|
|
|
type: 'options',
|
|
|
|
displayOptions: {
|
|
|
|
show: {
|
2022-08-17 08:50:24 -07:00
|
|
|
'@version': [1],
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
isNodeSetting: true,
|
|
|
|
options: [
|
|
|
|
{
|
|
|
|
name: 'Before v0.90.0',
|
|
|
|
value: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'v0.90.0 Onwards',
|
|
|
|
value: 2,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
default: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
displayName: 'API Version',
|
|
|
|
name: 'version',
|
|
|
|
type: 'options',
|
|
|
|
displayOptions: {
|
|
|
|
show: {
|
2022-08-17 08:50:24 -07:00
|
|
|
'@version': [2],
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
isNodeSetting: true,
|
|
|
|
options: [
|
|
|
|
{
|
|
|
|
name: 'Before v0.90.0',
|
|
|
|
value: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'v0.90.0 Onwards',
|
|
|
|
value: 2,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
default: 2,
|
|
|
|
},
|
2021-08-01 07:16:07 -07:00
|
|
|
{
|
|
|
|
displayName: 'Resource',
|
|
|
|
name: 'resource',
|
|
|
|
type: 'options',
|
2022-05-20 14:47:24 -07:00
|
|
|
noDataExpression: true,
|
2021-08-01 07:16:07 -07:00
|
|
|
options: [
|
|
|
|
{
|
|
|
|
name: 'Row',
|
|
|
|
value: 'row',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
default: 'row',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
displayName: 'Operation',
|
|
|
|
name: 'operation',
|
|
|
|
type: 'options',
|
2022-05-20 14:47:24 -07:00
|
|
|
noDataExpression: true,
|
2021-08-01 07:16:07 -07:00
|
|
|
displayOptions: {
|
|
|
|
show: {
|
2022-08-17 08:50:24 -07:00
|
|
|
resource: ['row'],
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
|
|
|
},
|
|
|
|
options: [
|
|
|
|
{
|
|
|
|
name: 'Create',
|
|
|
|
value: 'create',
|
|
|
|
description: 'Create a row',
|
2022-07-10 13:50:51 -07:00
|
|
|
action: 'Create a row',
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Delete',
|
|
|
|
value: 'delete',
|
|
|
|
description: 'Delete a row',
|
2022-07-10 13:50:51 -07:00
|
|
|
action: 'Delete a row',
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Get',
|
|
|
|
value: 'get',
|
|
|
|
description: 'Retrieve a row',
|
2022-07-10 13:50:51 -07:00
|
|
|
action: 'Get a row',
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
2022-06-03 10:23:49 -07:00
|
|
|
{
|
2022-09-07 07:51:14 -07:00
|
|
|
name: 'Get Many',
|
2022-06-03 10:23:49 -07:00
|
|
|
value: 'getAll',
|
2022-09-13 03:36:36 -07:00
|
|
|
description: 'Retrieve many rows',
|
2022-09-08 08:10:13 -07:00
|
|
|
action: 'Get many rows',
|
2022-06-03 10:23:49 -07:00
|
|
|
},
|
2021-08-01 07:16:07 -07:00
|
|
|
{
|
|
|
|
name: 'Update',
|
|
|
|
value: 'update',
|
|
|
|
description: 'Update a row',
|
2022-07-10 13:50:51 -07:00
|
|
|
action: 'Update a row',
|
2021-08-01 07:16:07 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
default: 'get',
|
|
|
|
},
|
|
|
|
...operationFields,
|
|
|
|
],
|
|
|
|
};
|
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
methods = {
|
|
|
|
loadOptions: {
|
|
|
|
async getProjects(this: ILoadOptionsFunctions) {
|
|
|
|
try {
|
|
|
|
const requestMethod = 'GET';
|
|
|
|
const endpoint = '/api/v1/db/meta/projects/';
|
|
|
|
const responseData = await apiRequest.call(this, requestMethod, endpoint, {}, {});
|
|
|
|
return responseData.list.map((i: IDataObject) => ({ name: i.title, value: i.id }));
|
|
|
|
} catch (e) {
|
2022-12-16 09:47:20 -08:00
|
|
|
throw new NodeOperationError(
|
|
|
|
this.getNode(),
|
|
|
|
new Error('Error while fetching projects!', { cause: e }),
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
// This only supports using the Project ID
|
|
|
|
async getTables(this: ILoadOptionsFunctions) {
|
|
|
|
const projectId = this.getNodeParameter('projectId', 0) as string;
|
|
|
|
if (projectId) {
|
|
|
|
try {
|
|
|
|
const requestMethod = 'GET';
|
|
|
|
const endpoint = `/api/v1/db/meta/projects/${projectId}/tables`;
|
|
|
|
const responseData = await apiRequest.call(this, requestMethod, endpoint, {}, {});
|
|
|
|
return responseData.list.map((i: IDataObject) => ({ name: i.title, value: i.id }));
|
|
|
|
} catch (e) {
|
2022-12-16 09:47:20 -08:00
|
|
|
throw new NodeOperationError(
|
|
|
|
this.getNode(),
|
|
|
|
new Error('Error while fetching tables!', { cause: e }),
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
|
|
|
} else {
|
2022-12-29 03:20:43 -08:00
|
|
|
throw new NodeOperationError(this.getNode(), 'No project selected!');
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2021-08-01 07:16:07 -07:00
|
|
|
async execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]> {
|
|
|
|
const items = this.getInputData();
|
|
|
|
const returnData: IDataObject[] = [];
|
|
|
|
let responseData;
|
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
const version = this.getNodeParameter('version', 0) as number;
|
2022-12-02 03:53:59 -08:00
|
|
|
const resource = this.getNodeParameter('resource', 0);
|
|
|
|
const operation = this.getNodeParameter('operation', 0);
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
let returnAll = false;
|
|
|
|
let requestMethod = '';
|
|
|
|
|
|
|
|
let qs: IDataObject = {};
|
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
let endPoint = '';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
const projectId = this.getNodeParameter('projectId', 0) as string;
|
|
|
|
const table = this.getNodeParameter('table', 0) as string;
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (resource === 'row') {
|
|
|
|
if (operation === 'create') {
|
2021-08-01 07:16:07 -07:00
|
|
|
requestMethod = 'POST';
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
|
|
|
if (version === 1) {
|
|
|
|
endPoint = `/nc/${projectId}/api/v1/${table}/bulk`;
|
|
|
|
} else if (version === 2) {
|
2022-08-17 08:50:24 -07:00
|
|
|
endPoint = `/api/v1/db/data/bulk/noco/${projectId}/${table}`;
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
const body: IDataObject[] = [];
|
|
|
|
|
|
|
|
for (let i = 0; i < items.length; i++) {
|
|
|
|
const newItem: IDataObject = {};
|
2022-08-17 08:50:24 -07:00
|
|
|
const dataToSend = this.getNodeParameter('dataToSend', i) as
|
|
|
|
| 'defineBelow'
|
|
|
|
| 'autoMapInputData';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
if (dataToSend === 'autoMapInputData') {
|
|
|
|
const incomingKeys = Object.keys(items[i].json);
|
|
|
|
const rawInputsToIgnore = this.getNodeParameter('inputsToIgnore', i) as string;
|
2022-08-17 08:50:24 -07:00
|
|
|
const inputDataToIgnore = rawInputsToIgnore.split(',').map((c) => c.trim());
|
2021-08-01 07:16:07 -07:00
|
|
|
for (const key of incomingKeys) {
|
|
|
|
if (inputDataToIgnore.includes(key)) continue;
|
|
|
|
newItem[key] = items[i].json[key];
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
const fields = this.getNodeParameter('fieldsUi.fieldValues', i, []) as Array<{
|
|
|
|
fieldName: string;
|
|
|
|
binaryData: boolean;
|
|
|
|
fieldValue?: string;
|
|
|
|
binaryProperty?: string;
|
|
|
|
}>;
|
|
|
|
|
|
|
|
for (const field of fields) {
|
|
|
|
if (!field.binaryData) {
|
|
|
|
newItem[field.fieldName] = field.fieldValue;
|
|
|
|
} else if (field.binaryProperty) {
|
|
|
|
const binaryPropertyName = field.binaryProperty;
|
2023-03-06 08:33:32 -08:00
|
|
|
const binaryData = this.helpers.assertBinaryData(i, binaryPropertyName);
|
2021-08-20 09:08:40 -07:00
|
|
|
const dataBuffer = await this.helpers.getBinaryDataBuffer(i, binaryPropertyName);
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
const formData = {
|
|
|
|
file: {
|
2021-08-20 09:08:40 -07:00
|
|
|
value: dataBuffer,
|
2021-08-01 07:16:07 -07:00
|
|
|
options: {
|
|
|
|
filename: binaryData.fileName,
|
|
|
|
contentType: binaryData.mimeType,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
json: JSON.stringify({
|
|
|
|
api: 'xcAttachmentUpload',
|
|
|
|
project_id: projectId,
|
|
|
|
dbAlias: 'db',
|
|
|
|
args: {},
|
|
|
|
}),
|
|
|
|
};
|
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
let postUrl = '';
|
|
|
|
if (version === 1) {
|
|
|
|
postUrl = '/dashboard';
|
|
|
|
} else if (version === 2) {
|
|
|
|
postUrl = '/api/v1/db/storage/upload';
|
|
|
|
}
|
|
|
|
|
2022-12-02 12:54:28 -08:00
|
|
|
responseData = await apiRequest.call(
|
|
|
|
this,
|
|
|
|
'POST',
|
|
|
|
postUrl,
|
|
|
|
{},
|
|
|
|
{ project_id: projectId },
|
|
|
|
undefined,
|
|
|
|
{
|
|
|
|
formData,
|
|
|
|
},
|
|
|
|
);
|
2021-08-01 07:16:07 -07:00
|
|
|
newItem[field.fieldName] = JSON.stringify([responseData]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body.push(newItem);
|
|
|
|
}
|
|
|
|
try {
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
responseData = await apiRequest.call(this, requestMethod, endPoint, body, qs);
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
// Calculate ID manually and add to return data
|
|
|
|
let id = responseData[0];
|
|
|
|
for (let i = body.length - 1; i >= 0; i--) {
|
|
|
|
body[i].id = id--;
|
|
|
|
}
|
|
|
|
|
|
|
|
returnData.push(...body);
|
|
|
|
} catch (error) {
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
returnData.push({ error: error.toString() });
|
|
|
|
}
|
2023-02-27 19:39:43 -08:00
|
|
|
throw new NodeApiError(this.getNode(), error as JsonObject);
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (operation === 'delete') {
|
2021-08-01 07:16:07 -07:00
|
|
|
requestMethod = 'DELETE';
|
2023-04-12 06:27:19 -07:00
|
|
|
let primaryKey = 'id';
|
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (version === 1) {
|
|
|
|
endPoint = `/nc/${projectId}/api/v1/${table}/bulk`;
|
|
|
|
} else if (version === 2) {
|
|
|
|
endPoint = `/api/v1/db/data/bulk/noco/${projectId}/${table}`;
|
2023-04-12 06:27:19 -07:00
|
|
|
|
|
|
|
primaryKey = this.getNodeParameter('primaryKey', 0) as string;
|
|
|
|
if (primaryKey === 'custom') {
|
|
|
|
primaryKey = this.getNodeParameter('customPrimaryKey', 0) as string;
|
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
|
|
|
|
2021-08-01 07:16:07 -07:00
|
|
|
const body: IDataObject[] = [];
|
|
|
|
|
|
|
|
for (let i = 0; i < items.length; i++) {
|
|
|
|
const id = this.getNodeParameter('id', i) as string;
|
2023-04-12 06:27:19 -07:00
|
|
|
body.push({ [primaryKey]: id });
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2021-08-01 07:16:07 -07:00
|
|
|
try {
|
2023-02-27 19:39:43 -08:00
|
|
|
responseData = (await apiRequest.call(
|
|
|
|
this,
|
|
|
|
requestMethod,
|
|
|
|
endPoint,
|
|
|
|
body,
|
|
|
|
qs,
|
|
|
|
)) as number[];
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (version === 1) {
|
2022-08-17 08:50:24 -07:00
|
|
|
returnData.push(...items.map((item) => item.json));
|
|
|
|
} else if (version === 2) {
|
|
|
|
returnData.push(
|
|
|
|
...responseData.map((result: number, index: number) => {
|
|
|
|
if (result === 0) {
|
|
|
|
const errorMessage = `The row with the ID "${body[index].id}" could not be deleted. It probably doesn't exist.`;
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
return { error: errorMessage };
|
|
|
|
}
|
|
|
|
throw new NodeApiError(
|
|
|
|
this.getNode(),
|
|
|
|
{ message: errorMessage },
|
|
|
|
{ message: errorMessage, itemIndex: index },
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2022-08-17 08:50:24 -07:00
|
|
|
return {
|
|
|
|
success: true,
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
} catch (error) {
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
returnData.push({ error: error.toString() });
|
|
|
|
}
|
2023-02-27 19:39:43 -08:00
|
|
|
throw new NodeApiError(this.getNode(), error as JsonObject);
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
if (operation === 'getAll') {
|
2021-08-01 07:16:07 -07:00
|
|
|
const data = [];
|
|
|
|
const downloadAttachments = this.getNodeParameter('downloadAttachments', 0) as boolean;
|
|
|
|
try {
|
2022-11-18 06:26:22 -08:00
|
|
|
for (let i = 0; i < items.length; i++) {
|
|
|
|
requestMethod = 'GET';
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
if (version === 1) {
|
|
|
|
endPoint = `/nc/${projectId}/api/v1/${table}`;
|
|
|
|
} else if (version === 2) {
|
|
|
|
endPoint = `/api/v1/db/data/noco/${projectId}/${table}`;
|
|
|
|
}
|
2022-08-30 08:55:33 -07:00
|
|
|
|
2022-12-02 12:54:28 -08:00
|
|
|
returnAll = this.getNodeParameter('returnAll', 0);
|
|
|
|
qs = this.getNodeParameter('options', i, {});
|
2022-11-18 06:26:22 -08:00
|
|
|
|
|
|
|
if (qs.sort) {
|
|
|
|
const properties = (qs.sort as IDataObject).property as Array<{
|
|
|
|
field: string;
|
|
|
|
direction: string;
|
|
|
|
}>;
|
|
|
|
qs.sort = properties
|
|
|
|
.map((prop) => `${prop.direction === 'asc' ? '' : '-'}${prop.field}`)
|
|
|
|
.join(',');
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
if (qs.fields) {
|
|
|
|
qs.fields = (qs.fields as IDataObject[]).join(',');
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
|
|
|
|
2022-12-02 12:54:28 -08:00
|
|
|
if (returnAll) {
|
2022-11-18 06:26:22 -08:00
|
|
|
responseData = await apiRequestAllItems.call(this, requestMethod, endPoint, {}, qs);
|
2022-08-30 08:55:33 -07:00
|
|
|
} else {
|
2022-11-18 06:26:22 -08:00
|
|
|
qs.limit = this.getNodeParameter('limit', 0);
|
|
|
|
responseData = await apiRequest.call(this, requestMethod, endPoint, {}, qs);
|
|
|
|
if (version === 2) {
|
|
|
|
responseData = responseData.list;
|
|
|
|
}
|
2022-08-30 08:55:33 -07:00
|
|
|
}
|
2022-11-18 06:26:22 -08:00
|
|
|
|
|
|
|
const executionData = this.helpers.constructExecutionMetaData(
|
2023-02-27 19:39:43 -08:00
|
|
|
this.helpers.returnJsonArray(responseData as IDataObject),
|
2022-11-18 06:26:22 -08:00
|
|
|
{ itemData: { item: i } },
|
|
|
|
);
|
|
|
|
returnData.push(...executionData);
|
|
|
|
|
2022-12-02 12:54:28 -08:00
|
|
|
if (downloadAttachments) {
|
2022-11-18 06:26:22 -08:00
|
|
|
const downloadFieldNames = (
|
|
|
|
this.getNodeParameter('downloadFieldNames', 0) as string
|
|
|
|
).split(',');
|
|
|
|
const response = await downloadRecordAttachments.call(
|
|
|
|
this,
|
2023-02-27 19:39:43 -08:00
|
|
|
responseData as IDataObject[],
|
2022-11-18 06:26:22 -08:00
|
|
|
downloadFieldNames,
|
|
|
|
);
|
|
|
|
data.push(...response);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (downloadAttachments) {
|
|
|
|
return [data];
|
|
|
|
}
|
|
|
|
} catch (error) {
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
returnData.push({ json: { error: error.toString() } });
|
|
|
|
} else {
|
|
|
|
throw error;
|
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
2022-08-30 08:55:33 -07:00
|
|
|
|
2023-09-05 03:59:02 -07:00
|
|
|
return [returnData as INodeExecutionData[]];
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (operation === 'get') {
|
2021-08-01 07:16:07 -07:00
|
|
|
requestMethod = 'GET';
|
|
|
|
const newItems: INodeExecutionData[] = [];
|
|
|
|
|
|
|
|
for (let i = 0; i < items.length; i++) {
|
2022-11-18 06:26:22 -08:00
|
|
|
try {
|
|
|
|
const id = this.getNodeParameter('id', i) as string;
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
if (version === 1) {
|
|
|
|
endPoint = `/nc/${projectId}/api/v1/${table}/${id}`;
|
|
|
|
} else if (version === 2) {
|
|
|
|
endPoint = `/api/v1/db/data/noco/${projectId}/${table}/${id}`;
|
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
responseData = await apiRequest.call(this, requestMethod, endPoint, {}, qs);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
if (version === 2) {
|
2023-02-27 19:39:43 -08:00
|
|
|
if (Object.keys(responseData as IDataObject).length === 0) {
|
2022-11-18 06:26:22 -08:00
|
|
|
// Get did fail
|
|
|
|
const errorMessage = `The row with the ID "${id}" could not be queried. It probably doesn't exist.`;
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (this.continueOnFail()) {
|
2022-11-18 06:26:22 -08:00
|
|
|
newItems.push({ json: { error: errorMessage } });
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
throw new NodeApiError(
|
|
|
|
this.getNode(),
|
|
|
|
{ message: errorMessage },
|
|
|
|
{ message: errorMessage, itemIndex: i },
|
2022-08-17 08:50:24 -07:00
|
|
|
);
|
2022-11-18 06:26:22 -08:00
|
|
|
}
|
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
2022-11-18 06:26:22 -08:00
|
|
|
const downloadAttachments = this.getNodeParameter('downloadAttachments', i) as boolean;
|
|
|
|
|
2022-12-02 12:54:28 -08:00
|
|
|
if (downloadAttachments) {
|
2022-11-18 06:26:22 -08:00
|
|
|
const downloadFieldNames = (
|
|
|
|
this.getNodeParameter('downloadFieldNames', i) as string
|
|
|
|
).split(',');
|
|
|
|
const data = await downloadRecordAttachments.call(
|
|
|
|
this,
|
2023-02-27 19:39:43 -08:00
|
|
|
[responseData as IDataObject],
|
2022-11-18 06:26:22 -08:00
|
|
|
downloadFieldNames,
|
|
|
|
);
|
|
|
|
const newItem = {
|
|
|
|
binary: data[0].binary,
|
|
|
|
json: {},
|
|
|
|
};
|
|
|
|
|
|
|
|
const executionData = this.helpers.constructExecutionMetaData(
|
|
|
|
[newItem] as INodeExecutionData[],
|
|
|
|
{ itemData: { item: i } },
|
|
|
|
);
|
|
|
|
|
|
|
|
newItems.push(...executionData);
|
|
|
|
} else {
|
|
|
|
const executionData = this.helpers.constructExecutionMetaData(
|
2023-02-27 19:39:43 -08:00
|
|
|
this.helpers.returnJsonArray(responseData as IDataObject),
|
2022-11-18 06:26:22 -08:00
|
|
|
{ itemData: { item: i } },
|
|
|
|
);
|
|
|
|
|
|
|
|
newItems.push(...executionData);
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
2022-11-18 06:26:22 -08:00
|
|
|
} catch (error) {
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
const executionData = this.helpers.constructExecutionMetaData(
|
|
|
|
this.helpers.returnJsonArray({ error: error.toString() }),
|
|
|
|
{ itemData: { item: i } },
|
|
|
|
);
|
|
|
|
|
|
|
|
newItems.push(...executionData);
|
|
|
|
continue;
|
|
|
|
}
|
2023-02-27 19:39:43 -08:00
|
|
|
throw new NodeApiError(this.getNode(), error as JsonObject, { itemIndex: i });
|
2022-11-18 06:26:22 -08:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
2023-09-05 03:59:02 -07:00
|
|
|
return [newItems];
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (operation === 'update') {
|
2022-12-02 12:54:28 -08:00
|
|
|
requestMethod = 'PATCH';
|
2023-04-12 06:27:19 -07:00
|
|
|
let primaryKey = 'id';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (version === 1) {
|
|
|
|
endPoint = `/nc/${projectId}/api/v1/${table}/bulk`;
|
|
|
|
requestMethod = 'PUT';
|
|
|
|
} else if (version === 2) {
|
|
|
|
endPoint = `/api/v1/db/data/bulk/noco/${projectId}/${table}`;
|
2023-04-12 06:27:19 -07:00
|
|
|
|
|
|
|
primaryKey = this.getNodeParameter('primaryKey', 0) as string;
|
|
|
|
if (primaryKey === 'custom') {
|
|
|
|
primaryKey = this.getNodeParameter('customPrimaryKey', 0) as string;
|
|
|
|
}
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2023-04-12 06:27:19 -07:00
|
|
|
|
2021-08-01 07:16:07 -07:00
|
|
|
const body: IDataObject[] = [];
|
|
|
|
|
|
|
|
for (let i = 0; i < items.length; i++) {
|
|
|
|
const id = this.getNodeParameter('id', i) as string;
|
2023-04-12 06:27:19 -07:00
|
|
|
const newItem: IDataObject = { [primaryKey]: id };
|
2022-08-17 08:50:24 -07:00
|
|
|
const dataToSend = this.getNodeParameter('dataToSend', i) as
|
|
|
|
| 'defineBelow'
|
|
|
|
| 'autoMapInputData';
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
if (dataToSend === 'autoMapInputData') {
|
|
|
|
const incomingKeys = Object.keys(items[i].json);
|
|
|
|
const rawInputsToIgnore = this.getNodeParameter('inputsToIgnore', i) as string;
|
2022-08-17 08:50:24 -07:00
|
|
|
const inputDataToIgnore = rawInputsToIgnore.split(',').map((c) => c.trim());
|
2021-08-01 07:16:07 -07:00
|
|
|
for (const key of incomingKeys) {
|
|
|
|
if (inputDataToIgnore.includes(key)) continue;
|
|
|
|
newItem[key] = items[i].json[key];
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
const fields = this.getNodeParameter('fieldsUi.fieldValues', i, []) as Array<{
|
|
|
|
fieldName: string;
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
binaryData: boolean;
|
2021-08-01 07:16:07 -07:00
|
|
|
fieldValue?: string;
|
|
|
|
binaryProperty?: string;
|
|
|
|
}>;
|
|
|
|
|
|
|
|
for (const field of fields) {
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
if (!field.binaryData) {
|
2021-08-01 07:16:07 -07:00
|
|
|
newItem[field.fieldName] = field.fieldValue;
|
|
|
|
} else if (field.binaryProperty) {
|
|
|
|
const binaryPropertyName = field.binaryProperty;
|
2023-03-06 08:33:32 -08:00
|
|
|
const binaryData = this.helpers.assertBinaryData(i, binaryPropertyName);
|
2021-08-20 09:08:40 -07:00
|
|
|
const dataBuffer = await this.helpers.getBinaryDataBuffer(i, binaryPropertyName);
|
2021-08-01 07:16:07 -07:00
|
|
|
|
|
|
|
const formData = {
|
|
|
|
file: {
|
2021-08-20 09:08:40 -07:00
|
|
|
value: dataBuffer,
|
2021-08-01 07:16:07 -07:00
|
|
|
options: {
|
|
|
|
filename: binaryData.fileName,
|
|
|
|
contentType: binaryData.mimeType,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
json: JSON.stringify({
|
|
|
|
api: 'xcAttachmentUpload',
|
|
|
|
project_id: projectId,
|
|
|
|
dbAlias: 'db',
|
|
|
|
args: {},
|
|
|
|
}),
|
|
|
|
};
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
let postUrl = '';
|
|
|
|
if (version === 1) {
|
|
|
|
postUrl = '/dashboard';
|
|
|
|
} else if (version === 2) {
|
|
|
|
postUrl = '/api/v1/db/storage/upload';
|
|
|
|
}
|
2022-12-02 12:54:28 -08:00
|
|
|
responseData = await apiRequest.call(
|
|
|
|
this,
|
|
|
|
'POST',
|
|
|
|
postUrl,
|
|
|
|
{},
|
|
|
|
{ project_id: projectId },
|
|
|
|
undefined,
|
|
|
|
{
|
|
|
|
formData,
|
|
|
|
},
|
|
|
|
);
|
2021-08-01 07:16:07 -07:00
|
|
|
newItem[field.fieldName] = JSON.stringify([responseData]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body.push(newItem);
|
|
|
|
}
|
|
|
|
|
|
|
|
try {
|
2023-02-27 19:39:43 -08:00
|
|
|
responseData = (await apiRequest.call(
|
|
|
|
this,
|
|
|
|
requestMethod,
|
|
|
|
endPoint,
|
|
|
|
body,
|
|
|
|
qs,
|
|
|
|
)) as number[];
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
|
|
|
|
if (version === 1) {
|
|
|
|
returnData.push(...body);
|
2022-08-17 08:50:24 -07:00
|
|
|
} else if (version === 2) {
|
|
|
|
returnData.push(
|
|
|
|
...responseData.map((result: number, index: number) => {
|
|
|
|
if (result === 0) {
|
|
|
|
const errorMessage = `The row with the ID "${body[index].id}" could not be updated. It probably doesn't exist.`;
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
return { error: errorMessage };
|
|
|
|
}
|
|
|
|
throw new NodeApiError(
|
|
|
|
this.getNode(),
|
|
|
|
{ message: errorMessage },
|
|
|
|
{ message: errorMessage, itemIndex: index },
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2022-08-17 08:50:24 -07:00
|
|
|
return {
|
|
|
|
success: true,
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
);
|
feat(NocoDB Node): Add support v0.90.0+ (#3146)
* feat(NocoDB Node): add support for new NocoDB API
* fix(NocoDB Node): fix binary row update on old NocoDB API
* fix(NocoDB Node): fix getAll endpoint
* feat(NocoDB Node): allow xc-token as credential
* fix(NocoDB Node): get all for new api
* feat(NocoDB Node): list options & change to single data apis
* Moved to new format and reduced some code reuse
* Added API Version to Node Settings
* Improvements to remove code reuse and use bulk endpoints
* Added new credentials to close off PR#2909
* Credential testing working
* :zap: Improvements
* :zap: Add generic authentication type to credentials
* :fire: Remove credentials verification
* Fixed Get All not working with manual limit
* Removed json object from project / table fields
* added fix from n8n-4159
* :shirt: Fix linting issue
* feat: Improvements to pairedItem
* refactor: Consolidate hoisted package versions (#3724)
* :package: Consolidate hoisted package versions
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* refactor: Upgrade to ESLint 8 (#3722)
* :arrow_up: Upgrade to ESLint 8
* :package: Update package-lock.json
* :shirt: Add lint exceptions
* :shirt: Add more lint exceptions
* :heavy_minus_sign: Remove `tslint` from some packages
* :shirt: Except init file
* :package: Update `package-lock.json`
* :package: Update `package-lock.json`
* :shirt: Add exceptions to new lines coming from `master `
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* refactor: Format all credentials (#3720)
* Apply Prettier to all credentials
* Fix quotes for lint
* :shirt: Remove `quotemark` rule
* :shirt: Run Prettier to take over quotes
* :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base`
* :package: Update `package-lock.json`
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix: Fix node_type property in all events (#3759)
* :arrow_up: Update package-lock.json file
* fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue
* removed unused imports
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll
* fix: EAN value should be a string, not object
* Removed extra code for working out what credentials are in use
* fix(editor): Fix linking buttons color (#3770)
* fix color of icon
* center buttons
* fix(editor): Restore pindata header colors (#3758)
* :art: Restore `color-secondary-tint` colors
* :fire: Remove typing from JS file
* fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky
* center sticky on insert
* export as const
* refactor(editor): Move all colors to css variables (#3723)
* update white color
* update white color
* update more whites
* update color
* update curr running
* update text color #555
* update white color
* set search bar colors
* update colors
* update node executing
* update text colors
* update light color
* update theme
* update theme
* update overlays carousel
* update theme vars
* add dark theme tokens
* update text
* update table colors
* fix conflict
* update colors
* feat(Metabase Node): Add Metabase Node (#3033)
* Boilerplate with new node's version for metabse
* Metabases MVP features
* Added new credential for metabse, added custom auth for metabase
* Fixed bug with one enpoint not working
* Clean up code
* Uniformised the renovate token
* Made two example of responses for review
* Fixed lint issues
* Feature add datasources
* Changed output from databases
* Changed questions data output
* Fixed issue when testing credentials with new node format
* Add the possibility to get raw data
* Removed handle for the metabase meta results, changed export's name
* Add binary extraction for the result data
* Fixed binary download issue
* :zap: Add preAuthentication method to credentials
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Revert "Added new credential for metabse, added custom auth for metabase"
This reverts commit 5f1b7607adb85d6ec897b184853bdfdbae77df6d.
* Added preAuth and fixed autfixable linting rules
* Fixed linting errors
* Linting fixes
* Remove / at the end of url, and add placeholder for cred url
* Make export to Json retun only json and no binary
* Fix lint issues
* Add action and exception for lint rule
* Remove unnecessary credential file
* :zap: Simplify and cleanup
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* fix(editor): Fix spaces bug (#3774)
* refactor(editor): Change welcome sticky content (#3769)
* Updated Welcome sticky content
* Updated welcome sticky thumbnail image
Image was swapped out, used exact same file name + sizing so did not require code changes.
* Replaced welcome sticky thumbnail image
* fix(Fix Rocketchat Node): Fix authentication issue (#3778)
* Add suggested VSCode settings (#3783)
* :zap: Add suggested settings
* :fire: Remove app-level setting
* :art: Update indentation
* fix(core): Add windows support to import:credentials --separate (#3589)
* feat(Item List Node): Add operation for creating array from input items (#3149)
* :hammer: create array operation
* :hammer: removed semicolumn
* :hammer: updated UI
* :zap: display option fix
* :zap: aggregate operation description update, default aggregate item
* refactor: Add Onboarding call prompts (#3682)
* ✨ Implemented initial onboarding call prompt logic
* ✨ Added onboarding call prompt feature environment variable
* ✨ Implemented onboarding session signup modal
* 📈 Added initial telemetry for the onboarding call prompt
* ✔️ Fixing linter error in server.ts
* 💄 Updating onboaring call prompt and modal wording and styling
* ✨ Implemented initial version of fake doors feature
* ✨ Added parameters to onboarding call prompt request
* ✨ Finished implementing fake doors in settings
* 🔨 Updating onboarding call prompt fetching logic (fetching before timeout starts)
* 👌 Updating onboarding call prompt and fake door components based on the front-end review feedback
* ✨ Updated fake doors so they support UI location specification. Added credentials UI fake doors.
* ⚡ Added checkbox to the signup form, improved N8NCheckbox formatting to better handle overflow
* 💄 Moving seignup checkbox label text to i18n file, updating checkbox component css to force text wrap
* ✨ Update API calls to work with the new workflow request and response formats
* 👌 Updating fake door front-end based on the review feedback
* 👌 Updating onboarding call prompt and fake doors UI based in the product feedback
* ✨ Updated onboarding call prompts front-end to work with new endpoints and added new telemetry events
* 🐛 Fixing onboarding call prompts not appearing in first user sessions
* ⚡️ add createdAt to PublicUser
* 👌 Updating onboarding call prompts front-end to work with the latest back-end and addressing latest product review
* ✨ Improving error handling when submitting user emails on signup
* 💄 Updating info text on Logging feature page
* 💄 Updating first onboarding call prompt timeout to 5 minutes
* 💄 Fixing `N8nCheckbox` component font overflow
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* feat(Kafka Trigger Node): Add additional options (#3600)
* :hammer: additional options to kafka trigger
* :zap: option for maxInFlightRequests
* :zap: Small change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
* fix(editor): Fix pin data in executions when pinData is null. (#3787)
* :arrow_up: Update package-lock.json file
* :bookmark: Release n8n-workflow@0.110.0
* :arrow_up: Set n8n-workflow@0.110.0 on n8n-core
* :bookmark: Release n8n-core@0.128.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-node-dev
* :bookmark: Release n8n-node-dev@0.67.0
* :arrow_up: Set n8n-core@0.128.0 and n8n-workflow@0.110.0 on n8n-nodes-base
* :bookmark: Release n8n-nodes-base@0.186.0
* :bookmark: Release n8n-design-system@0.28.0
* :arrow_up: Set n8n-design-system@0.28.0 and n8n-workflow@0.110.0 on n8n-editor-ui
* :bookmark: Release n8n-editor-ui@0.154.0
* :arrow_up: Set n8n-core@0.128.0, n8n-editor-ui@0.154.0, n8n-nodes-base@0.186.0 and n8n-workflow@0.110.0 on n8n
* :bookmark: Release n8n@0.188.0
* :bookmark: Update main package.json to 0.188.0
* :books: Update CHANGELOG.md with version 0.188.0
* :shirt: Adjust line endings for Prettier lintings (#3786)
* build: Use package-lock.json file with custom build
* 💄 Updating onboarding prompt label
* :arrow_up: Set eslint@8.0.0 on n8n-workflow (#3768)
* :arrow_up: Upgrade `n8n-workflow` to ESLint 8
* :package: Update `package-lock.json`
* :package: Re-update `package-lock.json`
* :zap: Fix on error behaviour for Delete, Get and Update
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
Co-authored-by: Nicholas Penree <nick@penree.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: maxtkacz <maxtkacz@gmail.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Milorad FIlipović <miloradfilipovic19@gmail.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-08-03 03:57:57 -07:00
|
|
|
}
|
2021-08-01 07:16:07 -07:00
|
|
|
} catch (error) {
|
|
|
|
if (this.continueOnFail()) {
|
|
|
|
returnData.push({ error: error.toString() });
|
|
|
|
}
|
2023-02-27 19:39:43 -08:00
|
|
|
throw new NodeApiError(this.getNode(), error as JsonObject);
|
2021-08-01 07:16:07 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return [this.helpers.returnJsonArray(returnData)];
|
|
|
|
}
|
|
|
|
}
|