Commit graph

5803 commits

Author SHA1 Message Date
alex meredith 155a9961e6 comit for PR 2022-05-05 16:31:26 +01:00
alex meredith 60cd351311 Added ReturnALL to GET method 2022-05-04 17:46:19 +01:00
alex meredith a09650116a IT WORKS! 2022-05-04 15:33:46 +01:00
alex meredith 8345c46c91 options and operations added 2022-05-03 11:59:00 +01:00
Jan Oberhauser 4bf66dcbb5 📚 Update CHANGELOG.md with version 0.175.1 2022-05-03 10:29:56 +02:00
Jan Oberhauser 57166ba15c 🔖 Update main package.json to 0.175.1 2022-05-03 10:28:48 +02:00
Jan Oberhauser 6066e79ac1 🔖 Release n8n@0.175.1 2022-05-03 10:24:44 +02:00
Jan Oberhauser 3686ecec28 ⬆️ Set n8n-editor-ui@0.142.1 on n8n 2022-05-03 10:23:31 +02:00
Jan Oberhauser 22f086bafd 🔖 Release n8n-editor-ui@0.142.1 2022-05-03 10:22:24 +02:00
Jan Oberhauser ed56481243 fix(editor): Fix bug with node version 2022-05-03 10:20:23 +02:00
Jan Oberhauser d6e5de588a 📚 Update CHANGELOG.md with version 0.175.0 2022-05-02 13:30:27 +02:00
Jan Oberhauser 8d068df461 🔖 Update main package.json to 0.175.0 2022-05-02 13:28:39 +02:00
Jan Oberhauser fe5bfbd359 🔖 Release n8n@0.175.0 2022-05-02 10:24:34 +00:00
Jan Oberhauser 8f96dd4c5a ⬆️ Set n8n-core@0.116.0, n8n-editor-ui@0.142.0, n8n-nodes-base@0.173.0 and n8n-workflow@0.98.0 on n8n 2022-05-02 10:24:34 +00:00
Jan Oberhauser 26e0127876 🔖 Release n8n-editor-ui@0.142.0 2022-05-02 10:23:02 +00:00
Jan Oberhauser 77acd2244a ⬆️ Set n8n-design-system@0.19.0 and n8n-workflow@0.98.0 on n8n-editor-ui 2022-05-02 10:23:01 +00:00
Jan Oberhauser 49e390fe58 🔖 Release n8n-design-system@0.19.0 2022-05-02 10:22:52 +00:00
Jan Oberhauser 7e0f1529c2 🔖 Release n8n-nodes-base@0.173.0 2022-05-02 10:22:07 +00:00
Jan Oberhauser 9a11feae52 ⬆️ Set n8n-core@0.116.0 and n8n-workflow@0.98.0 on n8n-nodes-base 2022-05-02 10:22:07 +00:00
Jan Oberhauser dfc6c2e286 🔖 Release n8n-node-dev@0.55.0 2022-05-02 10:22:00 +00:00
Jan Oberhauser 1f89350df1 ⬆️ Set n8n-core@0.116.0 and n8n-workflow@0.98.0 on n8n-node-dev 2022-05-02 10:21:59 +00:00
Jan Oberhauser 55ad28346a 🔖 Release n8n-core@0.116.0 2022-05-02 10:21:52 +00:00
Jan Oberhauser c9cd850380 ⬆️ Set n8n-workflow@0.98.0 on n8n-core 2022-05-02 10:21:52 +00:00
Jan Oberhauser 3cd390b6f7 🔖 Release n8n-workflow@0.98.0 2022-05-02 10:21:42 +00:00
Jan Oberhauser 84fcb2d20a ⬆️ Update package-lock.json file 2022-05-02 12:21:18 +02:00
Ben Hesseldieck 4ceac38e03
fix(core): Do not applying auth if UM is disabled (#3218)
* 🔓 not applying auth if UM is disabled

* 🛠 add helpers for UM enabled/disabled

* 👕 fix lint issue

* 🔥 remove unused imports
2022-05-02 12:11:46 +02:00
vcrwr ea4a8b88c9
fix(Hubspot Node): Fix search operators (#3208) 2022-05-02 11:59:05 +02:00
Tom c7d525a60f
fix(Wise Node): Respect time parameter on get: exchangeRate (#3227) 2022-05-02 10:03:29 +02:00
Jan Oberhauser 79ced8f677 fix(core): Skip credential check of disabled nodes and improve error
message
2022-05-02 10:01:32 +02:00
MC Naveen c02d259453
feat(Telegram Node): Allow querying chat administrators (#3226)
*  Add Get Telegram Chat Administrators

* feat(Microsoft Dynamics CRM Node): Add support for other regions than North America (#3157)

* Typo

* Added all dynamics regions

* Change uri to match credentials region

*  Small improvement

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

*  Return data in correct format

Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-05-02 10:00:29 +02:00
agobrech 4bdd607fdf
feat(Microsoft Dynamics CRM Node): Add support for other regions than North America (#3157)
* Typo

* Added all dynamics regions

* Change uri to match credentials region

*  Small improvement

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-05-02 07:55:32 +02:00
Alex Grozav 0a69a9eb9c
test(editor): Add first frontend unit-test and update notice component design (#3166)
*  Added basic Vue 2 + Vite.js setup.

* 🚧 Improved typescript support.

*  Added N8nNotice component to design system with stories and unit tests.

*  Migrated design system build to Vite.js.

* ♻️ Updated typescript definitions. Moved some interface types to remove reliance from design system on editor-ui user and validation types.

* ♻️ Changed prop name from type to theme. Updated truncation props.

* ♻️ Moved user response types back. Added n8n-notice component to editor-ui.

* 🐛 Fixed global vitest types.

*  Added this. vue type extension to editor-ui

* ♻️ Removed circular import.

*  Fixed failing n8n-notice tests.

* feat: Added support for notice truncation via typeOptions.

*  Updated warning color variables and notice warning colors.

* 🐛 Fixed n8n-notice parameter input spacing.
2022-04-29 15:23:41 +02:00
nivb06 69d6b7827f
Update Codex (#3221)
* Updated codex file for markdown node

* Updated codex file for markdown node

Co-authored-by: Niv <nivbelleli@gmail.com>
2022-04-29 10:09:41 +02:00
Omar Ajoue 770c4fe6eb
feat(Google Sheets Node): Allow to use header names as JSON path (#3165)
* Add option to match key by keypath when append data to google sheet

*  Fix build issue and option order

Co-authored-by: Jack Rudenko <i@madappgang.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-04-29 10:06:24 +02:00
Jan Oberhauser d5b9b0cb95
feat(core): Introduce simplified node versioning (#3205)
*  Introduce simple node versioning

*  Add example how to read version in node-code for custom logic

* 🐛 Fix setting of parameters

* 🐛 Fix another instance where it sets the wrong parameter

*  Remove unnecessary TOODs

*  Revert Set Node example changes

* ;rotating_light: Add test
2022-04-28 19:04:09 +02:00
Iván Ovejero 5e2589e626
refactor: Remove reintroduced non-null assertions in Db calls (#3162)
* 🔥 Remove reintroduced non-null assertions

* 🔥 Remove duplicate cred references

* 🔥 Remove unneeded `@ts-ignore`

* 🔥 Remove another `@ts-ignore`

* 🔥 Remove outdated suite version

* 🔥 Remove leftover non-null assertion

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>

* 🔥 Remove more leftovers

* 🔥 Remove unneeded optional chaining operators

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2022-04-28 18:39:57 +02:00
Ricardo Espinoza 2b008815ca
fix(Sendgrid Node): Fix issue sending attachments (#3213) 2022-04-28 17:39:38 +02:00
Mutasem Aldmour 8d9e05e3c3
fix(editor): Fix bug with touchscreens (#3206) 2022-04-28 17:36:41 +02:00
Iván Ovejero 8f46fd48d2
🔖 Update release version (#3207) 2022-04-26 11:40:41 +02:00
Jan Oberhauser 341e8fb23c 📚 Update CHANGELOG.md with version 0.174.0 2022-04-25 14:18:21 +02:00
Jan Oberhauser a89be650c8 🔖 Release n8n@0.174.0 2022-04-25 10:51:17 +00:00
Jan Oberhauser dcafea239d ⬆️ Set n8n-core@0.115.0, n8n-editor-ui@0.141.0, n8n-nodes-base@0.172.0 and n8n-workflow@0.97.0 on n8n 2022-04-25 10:51:17 +00:00
Jan Oberhauser 4f87125eba 🔖 Release n8n-editor-ui@0.141.0 2022-04-25 10:50:01 +00:00
Jan Oberhauser 1a9c865814 ⬆️ Set n8n-design-system@0.18.0 and n8n-workflow@0.97.0 on n8n-editor-ui 2022-04-25 10:50:01 +00:00
Jan Oberhauser c990bf121e 🔖 Release n8n-design-system@0.18.0 2022-04-25 10:49:50 +00:00
Jan Oberhauser c09d13186c 🔖 Release n8n-nodes-base@0.172.0 2022-04-25 10:49:02 +00:00
Jan Oberhauser 40a2a457b0 ⬆️ Set n8n-core@0.115.0 and n8n-workflow@0.97.0 on n8n-nodes-base 2022-04-25 10:49:02 +00:00
Jan Oberhauser 1736123390 🔖 Release n8n-node-dev@0.54.0 2022-04-25 10:48:54 +00:00
Jan Oberhauser fe3037e98e ⬆️ Set n8n-core@0.115.0 and n8n-workflow@0.97.0 on n8n-node-dev 2022-04-25 10:48:54 +00:00
Jan Oberhauser 2f82055ca4 🔖 Release n8n-core@0.115.0 2022-04-25 10:48:47 +00:00