OlegIvaniv
ed403972a9
fix(editor-ui): Fix ParameterInput inputField ref focus ( #4215 )
...
* fix(editor-ui): Fix ParameterInput inputField ref focus
* 🐛 Add focus method for `CredentialsSelect` and revert previous change to `ParamterInput`
2022-09-28 09:46:38 +02:00
Michael Kret
6ac442a2ac
fix(core): remove commented out lines
2022-09-27 17:19:22 +03:00
Michael Kret
47eb531e98
fix(Merge Node): update description in merge node
2022-09-27 16:07:55 +03:00
Valya
faaeb52a14
fix: remove --forceExit flag from cli tests ( #4211 )
...
I'm unsure what changed but it seems to just work now. Worth keeping an
eye on though.
2022-09-27 13:22:00 +01:00
Omar Ajoue
ef378f2cf2
fix: wrap external hooks calls in a try catch ( #4208 )
2022-09-27 11:43:56 +02:00
Milorad FIlipović
80e2d65933
fix(editor): Updating wrong i18n string reference ( #4209 )
...
🐛 Updating leftower string reference in save prompt button label
2022-09-27 11:20:25 +02:00
Mike Arvela
929315f9e4
feat(n8nApi node): add core node for consuming the n8n API ( #4076 )
...
* feat(n8n node): create n8n core node for consuming the n8n API
Co-authored-by: Michael Kret <michael.k@radency.com>
2022-09-27 12:05:51 +03:00
Mutasem Aldmour
67513e191d
fix(editor): fix run selector not opening ( #4199 )
...
fix run selector bug
2022-09-27 08:03:08 +03:00
कारतोफ्फेलस्क्रिप्ट™
5f0c65690b
fix(editor-ui): fix BASE_URL
replacement on windows ( #4202 )
2022-09-27 08:02:41 +03:00
Milorad FIlipović
b809a2a074
refactor(editor): Updated retry execution labels ( #4198 )
...
💄 Updated retry execution labels
2022-09-26 17:12:11 +02:00
Iván Ovejero
eaf13cdf75
fix(build): Add typing for SSE channel ( #4196 )
...
📘 Add typing for SSE channel
2022-09-26 16:39:48 +02:00
Milorad FIlipović
3db53a1934
feat(editor): Main navigation redesign ( #4144 )
...
* refactor(editor): N8N-4540 Main navigation layout rework (#4060 )
* ✨ Implemented new editor layout using css grid
* ✨ Reworking main navigation layout, migrating some styling to css modules
* ✨ Reworking main sidebar layout and responsiveness
* 💄 Minor type update
* ✨ Updated editor grid layout so empty cells are collapsed (`fit-content`), fixed updates menu items styling
* ✨ Implemented new user area look & feel in main sidebar
* 💄 Adjusting sidebar bottom padding when user area is not shown
* 💄 CSS cleanup/refactor + minor vue refactoring
* ✨ Fixing overscoll issue in chrome and scrolling behaviour of the content view
* 👌 Addressing review feedback
* ✨ Added collapsed and expanded versions of n8n logo
* ✨ Updating infinite scrolling in templates view to work with the new layout
* 💄 Updating main sidebar expanded width and templates view left margin
* 💄 Updating main content height
* 💄 Adding global styles for scrollable views with centered content, minor updates to user area
* ✨ Updating zoomToFit logic, lasso select box position and new nodes positioning
* ✨ Fixing new node drop position now that mouse detection has been adjusted
* 👌 Updating templates view scroll to top logic and responsive padding, aligning menu items titles
* 💄 Moving template layout style from global css class to component level
* ✨ Moved 'Workflows' menu to node view header. Added new dropdown component for user area and the new WF menu
* 💄 Updating disabled states in new WF menu
* 💄 Initial stab at new sidebar styling
* ✨ Finished main navigation restyling
* ✨ Updating `zoomToFit` and centering logic
* ✨ Adding updates menu item to settings sidebar
* 💄 Adding updates item to the settings sidebar and final touches on main sidebar style
* 💄 Removing old code & refactoring
* 💄 Minor CSS tweaks
* 💄 Opening credentials modal on sidebar menu item click. Minor CSS updates
* 💄 Updating sidebar expand/collapse animation
* 💄 Few more refinements of sidebar animation
* 👌 Addressing code review comments
* ✨ Moved ActionDropdown component to design system
* 👌 Fixing bugs reported during code review and testing
* 👌 Addressing design review comments for the new sidebar
* ✔️ Updating `N8nActionDropdown` component tests
* ✨ Remembering scroll position when going back to templates list
* ✨ Updating zoomToFit logic to account for footer content
* 👌 Addressing latest sidebar review comments
* 👌 Addressing main sidebar product review comments
* 💄 Updating css variable names after vite merge
* ✔️ Fixing linting errors in the design system
* ✔️ Fixing `element-ui` type import
* 👌 Addressing the code review comments.
* ✨ Adding link to new credentials view, removed old modal
* 💄 Updating credentials view responsiveness and route highlight handling
* 💄 Adding highlight to workflows submenu when on new workflow page
* 💄 Updated active submenu text color
2022-09-26 15:25:19 +02:00
कारतोफ्फेलस्क्रिप्ट™
e6e4f297c6
fix(cli): Disable CORS on SSE connections in production ( #4190 )
2022-09-26 15:15:44 +02:00
कारतोफ्फेलस्क्रिप्ट™
bc42073e28
ci: Use eslint-plugin-diff
only on the CI ( #4194 )
2022-09-26 14:43:52 +02:00
Alex Grozav
a4f9f041a0
fix(editor): Fix copy-pasting workflow into pin data code editor ( #4193 )
2022-09-26 14:27:07 +02:00
कारतोफ्फेलस्क्रिप्ट™
0b6a9585d4
fix(cli): add git to all docker images ( #4189 )
2022-09-26 12:43:36 +02:00
Alex Grozav
20b0e14f72
fix(editor): fix run data footer overflow ( #4175 )
...
* fix: fix run data footer overflow
* fix(editor): fix output panel header overflow
2022-09-26 13:02:14 +03:00
Alex Grozav
2b3a0901aa
fix(editor): fix run data pagination selector not showing ( #4187 )
...
fix: fix run data pagination selector not showing
2022-09-26 12:20:45 +03:00
Valya
05d227571d
fix: cardId property not showing up for completed checklist in Trello ( #4186 )
...
🐛 cardId property not showing up for completed checklist in Trello
2022-09-26 09:38:41 +01:00
Mike Arvela
31391a5b19
feat(eslint-config): add custom eslint rule 'no-uncaught-json-parse' ( #4087 )
...
feat(eslint-config): add custom eslint rule 'no-uncaugh-json-parse'
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-09-26 11:08:59 +03:00
Michael Kret
7aa40bf95d
refactor: migrate away from querystring ( #4180 )
...
refactor: migrate away from querystring
2022-09-23 16:48:45 +02:00
Alex Grozav
27e2ce0470
feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) ( #4061 )
...
* feat: Added vite.js dependencies.
* chore: Removed tests folder to follow same structure as design-system
* chore: Removed unused testing config.
* chore: Created vite.js index.html
* refactor: Updated scss structure and imports.
* refactor: Updated workflow building.
* fix: Cleared up all workflow dependency cycles. Added proper package.json imports config.
* feat: Got a working build using Vite. Need to fix issues next.
* fix: Progress! Getting process.env error.
* fix: Changed process.env to import.meta.env.
* fix: Fixed circular imports that used require(). Fixed monaco editor.
* chore: Removed commented code.
* chore: Cleaned up package.json
* feat: Made necessary changes to replace base path in css files.
* feat: Serve CSS files for `editor-ui` Vite migration (#4069 )
⚡ Serve CSS files for Vite migration
* chore: Fixed package-lock.json.
* fix: Fixed build after centralized tsconfig update.
* fix: Removed lodash-es replacement.
* fix: Commented out vitest test command.
* style: Fixed linting issues.
* fix: Added lodash-es hotfix back.
* chore: Updated package-lock.json
* refactor: Renamed all n8n scss variables to no longer be defined as private.
* feat(editor): add application-wide el-button replacement.
* fix(editor): Fix import in page alert after merge.
* chore(editor): update package-lock.json.
* fix: Case sensitive lodash-es replacement for vue-agile.
* fix: add alias for lodash-es camelcase import.
* fix: add patch-package support for fixing quill
* feat: add patch-package on postinstall
* fix: update quill patch path.
* refactor: rename quill patch
* fix: update quill version.
* fix: update quill patch
* fix: fix linting rules after installing eslint in design-system
* fix: update date picker button to have primary color
* test: update callout component snapshots
* fix(editor): fix linting issues in editor after enabling eslint
* fix(cli): add /assets/* to auth ignore endpoints in server
* chore: update package-lock.json
* chore: update package-lock.json
* fix(editor): fix linting issues
* feat: add vite-legacy support
* fix: update workflow package interface imports to type imports.
* chore: update package-lock.json
* fix(editor) fix importing translations other than english
* fix(editor): remove test command until vitest is added
* fix: increase memory allocation for vite build
* fix: add patch-package patches to n8n-custom docker build
* fix: add performance and load time improvements
* fix: add proper typing to setNodeType
* chore: update package-lock.json
* style: use generic type for reduce in setNodeType
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2022-09-23 17:14:28 +03:00
Csaba Tuncsik
e709cb5fe2
fix(design-system): add missing event handler to accordion component ( #4179 )
2022-09-23 12:57:48 +02:00
Jan Oberhauser
6ab8e4d56a
📚 Update CHANGELOG.md and main package.json to 0.195.5
2022-09-23 12:11:49 +02:00
Jan Oberhauser
9ca2ac1dc4
🔖 Release n8n@0.195.5
2022-09-23 10:04:57 +00:00
Jan Oberhauser
867e495a8a
⬆️ Set n8n-core@0.135.2, n8n-editor-ui@0.161.3, n8n-nodes-base@0.193.3 and n8n-workflow@0.117.2 on n8n
2022-09-23 10:04:57 +00:00
Jan Oberhauser
e1dcbec23a
🔖 Release n8n-editor-ui@0.161.3
2022-09-23 10:03:34 +00:00
Jan Oberhauser
e6e6d6bcc9
⬆️ Set n8n-workflow@0.117.2 on n8n-editor-ui
2022-09-23 10:03:34 +00:00
Jan Oberhauser
0433c53df3
🔖 Release n8n-nodes-base@0.193.3
2022-09-23 10:02:41 +00:00
Jan Oberhauser
425ca51e5a
⬆️ Set n8n-core@0.135.2 and n8n-workflow@0.117.2 on n8n-nodes-base
2022-09-23 10:02:41 +00:00
Jan Oberhauser
67ebd46673
🔖 Release n8n-node-dev@0.74.2
2022-09-23 10:02:33 +00:00
Jan Oberhauser
d55f90a823
⬆️ Set n8n-core@0.135.2 and n8n-workflow@0.117.2 on n8n-node-dev
2022-09-23 10:02:33 +00:00
Jan Oberhauser
2f26c14e80
🔖 Release n8n-core@0.135.2
2022-09-23 10:02:25 +00:00
Jan Oberhauser
9eb7bd1bba
⬆️ Set n8n-workflow@0.117.2 on n8n-core
2022-09-23 10:02:25 +00:00
Jan Oberhauser
1edc26f820
🔖 Release n8n-workflow@0.117.2
2022-09-23 10:02:13 +00:00
Mutasem Aldmour
46f95622e3
fix(resource locator): add back extract value logic ( #4178 )
...
add back extract value logic
2022-09-23 11:56:57 +02:00
कारतोफ्फेलस्क्रिप्ट™
87e6877f1d
ci: adapt workflow tests to work with updated github actions ( #4176 )
...
ci: update workflow test action to work with updated github actions
2022-09-23 09:58:10 +02:00
Jan Oberhauser
b665388717
📚 Update CHANGELOG.md and main package.json to 0.195.4
2022-09-22 19:11:48 +02:00
Jan Oberhauser
2790494316
🔖 Release n8n@0.195.4
2022-09-22 17:09:46 +00:00
Jan Oberhauser
d452657e1b
⬆️ Set n8n-core@0.135.1, n8n-editor-ui@0.161.2, n8n-nodes-base@0.193.2 and n8n-workflow@0.117.1 on n8n
2022-09-22 17:09:46 +00:00
Jan Oberhauser
5f950abcae
🔖 Release n8n-editor-ui@0.161.2
2022-09-22 17:08:23 +00:00
Jan Oberhauser
2f5fcf3f7a
⬆️ Set n8n-design-system@0.35.1 and n8n-workflow@0.117.1 on n8n-editor-ui
2022-09-22 17:08:23 +00:00
Jan Oberhauser
c7cd5336fd
🔖 Release n8n-design-system@0.35.1
2022-09-22 17:08:12 +00:00
Jan Oberhauser
acc625307c
🔖 Release n8n-nodes-base@0.193.2
2022-09-22 17:07:32 +00:00
Jan Oberhauser
a30a8d9cce
⬆️ Set n8n-core@0.135.1 and n8n-workflow@0.117.1 on n8n-nodes-base
2022-09-22 17:07:32 +00:00
Jan Oberhauser
0b381ca8a1
🔖 Release n8n-node-dev@0.74.1
2022-09-22 17:07:24 +00:00
Jan Oberhauser
2bb4d22099
⬆️ Set n8n-core@0.135.1 and n8n-workflow@0.117.1 on n8n-node-dev
2022-09-22 17:07:23 +00:00
Jan Oberhauser
cff1143360
🔖 Release n8n-core@0.135.1
2022-09-22 17:07:15 +00:00
Jan Oberhauser
556a590332
⬆️ Set n8n-workflow@0.117.1 on n8n-core
2022-09-22 17:07:15 +00:00
Jan Oberhauser
580f710e5d
🔖 Release n8n-workflow@0.117.1
2022-09-22 17:07:06 +00:00