Ahsan Virani
8fc1095d1e
🐛 Swallow telemetry error and only log in warn and debug mode ( #2858 )
...
* catch nodegraph errors
* use loglevel config for telemetry
* Use getByNameAndVersion instead of getByName
* remove any usage of nodeTypes.getByName method
* deprecate getByName method
2022-02-24 17:15:30 +01:00
Harshil Agrawal
2b9f3aab1b
⚡ Update Google Chat codex file ( #2883 )
...
* ⚡ Update Google Chat codex file
* 🔨 Minor fix
2022-02-24 16:03:03 +01:00
Ricardo Espinoza
697772b553
⚡ Handle rollup type field - Notion ( #2862 )
...
* Adds support for Notion rollup show_*
* zap: Improvemens to #2811
Co-authored-by: Ugo Bataillard <ugopublic@bataillard.me>
2022-02-24 13:47:47 +01:00
Jan Oberhauser
0232a80b8f
⚡ Improve copy
2022-02-21 13:40:31 +01:00
Jan Oberhauser
783c8e67f4
👕 Fix lint issue
2022-02-20 23:29:29 +01:00
Jan Oberhauser
d19a4259c2
🔖 Release n8n@0.164.1
2022-02-20 16:47:24 +01:00
Jan Oberhauser
ff20a58c70
🐛 Fix bug with Webhook-Process
2022-02-20 16:44:30 +01:00
Jan Oberhauser
3305247984
🔖 Release n8n@0.164.0
2022-02-20 09:43:06 +00:00
Jan Oberhauser
3445e7a479
⬆️ Set n8n-core@0.105.0, n8n-editor-ui@0.131.0, n8n-nodes-base@0.162.0 and n8n-workflow@0.87.0 on n8n
2022-02-20 09:43:06 +00:00
Jan Oberhauser
e68d1b8517
🔖 Release n8n-editor-ui@0.131.0
2022-02-20 09:42:06 +00:00
Jan Oberhauser
6f9095eba0
⬆️ Set n8n-workflow@0.87.0 on n8n-editor-ui
2022-02-20 09:42:05 +00:00
Jan Oberhauser
f4e9250372
🔖 Release n8n-nodes-base@0.162.0
2022-02-20 09:41:23 +00:00
Jan Oberhauser
6850c88668
⬆️ Set n8n-core@0.105.0 and n8n-workflow@0.87.0 on n8n-nodes-base
2022-02-20 09:41:23 +00:00
Jan Oberhauser
22b315c0c2
🔖 Release n8n-node-dev@0.44.0
2022-02-20 09:41:16 +00:00
Jan Oberhauser
5c1bd0a0fb
⬆️ Set n8n-core@0.105.0 and n8n-workflow@0.87.0 on n8n-node-dev
2022-02-20 09:41:16 +00:00
Jan Oberhauser
0abbee6ed0
🔖 Release n8n-core@0.105.0
2022-02-20 09:41:08 +00:00
Jan Oberhauser
1c86528738
⬆️ Set n8n-workflow@0.87.0 on n8n-core
2022-02-20 09:41:08 +00:00
Jan Oberhauser
37d71d3208
🔖 Release n8n-workflow@0.87.0
2022-02-20 09:41:00 +00:00
Jan Oberhauser
9a06d0fffc
✨ Add DELETE, PATCH and PUT request support to Webhooks
2022-02-20 10:30:01 +01:00
Jan Oberhauser
ec5bfaf895
👕 Fix lint issue
2022-02-19 14:51:20 +01:00
Jan Oberhauser
f6001da91e
⚡ Minor improvements to Grist Node
2022-02-19 14:38:16 +01:00
Jan Oberhauser
9d972b2fb9
🔀 Merge branch 'master' of https://github.com/thorstenfreitag/n8n into thorstenfreitag-master
2022-02-19 14:05:28 +01:00
Jan Oberhauser
064f88cadb
🔀 Merge branch 'Jhalter5Stones-feat/webhook-node/response-mode'
2022-02-19 12:39:39 +01:00
Jan Oberhauser
005e726cc6
🐛 Fix issue that expression did not resolve correctly for not
...
existing node and parameter
2022-02-19 12:38:46 +01:00
Jan Oberhauser
ea1b627ab0
⚡ Move options around and also allow no data for last node
2022-02-19 12:37:41 +01:00
Thorsten Freitag
134845bb08
Added option to connect to self-hosted Grist instance.
2022-02-19 22:29:28 +11:00
Jan Oberhauser
cb3f0a0ec6
🔀 Merge branch 'feat/webhook-node/response-mode' of https://github.com/Jhalter5Stones/n8n into Jhalter5Stones-feat/webhook-node/response-mode
2022-02-19 11:32:29 +01:00
Jan Oberhauser
d37fc19d84
✨ Add Google Chat node ( #2795 )
...
* Adding Google Chat node
* refactoring
* More refactoring after feedback
* Fixing linter issues
* Fixing missed linter issue (credentialTest)
* Fixing warnings
* 👕 Fix lint issue
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Make it also work with credentials that contain \n
* ⚡ Comment out unneeded imports
Co-authored-by: Valentina <valentina.lilova98@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-02-19 11:18:43 +01:00
Justin Halter
d1290075ed
feat(WebhookHelpers.ts, Webhook.node.ts): no body response for webhook
...
no body response for webhook response. This may be helpful if certain
services require that a response doesn't have a body
2022-02-18 13:09:28 -06:00
agobrech
1ea57eff5d
🐛 Correctly prepends the baseURL ( #2825 )
2022-02-18 18:07:23 +01:00
sirdavidoff
68c356c17c
⚡ Copy tweaks ( #2780 )
...
* Update en.json
* More copy tweaks and addressed PR comments
* 🔥 Remove empty strings from base text
* ⚡ Adjust `$showMessage` signature type
* 🔥 Remove message from Vue components
* ✏️ Fix typo
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-02-18 16:26:44 +01:00
Ricardo Espinoza
c026642f7b
⚡ Add extra larga size option to Telegram ( #2827 )
2022-02-18 16:09:44 +01:00
Ahsan Virani
0a9ce092fc
🗃️ Add relevant indexes in execution_entity ( #2794 )
...
* 🗃️ Add relevant indexes in execution_entity
* CR suggestions
2022-02-18 15:59:34 +01:00
Harshil Agrawal
ce9cca82b1
⚡ Add missing codex files ( #2835 )
2022-02-17 17:22:29 +01:00
Rodrigo Correia
dbd7686213
include User ID in Options to Person Add, Update
2022-02-14 19:08:55 -03:00
Jan Oberhauser
8a4811683c
🔖 Release n8n@0.163.1
2022-02-13 19:06:35 +01:00
Jan Oberhauser
9045699e5d
🐛 Fix getParentTypes bug which caused problems with OAuth
2022-02-13 19:05:09 +01:00
Jan Oberhauser
e683114765
🔖 Release n8n@0.163.0
2022-02-13 09:56:51 +00:00
Jan Oberhauser
71bcb2fc91
⬆️ Set n8n-editor-ui@0.130.0 and n8n-nodes-base@0.161.0 on n8n
2022-02-13 09:56:51 +00:00
Jan Oberhauser
4193999b83
🔖 Release n8n-editor-ui@0.130.0
2022-02-13 09:55:38 +00:00
Jan Oberhauser
54b2e46bdb
🔖 Release n8n-nodes-base@0.161.0
2022-02-13 09:55:00 +00:00
Jan Oberhauser
c447cdb8b8
👕 Fix lint issue
2022-02-13 09:42:51 +01:00
Jan Oberhauser
df2c4e99af
⚡ Make it possible to get file from specific branch/tag/commit
...
via GitHub
2022-02-12 18:36:57 +01:00
Iván Ovejero
f3665ac245
⚡ Sanitize description in uProc node ( #2776 )
...
* 🔥 Sanitize link
* 🔥 Shorten description
2022-02-12 12:06:35 +01:00
Manuel
78babf9b9a
⚡ Fix that fixedCollection leaves empty arrays ( #2792 )
...
When deleting the single option inside of an option type,
an empty array was left behind and will be:
- shown as empty heading in UI
- leave an empty array in JSON
2022-02-12 12:02:20 +01:00
Jan Oberhauser
7fc430c70a
🐛 Deactivate unwanted list autofill #2798
2022-02-12 11:25:39 +01:00
Jan Oberhauser
11336fdbae
⚡ Sort nodes in expression editor relative to current node position
2022-02-12 10:32:39 +01:00
Jan Oberhauser
3e92fae954
🐛 Fix monaco editor resize as suggested in #2800
2022-02-12 08:43:32 +01:00
Iván Ovejero
5528698c31
✨ Add Zammad node ( #2621 )
...
* add zammad
* ⚡ First pass
* 👕 Fix lint
* ⚡ Refactor user resource
* ⚡ Refactor group resource
* ⚡ Refactor ticket resource
* ⚡ Minor improvements
* ⚡ Set workaround for broken endpoints
* 👕 Fix lint
* ⚡ Fix credentials test
* 📦 Update package-lock.json
* ⚡ Change defaults for active
* ⚡ Refactor creds
* 👕 Fix lint
* 📦 Update package-lock.json
* ⚡ Make first and last name required
* ⚡ Replace email with login
* ⚡ Switch defaults to true
* ⚡ Add custom fields to groups
* ⚡ Add inactive entities to loaders
* ⚡ Move email to optional fields
* ⚡ Validate for empty article
* 🔥 Remove `ticket:update` per feedback
* 📦 Update package-lock.json
* 🚚 Rename import
* 👕 Fix lint
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: quansenB <inaki.breinbauer@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-02-12 08:40:54 +01:00
Ricardo Espinoza
f43a38951c
⚡ Add StatusCallback parameter - Twilio ( #2801 )
...
* ⚡ Add StatusCallback parameter
* ⚡ Fix type
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-02-11 21:09:12 +01:00
Michael Kret
66acaade29
✨ Add HaloPSA node ( #2620 )
...
* added node ui
* wip problems with auth
* updated authentication
* fixed linter error
* added haloPSA request function
* removed any return type
* fixed linter errors
* added CRUD functionalities
* updating branch from master
* updated create case for clients resource, added limit to getAll operation
* added required fields when creating clients and sites, added methods for fetching data to dynamicly populate options when creating site or client
* added required fields for users and invoices when operation is create
* 🔨 Removed some commented code
* 🐛 Fix bug in url formating
* 🔨 fixed plural resources, fixed main for loop
* 🔨 fix trailing coma
* 🔨 fix for wrong resource endpoints
* 🔨 fixed linter complain in Jenkings node
* 🔨 replace custom fields with predefined
* 🔨 updating resources optional fields
* ⚡ Small improvement
* 🔨 replaced fixedCollection to collection in resources description
* 🔨 updated site and ticket descriptions, code clean up
* 🔨 fixed accordingly to PR review
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Fix capitalization
* 👕 Fix trailing comma
* 🚧 node changes accordingly to review
* ⚡ lint errors fix
* ⚡ Activate simplify option by default
* ⚡ Fix some more issues
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-02-11 19:00:30 +01:00
Ricardo Espinoza
f35d123776
✨ Add Linear Trigger node ( #2767 )
...
* ✨ Linear Trigger
* 🎨 Replace PNG with SVG icon
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-02-11 17:20:41 +01:00
Harshil Agrawal
9335ee5deb
⚡ Update Codex files ( #2797 )
2022-02-11 13:20:42 +01:00
Jan Oberhauser
51dde68568
✨ Add optional health check endpoint to worker ( #2786 )
...
* ✨ Add optional health check endpoint to worker
* 👕 Fix lint issue
* ⚡ Improve error output
2022-02-11 13:09:27 +01:00
pemontto
feb17ae84e
🐛 Fix confusing placeholder text ( #2557 )
2022-02-11 09:24:36 +01:00
Anuj Kapoor
1b69148d9a
✨ Add /workflows/demo route ( #2745 )
...
* ⚡ added /workflows/demo route
* ⚡ suggested improvements
* ⚡ added n8n version in postmessage
* ⚡ updated zoom menu styling
* ⚡ updated component padding for zoomToFit
* ⚡ suggested improvements
* ⚡ moved getFixedNodeList to canvasHelpers
* 📝 removed unused import and rebased from master
2022-02-11 09:18:39 +01:00
Mutasem Aldmour
b4e3f27c9f
⚡ Fix icon types ( #2784 )
2022-02-08 13:33:59 +01:00
Jan Oberhauser
920a18ab5d
🔖 Release n8n@0.162.0
2022-02-06 11:02:16 +00:00
Jan Oberhauser
5f4abd9684
⬆️ Set n8n-core@0.104.0, n8n-editor-ui@0.129.0, n8n-nodes-base@0.160.0 and n8n-workflow@0.86.0 on n8n
2022-02-06 11:02:15 +00:00
Jan Oberhauser
3fd4a40500
🔖 Release n8n-editor-ui@0.129.0
2022-02-06 11:01:03 +00:00
Jan Oberhauser
c1846d89e4
⬆️ Set n8n-design-system@0.11.0 and n8n-workflow@0.86.0 on n8n-editor-ui
2022-02-06 11:01:02 +00:00
Jan Oberhauser
539daebb0e
🔖 Release n8n-design-system@0.11.0
2022-02-06 11:00:54 +00:00
Jan Oberhauser
a368d93874
🔖 Release n8n-nodes-base@0.160.0
2022-02-06 11:00:14 +00:00
Jan Oberhauser
adf5f9a8f3
⬆️ Set n8n-core@0.104.0 and n8n-workflow@0.86.0 on n8n-nodes-base
2022-02-06 11:00:14 +00:00
Jan Oberhauser
7b9269df89
🔖 Release n8n-node-dev@0.43.0
2022-02-06 11:00:04 +00:00
Jan Oberhauser
f7c8263fa6
⬆️ Set n8n-core@0.104.0 and n8n-workflow@0.86.0 on n8n-node-dev
2022-02-06 11:00:04 +00:00
Jan Oberhauser
c9207de775
🔖 Release n8n-core@0.104.0
2022-02-06 10:59:54 +00:00
Jan Oberhauser
d0c93da7af
⬆️ Set n8n-workflow@0.86.0 on n8n-core
2022-02-06 10:59:54 +00:00
Jan Oberhauser
b0974c2c6e
🔖 Release n8n-workflow@0.86.0
2022-02-06 10:59:45 +00:00
Jan Oberhauser
71f18de04e
🐛 Return original error of sub-workflow to main-workflow #2757
2022-02-06 11:13:49 +01:00
Harshil Agrawal
44275ab444
⚡ Add codex file for BambooHR ( #2742 )
2022-02-05 23:03:59 +01:00
Jan Oberhauser
0da398b0e4
✨ Nodes as JSON and authentication redesign ( #2401 )
...
* ✨ change FE to handle new object type
* 🚸 improve UX of handling invalid credentials
* 🚧 WIP
* 🎨 fix typescript issues
* 🐘 add migrations for all supported dbs
* ✏️ add description to migrations
* ⚡ add credential update on import
* ⚡ resolve after merge issues
* 👕 fix lint issues
* ⚡ check credentials on workflow create/update
* update interface
* 👕 fix ts issues
* ⚡ adaption to new credentials UI
* 🐛 intialize cache on BE for credentials check
* 🐛 fix undefined oldCredentials
* 🐛 fix deleting credential
* 🐛 fix check for undefined keys
* 🐛 fix disabling edit in execution
* 🎨 just show credential name on execution view
* ✏️ remove TODO
* ⚡ implement review suggestions
* ⚡ add cache to getCredentialsByType
* ⏪ use getter instead of cache
* ✏️ fix variable name typo
* 🐘 include waiting nodes to migrations
* 🐛 fix reverting migrations command
* ⚡ update typeorm command
* ✨ create db:revert command
* 👕 fix lint error
* ✨ Add optional authenticate method to credentials
* ⚡ Simplify code and add authentication support to MattermostApi
* 👕 Fix lint issue
* ⚡ Add support to own-mode
* 👕 Fix lint issue
* ✨ Add support for predefined auth types bearer and headerAuth
* ⚡ Make sure that DateTime Node always returns strings
* ⚡ Add support for moment types to If Node
* ⚡ Make it possible for HTTP Request Node to use all credential types
* ✨ Add basicAuth support
* Add a new dropcontact node
* ✨ First basic implementation of mainly JSON based nodes
* ✨ Add fixedCollection support, added value parameter and
expression support for value and property
* Improvements to #2389
* ⚡ Add credentials verification
* ⚡ Small improvement
* ⚡ set default time to 45 seconds
* ✨ Add support for preSend and postReceive methods
* ➕ Add lodash merge and set depedency to workflow
* 👕 Fix lint issue
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* 🐛 Set siren and language correctly
* ⚡ Add support for requestDefaults
* ⚡ Add support for baseURL to httpRequest
* ⚡ Move baseURL to correct location
* ✨ Add support for options loading
* 🐛 Fix error with fullAccess nodes
* ✨ Add credential test functionality
* 🐛 Fix issue with OAuth autentication and lint issue
* ⚡ Fix build issue
* 🐛 Fix issue that url got always overwritten to empty
* ✨ Add pagination support
* ⚡ Code fix required after merge
* ⚡ Remove not needed imports
* ⚡ Fix credential test
* ✨ Add expression support for request properties and $self
support on properties
* ⚡ Rename $self to $value
* 👕 Fix lint issue
* ⚡ Add example how to send data in path
* ✨ Make it possible to not sent in dot notation
* ✨ Add support for postReceive:rootProperty
* ⚡ Fix typo
* ✨ Add support for postReceive:set
* ⚡ Some fixes
* ⚡ Small improvement
* ;zap: Separate RoutingNode code
* ⚡ Simplify code and fix bug
* ⚡ Remove unused code
* ✨ Make it possible to define "request" and "requestProperty" on
options
* 👕 Fix lint issue
* ⚡ Change $credentials variables name
* ✨ Enable expressions and access to credentials in requestDefaults
* ⚡ Make parameter option loading use RoutingNode.makeRoutingRequest
* ✨ Allow requestOperations overwrite on LoadOptions
* ✨ Make it possible to access current node parameters in loadOptions
* ⚡ Rename parameters variable to make future proof
* ⚡ Make it possible to use offset-pagination with body
* ✨ Add support for queryAuth
* ⚡ Never return more items than requested
* ✨ Make it possible to overwrite requestOperations on parameter
and option level
* 👕 Fix lint issue
* ✨ Allow simplified auth also with regular nodes
* ✨ Add support for receiving binary data
* 🐛 Fix example node
* ⚡ Rename property "name" to "displayName" in loadOptions
* ⚡ Send data by default as "query" if nothing is set
* ⚡ Rename $self to $parent
* ⚡ Change to work with INodeExecutionData instead of IDataObject
* ⚡ Improve binaryData handling
* ⚡ Property design improvements
* ⚡ Fix property name
* 🚨 Add some tests
* ⚡ Add also test for request
* ⚡ Improve test and fix issues
* ⚡ Improvements to loadOptions
* ⚡ Normalize loadOptions with rest of code
* ⚡ Add info text
* ✨ Add support for $value in postReceive
* 🚨 Add tests for RoutingNode.runNode
* ⚡ Remove TODOs and make url property optional
* ⚡ Fix bug and lint issue
* 🐛 Fix bug that not the correct property got used
* 🚨 Add tests for CredentialsHelper.authenticate
* ⚡ Improve code and resolve expressions also everywhere for
loadOptions and credential test requests
* ✨ Make it possible to define multiple preSend and postReceive
actions
* ✨ Allow to define tests on credentials
* ⚡ Remove test data
* ⬆️ Update package-lock.json file
* ⚡ Remove old not longer used code
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: PaulineDropcontact <pauline@dropcontact.io>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-02-05 22:55:43 +01:00
Jan Oberhauser
f23098e38b
🐛 Fix frontend issue with remote option load
2022-02-05 16:59:44 +01:00
Jan Oberhauser
9dbe2449fb
⚡ Fix editor issue with unknown nodeTypes
2022-02-05 16:52:13 +01:00
Jan Oberhauser
ff74feefe4
⚡ Fix node-versioning issues in editor-UI
2022-02-05 12:57:48 +01:00
pemontto
c7e73d757a
✨ Add File->List to GitHub node ( #2752 )
...
* 🐛 Don't extract binary from Github directory
* ✨ Add file list operation
2022-02-04 20:18:30 +01:00
Iván Ovejero
fc550ecbcb
⚡ Remove fibers
to support Node LTS 16 ( #2672 )
...
* 🔥 Remove fibers lib
* 📦 Update package-lock.json
* 📦 Update package-lock.json
* ✏️ Mention recommended version
* ⚡ Update node version in Docker images
* ⬆️ bump uuid and flatted
* 📦 Update package-lock.json
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-02-04 19:13:26 +01:00
Jan Oberhauser
2cc1f58f46
🐛 Fix issue that XML node changes incoming data #2762
2022-02-04 12:16:34 +01:00
Michael Kret
92d3c1949e
🔨 Changed NDV opening behavior on node duplication N8N-2896 ( #2749 )
...
* 🔨 changed NDV opening behavior on node duplication
* 🔨 deleted commented lines
* ⚡ on duplication node will be selected
2022-02-03 23:25:36 +01:00
Mutasem Aldmour
7bdb7e2a25
⚡ Support telemetry page ( #2756 )
...
* support telemetry page events
* add log level to FE settings
* add debug logging
* fix types
* state fix
* move call
2022-02-03 23:24:01 +01:00
Jan Oberhauser
0bf554394a
🔖 Release n8n@0.161.1
2022-02-01 11:29:00 +01:00
Ahsan Virani
135d5a89cd
⚡ Add debug log in healthcheck and enable DB logging via environment ( #2744 )
...
* ⚡ add debug log in healthcheck
* ⚡ add DB logging
* CR
2022-02-01 11:27:08 +01:00
Jan Oberhauser
b487d4f392
🔖 Release n8n@0.161.0
2022-01-30 14:09:53 +00:00
Jan Oberhauser
46fba951df
⬆️ Set n8n-core@0.103.0, n8n-editor-ui@0.128.0, n8n-nodes-base@0.159.0 and n8n-workflow@0.85.0 on n8n
2022-01-30 14:09:53 +00:00
Jan Oberhauser
26de462f25
🔖 Release n8n-editor-ui@0.128.0
2022-01-30 14:08:33 +00:00
Jan Oberhauser
4251b6468b
⬆️ Set n8n-design-system@0.10.0 and n8n-workflow@0.85.0 on n8n-editor-ui
2022-01-30 14:08:33 +00:00
Jan Oberhauser
2d8fcb63ab
🔖 Release n8n-design-system@0.10.0
2022-01-30 14:08:24 +00:00
Jan Oberhauser
27ef313c7c
🔖 Release n8n-nodes-base@0.159.0
2022-01-30 14:07:46 +00:00
Jan Oberhauser
d167a930e4
⬆️ Set n8n-core@0.103.0 and n8n-workflow@0.85.0 on n8n-nodes-base
2022-01-30 14:07:45 +00:00
Jan Oberhauser
7b1c704fb3
🔖 Release n8n-node-dev@0.42.0
2022-01-30 14:07:37 +00:00
Jan Oberhauser
bdc13f8708
⬆️ Set n8n-core@0.103.0 and n8n-workflow@0.85.0 on n8n-node-dev
2022-01-30 14:07:37 +00:00
Jan Oberhauser
bbfbdc9fb9
🔖 Release n8n-core@0.103.0
2022-01-30 14:07:26 +00:00
Jan Oberhauser
d79f3b5cbe
⬆️ Set n8n-workflow@0.85.0 on n8n-core
2022-01-30 14:07:25 +00:00
Jan Oberhauser
a620c308e6
🔖 Release n8n-workflow@0.85.0
2022-01-30 14:07:14 +00:00
Michael Kret
aa3cbe5358
⚡ Add default polling interval (Poll trigger nodes) N8N-2874 ( #2730 )
...
* ⚡ added default polling interval to Poll trigger nodes
* ⚡ added default value to polling triger
2022-01-30 14:56:39 +01:00
Ricardo Espinoza
3cde6bd426
🐛 Fix issue getting binary data when filesystem mode is used - Move Binary Data ( #2727 )
...
* 🐛 Fix issue getting binary data when filesystem mode is used
* ⚡ Simplifications
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-28 08:46:30 +01:00
Cornelius Suermann
48b2a0b857
✏️ Markdowm -> Markdown; Closes #N8N-2893 ( #2728 )
2022-01-28 08:32:24 +01:00
Michael Kret
6d6f3acd97
✨ Add parameter hints for node parameters N8N-2841 ( #2704 )
...
* 🔨 base functionality done
* :fix: changes accordingly to review
* :fix: replaced div with n8n-text
* :fix: return wrong deleted color variable
* add mock examples for testing
* add slack node test param
* 🔨 changed font size of hint, added top margin
* 🔨 updated comments and function name
* 🔨 updated parameterHint to hint
* 🔨 updated text color, set compact to true, changed inputLabelHint to hint
* 🔨 updated components styles
* 🔨 replaced mini with xsmall
* :fix: fixed line height
* :fix: changed line height to 1.25
* :hummer: removed mock data
* 🔨 changed xsmall line-height
* ⚡ update to merge hint
Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-01-28 07:55:25 +01:00
Ricardo Espinoza
9639742cc6
🐛 Keep BCC headers when sending email - Gmail node ( #2721 )
...
* 🐛 Keep BCC headers when sending email
* ⚡ Fix typo
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-27 21:25:32 +01:00
fabian wohlgemuth
ebd4aa4c31
⚡ Improve wording in "Save your Changes" modal ( #2718 )
2022-01-27 21:18:45 +01:00
Jan Oberhauser
6a77969cff
🐛 Fix issue that default values did not get send for credential
...
testing
2022-01-24 17:37:07 +01:00
Jan Oberhauser
d22c0deea4
⚡ ERPNext do not error if no data found
2022-01-24 17:20:27 +01:00
fabian wohlgemuth
daf91a1228
⚡ Change "name" to "id" in label and description of Airtable nodes ( #2719 )
...
* Changing "name of table" to "id of table"
* Change "name of table" to "id of table" in trigger node
* Change displayName from Table to Table ID
2022-01-24 17:01:44 +01:00
Jan Oberhauser
7609cd32e4
🔖 Release n8n@0.160.0
2022-01-22 17:59:07 +00:00
Jan Oberhauser
17b23d4758
⬆️ Set n8n-core@0.102.0, n8n-editor-ui@0.127.0, n8n-nodes-base@0.158.0 and n8n-workflow@0.84.0 on n8n
2022-01-22 17:59:06 +00:00
Jan Oberhauser
2d7e00e85c
🔖 Release n8n-editor-ui@0.127.0
2022-01-22 17:57:27 +00:00
Jan Oberhauser
90bb5fa7bc
⬆️ Set n8n-workflow@0.84.0 on n8n-editor-ui
2022-01-22 17:57:27 +00:00
Jan Oberhauser
19af1de3a0
🔖 Release n8n-nodes-base@0.158.0
2022-01-22 17:56:44 +00:00
Jan Oberhauser
06157f5f6b
⬆️ Set n8n-core@0.102.0 and n8n-workflow@0.84.0 on n8n-nodes-base
2022-01-22 17:56:44 +00:00
Jan Oberhauser
5f5de4425d
🔖 Release n8n-node-dev@0.41.0
2022-01-22 17:56:35 +00:00
Jan Oberhauser
beec224cb6
⬆️ Set n8n-core@0.102.0 and n8n-workflow@0.84.0 on n8n-node-dev
2022-01-22 17:56:34 +00:00
Jan Oberhauser
6a0f76f4e7
🔖 Release n8n-core@0.102.0
2022-01-22 17:56:24 +00:00
Jan Oberhauser
0c8879eead
⬆️ Set n8n-workflow@0.84.0 on n8n-core
2022-01-22 17:56:24 +00:00
Jan Oberhauser
e37917fe4d
🔖 Release n8n-workflow@0.84.0
2022-01-22 17:56:14 +00:00
Jan Oberhauser
bbf3c4c004
⚡ Fix name of BambooHR node
2022-01-22 18:48:58 +01:00
fabian wohlgemuth
88809936ee
🐛 Fix string for "Filter by tags"
...
* Creating locale string for openWorkflow.filterWorkflows & use it in the Open Workflow modal
* Fix: Use filterWorkflows label in placeholder location
2022-01-22 18:18:19 +01:00
Jan Oberhauser
b23a87c7f4
🐛 Fix issue that binary data did not get displayed full height&width
2022-01-22 11:02:27 +01:00
Oliver Trajceski
8cefafa47d
✨ Add BambooHR Node ( #2471 )
...
* Feature // Created BambooHR Node, Init Simple Api Calls for Employees
* BambooHR Added EmployeesFiles, CompanyFiles API Operations
* BambooHR / Refactor the code
* Bamboo HR Node // Refactor + Optimization of Employee Api Requests
* Bamboo HR Node // Refactor + Optimization of EmployeeFiles Api Requests
* Bamboo HR Node // Refactor + Optimization of CompanyFiles Api Requests
* Bamboo HR Node // Add Reports - Get Reports by ID
* Bamboo HR Node // Format BambooAPI Credential files
* Bamboo HR Node // Added Account Information API operations
* Bamboo HR Node //Add Https Reposnse Code for All API Operations, Implement new Http Helper
* Bamboo HR Node // Added Tabular Data Api Operations
* Bamboo HR Node // Added Time Off Api Operations
* Bamboo HR Node //Fixed bugs for AccountInformation Operation, Uploading Employees File, TimeOff EstimationTime
* Bamboo HR Node // Update AccountInformation - UpdateFields Api operation
* Bamboo HR Node //Fixed Add and Update Table rows // Tabular Data API Operations
* Update AccountInformation - Added TimeOff Operations - Get Requests, Create Request, Create History Item, Fixed Get Types
* Bamboo HR Node // Fixed Adjust Time - TimeOff API Operation, Wrote comments, Finished TimeOff Api Operations
* Bamboo HR Node // Add Multi choice Property for Employee Operations, Expand and Add new Optional Fields for Creating and Updating Employee, Write Comments, Fixed Employee API operations
* Bamboo HR Node // Add Multi choice Property + Update Fields and Write Comments for Employee Files & Company Files & Reports Acc Info API Operation
* N8N-2603 Move Company Name Prop to Credentials, Changed Execution Function
* N8N-2603 Obtain Employee ID and bind to the response after create an employee, Refactor GetDirectoy to GetAll + update the output of the response
* N8N-2603 Refactor, Added ID in responses, Added Pagination to some operations
* N8N-2603 Refactor Employee Files to Employee File
* N8N-2603 Refactor CompanyFiles to Company File, Refactor CompanyFile:Create -> CompanyFile:addCategory
* N8N-2603 Refactor employeeFile:create -> employeeFile:addCategory, Get rid off Account Information resources
* N8N-2603 EmployeeFile:Update -> Change ShareWithEmployee Parameter to be boolean
* N8N-2603 CompanyFIle:update -> Change shareWithCompany prop to boolean
* N8N-2603 Added Load Options for getTimeOffTypeId, Rename AdditionalFields to UpdateFields
* N8N-2603 Updated Logo and Border
* N8N-2603 Refactor Employees to Employee
* N8N-2603 Linter Fixes
* N8N-2603 Refactor EmployeeFile:get -> EmployeeFile:download, CompanyFile:get -> CompanyFile:download
* N8N-2603 Linter fix
* N8N-2603 Linter Fixes
* N8N-2603 Hotfix
* N8N-2603 Fixed EmployeeFile:Download
* N8N-2603 Updated Assertion
* N8N-2603 Remove unnecesary description, optimized code, created separate loadOptions file
* N8N-2603 Added Download Function for CompanyFile operation
* N8N-2603 Added DateTime Fields instead of string, Removed Color prop from Node
* N8N-2603 Refactor Del to Delete
* N8N-2603 Added Upload Employ File Operation
* N8N-2603 Updated Possible Types of the Request
* N8N-2603 Fixed Linter Errors
* N8N-2603 Hotfix Upload Employee File Description
* N8N-2603 Added options to download the report
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Simplify node
* ⚡ Fix linting issue
* ⚡ Improvements
* ⚡ Fix returned mimeType
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-22 10:46:13 +01:00
Mutasem Aldmour
49bf786e5b
✨ Improve workflow activation ( #2692 )
...
* feat: activator disabled based on thiggers
* feat: tooltip over inactive switch
* feat: message for trigger types
* feat: deactivate on save if trigger is removed
* chore: refactor executions modal
* feat: calculate service name if possible
* feat: alert on activation
* chore: fix linting
* feat: always enable activator when active
* fix: adjust the alert
* feat: take disabled state into account
* feat: automatically save on activation
* feat: rely on nodes name and edit messages
* feat: isolate state for each activator instance
* feat: create activation modal component
* feat: activationModal checkbox and trigger message
* feat: add activation messages to node config
* chore: style activation modal
* chore: style fixes
* feat: refactor disabled state
* chore: refactor modal
* chore: refactor modal
* chore: tidy the node config
* chore: refactor and styling tweaks
* chore: minor fixes
* fix: check webhooks from ui nodes
* chore: remove saving prompt
* chore: explicit current workflow evaluation
* feat: add settings link to activation modal
* fix: immediately load executions on render
* feat: exclude error trigger from trigger nodes
* chore: add i18n keys
* fix: check localstorage more strictly
* fix: handle refresh in execution list
* remove unnessary event
* remove comment
* fix closing executions modal bugs
* update closing
* update translation key
* fix translation keys
* fix modal closing
* fix closing
* fix drawer closing
* close all modals when opening executions
* update key
* close all modals when opening workflow or new page
* delete unnessary comment
* clean up import
* clean up unnessary initial data
* clean up activator impl
* rewrite
* fix open modal bug
* simply remove error
* refactor activation logic
* fix i18n and such
* remove changes
* revert saving changes
* Revert "revert saving changes"
25c29d1055
* add translation
* fix new workflows saving
* clean up modal impl
* clean up impl
* refactor common code out
* remove active changes from saving
* refactor differently
* revert unnessary change
* set dirty false
* fix i18n bug
* avoid opening two modals
* fix tooltips
* add comment
* address other comments
* address comments
Co-authored-by: saintsebastian <tilitidam@gmail.com>
2022-01-21 18:00:00 +01:00
Jonathan Bennetts
a9cef48048
🐛 Fix Get New Releases Operation ( #2560 )
...
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2022-01-21 14:25:37 +01:00
Jan Oberhauser
4c029e5401
🐛 Fix issue with not returning more than 1000 items
2022-01-21 14:10:30 +01:00
Jan Oberhauser
1566dafb3e
🐛 Make sure that header keys are always lower case #2663
2022-01-21 10:55:19 +01:00
Tom
55139a4e6c
🐛 OneDrive: Fix pagination ( #2706 )
2022-01-21 10:46:33 +01:00
Ricardo Espinoza
9fc1d16e7c
🐛 Fix issue with pagination - Mautic node ( #2686 )
2022-01-21 10:42:14 +01:00
Omar Ajoue
2e57d86fd6
⚡ Change the place where output format is made ( #2506 )
...
The router file now correctly returns a `INodeExecutionData[][]`
instead of a simple `INodeExecutionData[]` forcing the main node
file to correct this.
2022-01-21 10:32:16 +01:00
Jan Oberhauser
a41afc8013
🐛 Fix issue with default values in combination with displayOptions
2022-01-21 08:52:39 +01:00
Iván Ovejero
f5991e17db
📌 Pin chokidar verison ( #2696 )
2022-01-18 11:15:34 +01:00
Jan Oberhauser
baabd60852
🔖 Release n8n@0.159.1
2022-01-18 10:16:09 +01:00
Jan Oberhauser
853535b494
⬆️ Set n8n-core@0.101.1 on n8n
2022-01-18 10:15:27 +01:00
Jan Oberhauser
adf2cf0692
🔖 Release n8n-core@0.101.1
2022-01-18 10:14:28 +01:00
Jan Oberhauser
ef8d1e72b4
🐛 Temporary change logging to fix memory issue
2022-01-18 10:12:41 +01:00
Iván Ovejero
58c9831956
📚 Minor i18n docs fixes ( #2689 )
2022-01-17 10:31:12 +01:00
Jan Oberhauser
737d567111
🔖 Release n8n@0.159.0
2022-01-16 13:41:09 +00:00
Jan Oberhauser
93187a7d79
⬆️ Set n8n-core@0.101.0, n8n-editor-ui@0.126.0, n8n-nodes-base@0.157.0 and n8n-workflow@0.83.0 on n8n
2022-01-16 13:41:08 +00:00
Jan Oberhauser
4829ae5c42
🔖 Release n8n-editor-ui@0.126.0
2022-01-16 13:39:51 +00:00
Jan Oberhauser
23c46ae78d
⬆️ Set n8n-workflow@0.83.0 on n8n-editor-ui
2022-01-16 13:39:51 +00:00
Jan Oberhauser
8c25fb676a
🔖 Release n8n-nodes-base@0.157.0
2022-01-16 13:39:12 +00:00
Jan Oberhauser
35931071ad
⬆️ Set n8n-core@0.101.0 and n8n-workflow@0.83.0 on n8n-nodes-base
2022-01-16 13:39:12 +00:00
Jan Oberhauser
a328d56940
🔖 Release n8n-node-dev@0.40.0
2022-01-16 13:39:03 +00:00
Jan Oberhauser
755c1c2d5b
⬆️ Set n8n-core@0.101.0 and n8n-workflow@0.83.0 on n8n-node-dev
2022-01-16 13:39:03 +00:00
Jan Oberhauser
7a73bc9820
🔖 Release n8n-core@0.101.0
2022-01-16 13:38:53 +00:00
Jan Oberhauser
1234ccbc43
⬆️ Set n8n-workflow@0.83.0 on n8n-core
2022-01-16 13:38:53 +00:00
Jan Oberhauser
035d19da64
🔖 Release n8n-workflow@0.83.0
2022-01-16 13:38:43 +00:00
Ricardo Espinoza
6066b6670e
🐛 Fix bug filtering date and datetime fields on Salesforce node ( #2565 )
2022-01-16 14:27:20 +01:00
Jan Oberhauser
7efb73053d
⚡ Allow to use execute command with workflows that do not have an ID
2022-01-16 14:04:42 +01:00
Iván Ovejero
ba6822c4ac
👕 Remove redundant linting options ( #2626 )
2022-01-15 20:34:13 +01:00
Jan Oberhauser
ac1659959b
👕 Fix lint issue
2022-01-15 20:33:30 +01:00
Jonathan Bennetts
27c5b218ab
🐛 Fix download for some files via Box node ( #2669 )
2022-01-15 20:12:32 +01:00
Jan Oberhauser
3d4c1cb23f
✨ Add OAuth, basicAuth, digestAuth and queryAuth support to GraphQL node ( #2673 )
...
* ✨ Add OAuth support to GraphQL node
* ✨ Add basicAuth, digestAuth and queryAuth to GraphQL node
2022-01-15 20:05:15 +01:00
Harshil Agrawal
7ff7c53fc1
⚡ Add and update codex files ( #2679 )
2022-01-15 19:54:44 +01:00
Elvina Valieva
add9c30e38
✨ Add Jenkins Node ( #2345 )
...
* feat: initial jenkins setup
* feat: trigger job functionality
* feat: copy a job
* feat: basic Jenkins instance operations
* feat: create job from xml
* feat: trigger with params
* feat: basic build list
* feat: list build with params
* feat: basic credentials test
* chore: linting fixes
* feat: use baseUrl from credentials
* chore: naming fixes
* feat: filters collection for getall buils
* fix: better ui and credentials
* chore: alphabetize params and fix typos
* ⚡ Small changes
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Some improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-15 13:19:37 +01:00
Iván Ovejero
f788422364
⚡ Skip /node-dev during build ( #2677 )
2022-01-13 18:14:28 +01:00
Tom
e0ef645514
🐛 Fix Philips Hue API Connection ( #2631 )
...
* 🐛 Fix Philips Hue API Connection
* Philips Hue Node: Fixed typo in update operation description
2022-01-13 07:51:58 +01:00
Mutasem Aldmour
c9e1892cd9
🐛 Fix tags i18n bug ( #2667 )
2022-01-13 07:41:48 +01:00
Jonathan Bennetts
8386d7c73e
📖 Fix path to Supabase credential documentation ( #2660 )
2022-01-10 13:21:40 +01:00
awitkowski0
71c3b91b45
Renamed Additional Field to Update Fields
...
Removed Workspace from Update Fields
Renamed Update Project to Update
Changed Project Type options under update to string for name
Added Workspace as a requirement to update projects and as a load dependency
Removed Workspace from actual updating
2022-01-10 00:44:18 -05:00
alexwitkowski
3afacff564
Merge branch 'n8n-io:master' into master
2022-01-09 22:05:11 -05:00
Jan Oberhauser
6fea3843c7
🔖 Release n8n@0.158.0
2022-01-09 16:16:59 +00:00
Jan Oberhauser
c10e02c8f0
⬆️ Set n8n-core@0.100.0, n8n-editor-ui@0.125.0, n8n-nodes-base@0.156.0 and n8n-workflow@0.82.0 on n8n
2022-01-09 16:16:59 +00:00
Jan Oberhauser
712de92c85
🔖 Release n8n-editor-ui@0.125.0
2022-01-09 16:15:41 +00:00
Jan Oberhauser
3d06d15b9d
⬆️ Set n8n-workflow@0.82.0 on n8n-editor-ui
2022-01-09 16:15:41 +00:00
Jan Oberhauser
6bfac6685e
🔖 Release n8n-nodes-base@0.156.0
2022-01-09 16:14:59 +00:00
Jan Oberhauser
8d39d70e94
⬆️ Set n8n-core@0.100.0 and n8n-workflow@0.82.0 on n8n-nodes-base
2022-01-09 16:14:59 +00:00
Jan Oberhauser
3867e7b554
🔖 Release n8n-node-dev@0.39.0
2022-01-09 16:14:48 +00:00
Jan Oberhauser
8d3f60e0a9
⬆️ Set n8n-core@0.100.0 and n8n-workflow@0.82.0 on n8n-node-dev
2022-01-09 16:14:48 +00:00
Jan Oberhauser
0b031ae324
🔖 Release n8n-core@0.100.0
2022-01-09 16:14:39 +00:00
Jan Oberhauser
22a7baeff4
⬆️ Set n8n-workflow@0.82.0 on n8n-core
2022-01-09 16:14:39 +00:00
Jan Oberhauser
d75a77a66f
🔖 Release n8n-workflow@0.82.0
2022-01-09 16:14:27 +00:00
Jan Oberhauser
7be9769302
Revert " 🐛 Fix VUE_APP_PUBLIC_PATH issue ( #2648 )" ( #2655 )
...
This reverts commit c129252d2b
.
2022-01-09 16:57:36 +01:00
Jan Oberhauser
b35d97f778
🐛 Fix issue that empty binary data overwrite others on merge
2022-01-09 10:39:48 +01:00
Vahid Sebto
228ba36b56
⚡ Add external hook "activeWorkflows.initialized" ( #2571 )
2022-01-08 18:53:42 +01:00
Pierre
67d876e559
✨ Addi an optional database field to redis ( #2634 )
2022-01-08 18:07:35 +01:00
Harshil Agrawal
878382be15
:zap; Add wait alias to Merge node ( #2633 )
2022-01-08 13:15:28 +01:00
Jan Oberhauser
e74caf4b0d
👕 Fix lint issue
2022-01-08 13:14:18 +01:00
Jonathan Bennetts
95542a5a8d
🐛 Fix iCalendar month bug ( #2644 )
2022-01-08 13:11:58 +01:00
Laurens
ac545b2573
✨ Add field AccountNumber to Salesforce Node ( #2649 )
2022-01-08 12:53:57 +01:00
m2scared
c129252d2b
🐛 Fix VUE_APP_PUBLIC_PATH issue ( #2648 )
...
VUE_APP_PUBLIC_PATH was not working on Linux after this commit.
2022-01-08 12:20:33 +01:00
Jan Oberhauser
6336158d55
👕 Fix lint issue
2022-01-08 11:47:24 +01:00
Jan Oberhauser
fb6c243edd
🔀 Merge branch 'Add-schema-registry-into-kafka' of https://github.com/rgeorgel/n8n into rgeorgel-Add-schema-registry-into-kafka
2022-01-08 10:55:55 +01:00
Iván Ovejero
77a05976ec
✨ Add MS Graph Security node ( #2307 )
...
* ✨ Create MS Graph Security node
* ⚡ General update
* 📦 Update package-lock.json
* 👕 Fix lint
* 🔥 Remove Reviewed field
* ⚡ Set max limit to 1000
* ⚡ Add limit to 1000 to second resource
2022-01-08 10:53:10 +01:00
Ricardo Espinoza
8e708f3d3d
✨ Add Supabase node ( #2549 )
...
* ✨ Supabase node
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-08 10:36:07 +01:00
Iván Ovejero
5fec563c5c
⚡ i18n feedback refactorings ( #2597 )
...
* ⚡ Create endpoint for node credential translation
* ⚡ Add API helper method in FE
* 🔨 Add creds JSON files to tsconfig
* ⚡ Refactor credentials loading
* ⚡ Refactor calls in CredentialConfig
* ✏️ Add dummy translations
* ⚡ Split translations per node
* 🔥 Remove deprecated method
* ⚡ Refactor nesting in collections
* 🚚 Rename topParameter methods for accuracy
* ✏️ Fill out GitHub dummy cred
* 🚚 Clarify naming for collection utils
* ✏️ Fill out dummy translation
* 🔥 Remove surplus colons
* 🔥 Remove logging
* ⚡ Restore missing space
* 🔥 Remove lingering colon
* ⚡ Add path to InputLabel calls
* ✏️ Fill out dummy translations
* 🐛 Fix multipleValuesButtonText logic
* ⚡ Add sample properties to be deleted
* ⚡ Render deeply nested params
* 📦 Update package-lock.json
* 🔥 remove logging
* ✏️ Add dummy value to Slack translation
* ✏️ Add placeholder to dummy translation
* ⚡ Fix placeholder rendering for button text
* 👕 Fix lint
* 🔥 Remove outdated comment
* 🐛 Pass in missing arg for placeholder
* ✏️ Fill out Slack translation
* ⚡ Add explanatory comment
* ✏️ Fill out dummy translation
* ✏️ Update documentation
* 🔥 Remove broken link
* ✏️ Add pending functionality
* ✏️ Fix indentation
* 🐛 Fix method call in CredentialEdit
* ⚡ Implement eventTriggerDescription
* 🐛 Fix table-json-binary radio buttons
* ✏️ Clarify usage of eventTriggerDescription
* 🔥 Remove unneeded arg
* 🐛 Fix display in CodeEdit and TextEdit
* 🔥 Remove logging
* ✏️ Add translation for test cred options
* ✏️ Add test for separate file in same dir
* ✏️ Add test for versioned node
* ✏️ Add test for node in grouped dir
* ✏️ Add minor clarifications
* ✏️ Add nested collection test
* ✏️ Add pending functionality
* ⚡ Generalize collections handling
* 🚚 Rename helper to remove redundancy
* 🚚 Improve naming in helpers
* ✏️ Improve helpers documentation
* ✏️ Improve i18n methods documentation
* 🚚 Make endpoint naming consistent
* ✏️ Add final newlines
* ✏️ Clean up JSON examples
* ⚡ Reuse i18n method
* ⚡ Improve utils readability
* ⚡ Return early if cred translation exists
* 🔥 Remove dummy translations
2022-01-07 22:02:21 +01:00
Mutasem Aldmour
6a2db6d107
🐛 Fix personalisation bug ( #2652 )
...
* fix personlization bug
* fix translation issues
* fix suggested nodes
* update key
2022-01-07 20:41:28 +01:00
Jan Oberhauser
4cefe98992
✨ Make it possible to add transparency to an image
2022-01-07 18:39:30 +01:00
Jan Oberhauser
9d42a07a0b
🐛 Fix bug that two items get returned
2022-01-07 18:38:35 +01:00
Anuj Kapoor
214dd5061e
✨ Add Syncromsp node ( #2477 )
...
* Init Node
* Added get customer details api for syncomsp-node
* Fixed formatting bug 🐛
* Updated description for query params, and removed redundant condition in router
* Changed default value for page parameter
* 🚢 Added tickets API
* 🚢 Added contacts API
* 🚢 Added RMM Alerts API
* Add customer API
* Updates post code review
* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts
* added create and delete method to customers module
* fix liniting issue
* Added Update method to customer module
* Code Review Changes
* 🚢 Added CRUD for contacts endpoint
* 🚢 Added CRUD for RMM Alert endpoint
* Added options for status field
* 🐛 fix linting issues
* Init Node
* Added get customer details api for syncomsp-node
* Fixed formatting bug 🐛
* Updated description for query params, and removed redundant condition in router
* Changed default value for page parameter
* 🚢 Added tickets API
* 🚢 Added contacts API
* 🚢 Added RMM Alerts API
* Updates post code review
* Add customer API
* added create and delete method to customers module
* fix liniting issue
* Added Update method to customer module
* Rename SyncroMspAPI.credentials.ts to SyncroMspApi.credentials.ts
* Code Review Changes
* 🚢 Added CRUD for contacts endpoint
* 🚢 Added CRUD for RMM Alert endpoint
* Added options for status field
* 🐛 fix linting issues
* 🚢 Added CRUD for ticket endpoint
* :tag: update get customer module
* :tag: update get customer module
* Minor bug fixes
* Changed response for ticket update
* 👕 Fix lint issue
* Alphabetically ordered all options
* 🐛 Fixed build issue
* 🐛 Fixed Server.ts build issue, rebased from master
* ⚡ Fix node issues
* ⚡ Fix more issues
* ⚡ Fixed all operations with the standard convention
* 👕 Fix lint
* Fix reviewed changes
* update border color
* ⚡ minor fixes
* minor fixes
* Added fallback when port in use
* ⚡ Minor Fixes
* ⚡ Hide addtional paramerts when return all is active
* ⚡ Fix issues with Tickets
* ⚡ Fix issues with Rmm
* ⚡ Fix issues with Customer
* 👕 Fix lint
* ⚡ Fix issues with Contact
* 👕 Fixed formatting issue
* ⚡ Return 404 in ID not found
* 👕 Fixed formatting issue
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add credentials verification
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Additional improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-01-07 18:19:24 +01:00
Ahsan Virani
57016624b8
⚡ Improve telemetry ( #2604 )
...
* add node positions in node graph
* add hover events
* add tag count in save event
* populate properties when default
* fix delete and enable node events
* add node and workflow exec events
* lint
* add node graph
* add node id
2022-01-07 17:14:59 +01:00
Jan Oberhauser
df412e9523
🔖 Release n8n@0.157.1
2022-01-03 22:54:36 +01:00
Jan Oberhauser
9b520e77ff
⬆️ Set n8n-nodes-base@0.155.1 on n8n
2022-01-03 22:53:45 +01:00
Jan Oberhauser
75411212b2
🔖 Release n8n-nodes-base@0.155.1
2022-01-03 22:52:54 +01:00
Omar Ajoue
baa43c1e33
🐛 Fix execute commands after binary data release ( #2628 )
2022-01-03 22:49:44 +01:00
Ahsan Virani
224ef736de
🐛 Binary data handling fixes ( #2629 )
...
* Update node airtable
* Update nodenextcloud
* Update node spreadsheet
* Update node cortex, dropbox, editImage nodes
* Update node emailSend
* Update node ftp
* Update node googleDrive
* Update node googleDrive fix
* Update node youtube
* Update node htmlExtract
* Update node linkedIn
* Update node mailgun
* Update node matrix
* Update node pipedrive
* Update node readPdf
* Update node facebookGraphApi
* Update node httpRequest
* Update node nocoDB
* Update node httpRequest, respondToWebhook
* Update node signi4
* Update node slack
* Update node zulip
* cleanup
* fix generic funcs
* 🐛 Fix EditImage Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-03 22:42:42 +01:00
Jan Oberhauser
aff93480d4
🔖 Release n8n@0.157.0
2022-01-02 09:47:14 +00:00
Jan Oberhauser
86578cf32f
⬆️ Set n8n-core@0.99.0, n8n-editor-ui@0.124.0 and n8n-nodes-base@0.155.0 on n8n
2022-01-02 09:47:13 +00:00
Jan Oberhauser
a3dae4e640
🔖 Release n8n-editor-ui@0.124.0
2022-01-02 09:46:01 +00:00
Jan Oberhauser
0ef77bae98
🔖 Release n8n-nodes-base@0.155.0
2022-01-02 09:45:20 +00:00
Jan Oberhauser
7861883afb
⬆️ Set n8n-core@0.99.0 on n8n-nodes-base
2022-01-02 09:45:19 +00:00
Jan Oberhauser
cf1173da10
🔖 Release n8n-node-dev@0.38.0
2022-01-02 09:45:09 +00:00
Jan Oberhauser
0a7693d050
⬆️ Set n8n-core@0.99.0 on n8n-node-dev
2022-01-02 09:45:09 +00:00
Jan Oberhauser
ca0ccad578
🔖 Release n8n-core@0.99.0
2022-01-02 09:45:00 +00:00
Jan Oberhauser
6d0a4d2132
⚡ Always stringify data of Function-Nodes ( #2606 )
...
* ⚡ Always stringify data of Function-Nodes
* ⚡ Fix lint issue and fix data
2022-01-02 10:33:15 +01:00
Iván Ovejero
815e405148
🐛 Fix number suffix in duplicate node ( #2602 )
...
* 🐛 Fix number suffix in duplicate node
* 🔥 Remove logging
2022-01-02 10:31:06 +01:00
Harshil Agrawal
77970d85f0
⚡ Add codex files for Figma and Workable ( #2623 )
2022-01-02 10:21:49 +01:00
Jan Oberhauser
4cb52c710f
⚡ Fix parameter "Ignore Bots" parameter order
2022-01-02 10:20:12 +01:00
Jan Oberhauser
eeccc69b4f
🔀 Merge branch 'ignore-bots' of https://github.com/pemontto/n8n into pemontto-ignore-bots
2022-01-01 23:15:10 +01:00
Anuj Kapoor
5c11eb5230
🐛 Fix digest-auth ( #2577 )
...
* 🚢 Added digest-header package to get auth
* ⚡ Fix type issue and digest auth header request
* ⚡ Removed auth details from first request
* Added diest to authorization header
* ⚡ fixed typo in url
* ⚡ Removed broken package and addded auth implimentation
* ⚡ Added check for www header
* 👕 Moved digestAuth to a specific function
* 👕 Code restructuring
* ⚡ Added seperate promise for digest-auth
* 👕 Fix formatting
* 👕 renamed digestPromise to axiosPromise
* 👕 Removed redundant silce function
2021-12-30 07:58:45 +01:00
Ricardo Espinoza
755af2e41f
✨ Add engagement resource - Hubspot Node ( #2615 )
...
* ⚡ Add engagement resource
* ⚡ Improvements
* 🐛 Fix forObjectType:contact
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:36:25 +01:00
Ricardo Espinoza
7a8425a152
✨ Add Notion node V2 ( #2437 )
...
* ⚡ Add versioning
* ⚡ Add credentials verification
* ⚡ Add folmula filtering
* ⚡ Add file support
* ⚡ Apply internal review
* ⚡ Improvements
* ⚡ Add page updated event to trigger
* ⚡ Use name instead of id when setting expression in select type
* ⚡ improvements
* ⚡ Improvements
* ⚡ Improvement to descriptions
* ⚡ Add filter to databasePage:getAll
* ⚡ Improvements
* ⚡ Add database:search operation
* ⚡ Add page:archive operation
* ⚡ Allow clearing fields date type
* ⚡ Allow setting single value in people type field
* asasas
* asasas
* aaaaa
* ⚡ Improvements
* ⚡ Fix merging issues
* 🐛 Fix filename
* ⚡ Minor fix
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:23:22 +01:00
Jan Oberhauser
aab5f5ddab
🔖 Release n8n@0.156.0
2021-12-25 13:19:52 +00:00
Jan Oberhauser
e2a44770b8
⬆️ Set n8n-core@0.98.0, n8n-editor-ui@0.123.0, n8n-nodes-base@0.154.0 and n8n-workflow@0.81.0 on n8n
2021-12-25 13:19:52 +00:00
Jan Oberhauser
bef05d2c9d
🔖 Release n8n-editor-ui@0.123.0
2021-12-25 13:18:31 +00:00
Jan Oberhauser
b7be337933
⬆️ Set n8n-workflow@0.81.0 on n8n-editor-ui
2021-12-25 13:18:31 +00:00
Jan Oberhauser
f25af2a7bd
🔖 Release n8n-nodes-base@0.154.0
2021-12-25 13:17:56 +00:00
Jan Oberhauser
1612549d13
⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-nodes-base
2021-12-25 13:17:56 +00:00
Jan Oberhauser
4c8772e0ea
🔖 Release n8n-node-dev@0.37.0
2021-12-25 13:17:45 +00:00
Jan Oberhauser
64ff8f9697
⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-node-dev
2021-12-25 13:17:45 +00:00
Jan Oberhauser
9a8e0d0dd7
🔖 Release n8n-core@0.98.0
2021-12-25 13:17:36 +00:00
Jan Oberhauser
18599323eb
⬆️ Set n8n-workflow@0.81.0 on n8n-core
2021-12-25 13:17:36 +00:00
Jan Oberhauser
63de319035
🔖 Release n8n-workflow@0.81.0
2021-12-25 13:17:26 +00:00
Jan Oberhauser
2996d5d1e8
👕 Fix lint issue
2021-12-25 13:51:42 +01:00
Vahid Sebto
8f9dbb7163
⚡ Add executionId workflow.postExecute external hook ( #2569 )
...
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2021-12-25 13:42:17 +01:00
Jan Oberhauser
9493d72c21
⚡ Minor improvement
2021-12-25 11:35:53 +01:00
Jan Oberhauser
79dd8c1adf
🔀 Merge branch 'patch-1' of https://github.com/toadle/n8n into toadle-patch-1
2021-12-25 11:27:50 +01:00
Iván Ovejero
26eac80d49
⚡ Parse single-line private key for Google service account ( #2132 )
...
* ⚡ Parse single-line private key
* ✏️ Update description and placeholder
* ⚡ Some improvements
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-24 16:12:18 +01:00
Manuel
231c760ef5
⚡ Add missing gitlab trigger event types ( #2591 )
...
See issue #2590
2021-12-24 11:37:24 +01:00
Jan Oberhauser
185bc04436
⚡ Automatically remove new lines from Google credentials
2021-12-24 10:48:23 +01:00
Jan Oberhauser
205ae0986f
🐛 Display correct expression result for not first output data
2021-12-24 10:10:13 +01:00
Jan Oberhauser
48f0f71f95
✨ Make it possible to disable the UI
2021-12-24 07:59:14 +01:00
Ahsan Virani
1e42effc3a
✨ Introduce binary data management ( #2059 )
...
* introduce binary data management
* merge fixes
* fixes
* init binary data manager for other modes
* improve binary manager
* improve binary manager
* delete binary data on executions delete
* lazy delete non-saved executions binary data
* merge fixes + error handing
* improve structure
* leftovers and cleanups
* formatting
* fix config description
* fixes
* fix races
* duplicate binary data for execute workflow node
* clean up and cr
* update mode name, add binary mode to diagnostics
* update mode name, add prefix to filename
* update filename
* allow multiple modes, backward compatibility
* improve file and id naming
* use execution id for binary data storage
* delete binary data by execution id
* add meta for persisted binary data
* delete marked persisted files
* mark deletion by executionid
* add env var for persisted binary data ttl
* improvements
* lint fix
* fix env var description
* cleanup
* cleanup
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-23 22:29:04 +01:00
Omar Ajoue
416e15cdb6
⚡ Improve axios output to be more identical to request ( #2588 )
2021-12-23 21:20:50 +01:00
Jan Oberhauser
aecb30dfa8
🔀 Merge branch 'arpadgabor-feat/monaco'
2021-12-23 21:00:54 +01:00
Jan Oberhauser
b4f2251bcb
⚡ Improvements
2021-12-23 21:00:08 +01:00
Jan Oberhauser
395f8ed5b5
🐛 Add support for data from not first output data
2021-12-23 19:11:14 +01:00
Jan Oberhauser
85be1223e9
⚡ Further improve default types
2021-12-23 18:15:40 +01:00
Jan Oberhauser
cc4f16f419
⚡ Improve default types if there is not execution data
2021-12-23 18:13:25 +01:00
Jan Oberhauser
4ab7257c2b
🐛 Fix issue with comments in last line
2021-12-23 18:02:32 +01:00
Tim Adler
88fd0078f5
Expose functionality for update
2021-12-23 17:46:46 +01:00
Tim Adler
7843c59ab4
Add functionality back to Node
2021-12-23 17:45:30 +01:00
Jan Oberhauser
b9abf5c57b
🐛 Fix issue with no incoming data
2021-12-23 15:54:30 +01:00
Jan Oberhauser
0f1b8779e4
⚡ Add line numbers to errors
2021-12-23 15:16:42 +01:00
Jan Oberhauser
96a112f01d
⚡ Fix lint issue and comparison
2021-12-23 13:49:09 +01:00
Jan Oberhauser
49f42b97ef
🔀 Merge branch 'kitemaker-add-spaceid-to-create-workitem' of https://github.com/l4u/n8n into l4u-kitemaker-add-spaceid-to-create-workitem
2021-12-23 13:32:03 +01:00
Iván Ovejero
2b74b6238e
⚡ Deprecate step size and node color ( #2586 )
...
* 🔥 Deprecate numberStepSize
* 🔥 Deprecate color in non-FA nodes
* ⚡ Minor node name fixes
* 📦 Update package-lock.json
* ⏪ Restore Merge node color
* 👕 Fix lint
2021-12-23 13:30:35 +01:00
Iván Ovejero
0ce26d48e0
⚡ Minor i18n fixes ( #2585 )
...
* ⚡ Make subcategory render keys consistent
* ⚡ Add missing or key
* ⚡ Fix default text for multiple value button
* ⚡ Simplify subcategory extraction
2021-12-23 12:21:27 +01:00
Jan Oberhauser
fa760ee26b
⚡ Improve autocomplete and a few other changes
2021-12-23 11:41:46 +01:00
Tim Adler
94f79f9a61
Expose pleaseParse-functionality in n8n interface
2021-12-22 22:22:13 +01:00
Jan Oberhauser
27f696ad27
🔀 Merge branch 'master' into arpadgabor-feat/monaco
2021-12-22 07:46:16 +01:00
Ricardo Espinoza
cbe2fc2210
⚡ Add Google native files support to file:download - Google Drive ( #2372 )
...
* ⚡ Add Google native files support to file:download
* ⚡ Small fix
* ⚡ Improvements
* ⚡ Fix lint issue
* ⚡ Improvements
* ⚡ Remove console.log
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-21 23:36:37 +01:00
Leo Lou
902a75bd18
Add SpaceID in Create Work Item for Kitemaker
2021-12-21 08:41:42 +08:00
Jan Oberhauser
cd3ea6a33f
⚡ Fix theme name
2021-12-20 23:52:19 +01:00