Commit graph

6269 commits

Author SHA1 Message Date
Jan Oberhauser 6e28cae5f9 🔖 Release n8n-workflow@0.110.0 2022-07-27 15:38:53 +00:00
Jan Oberhauser 2971ef9ec0 ⬆️ Update package-lock.json file 2022-07-27 17:38:39 +02:00
Alex Grozav 30c0f21b3f
fix(editor): Fix pin data in executions when pinData is null. (#3787) 2022-07-27 17:02:46 +02:00
Michael Kret 3496a39788
feat(Kafka Trigger Node): Add additional options (#3600)
* 🔨 additional options to kafka trigger

*  option for maxInFlightRequests

*  Small change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-07-27 17:00:39 +02:00
Milorad FIlipović 3ebfa45570
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>
2022-07-27 16:28:13 +02:00
Michael Kret 553b14a13c
feat(Item List Node): Add operation for creating array from input items (#3149)
* 🔨 create array operation

* 🔨 removed semicolumn

* 🔨 updated UI

*  display option fix

*  aggregate operation description update, default aggregate item
2022-07-27 16:19:50 +02:00
कारतोफ्फेलस्क्रिप्ट™ 2fb590e844
fix(core): Add windows support to import:credentials --separate (#3589) 2022-07-27 15:57:44 +02:00
Iván Ovejero 92b2caaf26
Add suggested VSCode settings (#3783)
*  Add suggested settings

* 🔥 Remove app-level setting

* 🎨 Update indentation
2022-07-27 14:21:00 +02:00
Jonathan Bennetts 2710061523
fix(Fix Rocketchat Node): Fix authentication issue (#3778) 2022-07-27 10:46:25 +02:00
maxtkacz 2e194a6daa
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
2022-07-27 10:42:12 +02:00
Mutasem Aldmour 02549e3ba9
fix(editor): Fix spaces bug (#3774) 2022-07-26 14:49:38 +02:00
agobrech 81b5828558
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

*  Add preAuthentication method to credentials

* Revert "Added new credential for metabse, added custom auth for metabase"

This reverts commit 5f1b7607ad.

* Revert "Added new credential for metabse, added custom auth for metabase"

This reverts commit 5f1b7607ad.

* 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

*  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>
2022-07-26 14:43:36 +02:00
Mutasem Aldmour b4525d06ea
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
2022-07-26 12:45:55 +02:00
Mutasem Aldmour 92614c81ab
fix(editor): Fix sticky duplication and position bug (#3755)
* fix bug when inserting sticky

* center sticky on insert

* export as const
2022-07-26 12:41:34 +02:00
Iván Ovejero 1a7318b4cf
fix(editor): Restore pindata header colors (#3758)
* 🎨 Restore `color-secondary-tint` colors

* 🔥 Remove typing from JS file
2022-07-26 12:38:48 +02:00
Mutasem Aldmour deb510a8e0
fix(editor): Fix linking buttons color (#3770)
* fix color of icon

* center buttons
2022-07-26 09:55:27 +02:00
Nicholas Penree 88cb26556c
fix(AWS DynamoDB Node): Fix expression attribute names (#3763)
* Fix expression attribute names in getAll

* fix: EAN value should be a string, not object
2022-07-24 18:13:11 +02:00
Jonathan Bennetts fe58769b48
fix(Mautic Node): Fix authentication issue (#3761)
* Fixes mautic credential issue

* removed unused imports

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-24 18:10:26 +02:00
Jan Oberhauser 15d8ffd3ba ⬆️ Update package-lock.json file 2022-07-24 17:52:00 +02:00
Ahsan Virani 1f1a63c39a
fix: Fix node_type property in all events (#3759) 2022-07-24 17:37:34 +02:00
Iván Ovejero 57afd480ab
refactor: Format all credentials (#3720)
* Apply Prettier to all credentials

* Fix quotes for lint

* 👕 Remove `quotemark` rule

* 👕 Run Prettier to take over quotes

* ⬆️ Upgrade `eslint-plugin-n8n-nodes-base`

* 📦 Update `package-lock.json`

Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-24 17:36:17 +02:00
Iván Ovejero f9f05621a1
refactor: Upgrade to ESLint 8 (#3722)
* ⬆️ Upgrade to ESLint 8

* 📦 Update package-lock.json

* 👕 Add lint exceptions

* 👕 Add more lint exceptions

*  Remove `tslint` from some packages

* 👕 Except init file

* 📦 Update `package-lock.json`

* 📦 Update `package-lock.json`

* 👕 Add exceptions to new lines coming from `master `

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-07-24 17:25:01 +02:00
Iván Ovejero 8be36c261b
refactor: Consolidate hoisted package versions (#3724)
* 📦 Consolidate hoisted package versions

* 📦 Update `package-lock.json`

* 📦 Update `package-lock.json`

* 📦 Update `package-lock.json`
2022-07-24 17:13:01 +02:00
Jan Oberhauser 1348349748 feat: Improvements to pairedItem 2022-07-22 12:19:45 +02:00
Jan Oberhauser 2f4f2cfb86 🔖 Update main package.json to 0.187.2 2022-07-21 14:45:52 +02:00
Jan Oberhauser 2b3a178324 📚 Update CHANGELOG.md with version 0.187.2 2022-07-21 14:45:31 +02:00
Jan Oberhauser 41479b6bc9 🔖 Release n8n@0.187.2 2022-07-21 14:43:48 +02:00
Jan Oberhauser bae23b3be0 ⬆️ Set n8n-editor-ui@0.153.1, n8n-nodes-base@0.185.1 on n8n 2022-07-21 14:42:38 +02:00
Jan Oberhauser f3de2ead8f 🔖 Release n8n-editor-ui@0.153.1 2022-07-21 14:41:46 +02:00
Jan Oberhauser 95ab17ee08 🔖 Release n8n-nodes-base@0.185.1 2022-07-21 14:40:48 +02:00
Omar Ajoue ccd1ed2c4c
fix(editor): Fix login issue for non-admin users (#3754) 2022-07-21 14:36:20 +02:00
Jonathan Bennetts e65016c861
fix(NocoDB Node): Fix authentication issue (#3750) 2022-07-21 13:55:20 +02:00
Mutasem Aldmour 3a98028722
fix(editor): Fix console error (#3751) 2022-07-21 13:45:35 +02:00
Milorad FIlipović 5efe4a4c54
fix(editor): Fix problems with credentials modal if no node is opened (#3749) 2022-07-21 12:50:34 +02:00
Jan Oberhauser 08841f05a2 🔖 Update main package.json to 0.187.1 2022-07-20 18:36:16 +02:00
Jan Oberhauser 709fd8137a 📚 Update CHANGELOG.md with version 0.187.1 2022-07-20 18:35:56 +02:00
Jan Oberhauser d507a88e88 🔖 Release n8n@0.187.1 2022-07-20 18:34:40 +02:00
Omar Ajoue 34a9beefa5
fix(editor): Fix issue that new nodes did not get automatically displayed in all connected browsers (#3745) 2022-07-20 18:32:33 +02:00
Jan Oberhauser 590401b655 📚 Update CHANGELOG.md with version 0.187.0 2022-07-20 18:08:49 +02:00
Jan Oberhauser edc43f2a27 🔖 Release n8n@0.187.0 2022-07-20 16:05:17 +00:00
Jan Oberhauser 717ba59678 ⬆️ Set n8n-core@0.127.0, n8n-editor-ui@0.153.0, n8n-nodes-base@0.185.0 and n8n-workflow@0.109.0 on n8n 2022-07-20 16:05:17 +00:00
Jan Oberhauser 25d1cafc5f 🔖 Release n8n-editor-ui@0.153.0 2022-07-20 16:03:48 +00:00
Jan Oberhauser c23d3fb9aa ⬆️ Set n8n-design-system@0.27.0 and n8n-workflow@0.109.0 on n8n-editor-ui 2022-07-20 16:03:48 +00:00
Jan Oberhauser fc88635f75 🔖 Release n8n-design-system@0.27.0 2022-07-20 16:03:39 +00:00
Jan Oberhauser 0b171f1e4e 🔖 Release n8n-nodes-base@0.185.0 2022-07-20 16:02:55 +00:00
Jan Oberhauser e8a216c63c ⬆️ Set n8n-core@0.127.0 and n8n-workflow@0.109.0 on n8n-nodes-base 2022-07-20 16:02:55 +00:00
Jan Oberhauser 91928990f1 🔖 Release n8n-node-dev@0.66.0 2022-07-20 16:02:44 +00:00
Jan Oberhauser 46b5421a5a ⬆️ Set n8n-core@0.127.0 and n8n-workflow@0.109.0 on n8n-node-dev 2022-07-20 16:02:44 +00:00
Jan Oberhauser 2ba12d0921 🔖 Release n8n-core@0.127.0 2022-07-20 16:02:36 +00:00
Jan Oberhauser f31d6b0914 ⬆️ Set n8n-workflow@0.109.0 on n8n-core 2022-07-20 16:02:36 +00:00