Commit graph

5520 commits

Author SHA1 Message Date
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 4fa0514a1e ⬆️ Update package-lock.json file 2022-02-13 10:54:02 +01: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
Jan Oberhauser ba8ccfa3b1 🐳 Fix parameter name 2022-02-12 12:37:53 +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
Jan Oberhauser d265d8b74f 🐳 Try again to fix merge 2022-02-10 14:41:59 +01:00
Jan Oberhauser a604f75ab1 🐳 Another automerge fix 2022-02-10 14:38:04 +01:00
Jan Oberhauser 44381b2fbc 🐳 Fix automerge 2022-02-10 14:35:07 +01:00
Jan Oberhauser 6ea22f8451 🐳 Extend to allow automatic master merge 2022-02-10 14:14:55 +01:00
Jan Oberhauser b4fb5947dc 🐳 Extend nightly build action to also allow to build from other
repository
2022-02-09 14:23:07 +01:00
Jan Oberhauser 0799ff24b2 ⬆️ Update package-lock.json file 2022-02-09 11:14:27 +01:00
Mutasem Aldmour b4e3f27c9f
Fix icon types (#2784) 2022-02-08 13:33:59 +01:00
Jan Oberhauser 3b173b52a4 ⬆️ Update package-lock.json file 2022-02-06 12:04:09 +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