Jan Oberhauser
8d6f0d07b7
🔖 Release n8n@0.198.0
2022-10-14 05:50:02 +00:00
Jan Oberhauser
2bfb6cbb56
⬆️ Set n8n-core@0.138.0, n8n-editor-ui@0.164.0, n8n-nodes-base@0.196.0 and n8n-workflow@0.120.0 on n8n
2022-10-14 05:50:02 +00:00
कारतोफ्फेलस्क्रिप्ट™
c2e9a03ac5
fix(editor-ui): fix axios baseUrl when hosted under a subfolder ( #4336 )
...
* fix(editor-ui): fix axios baseUrl when hosted under a subfolder
* don't rewrite the favicon url twice
* setup a base href for all relative urls
* fix static urls
2022-10-13 16:29:58 +02:00
Michael Kret
6a37071350
feat(Merge Node)!: node tweaks n8n-4939 ( #4321 )
...
BREAKING CHANGE: The Merge node list of operations was rearranged.
Merge node: 'Combine' operation was added with 'Combine Mode' option, operations 'Merge By Fields', 'Merge By Position' and 'Multiplex' placed under 'Combine Mode' option.
To update -go to the workflows that use the Merge node, select 'Combine' operation and then choose an option from 'Combination Mode' that matches an operation that was previously used. If you want to continue even on error, you can set "Continue on Fail" to true.
2022-10-13 17:14:47 +03:00
Iván Ovejero
1db4fa2bf8
feat(Code Node): create Code node ( #3965 )
...
* Introduce node deprecation (#3930 )
✨ Introduce node deprecation
* 🚧 Scaffold out Code node
* 👕 Fix lint
* 📘 Create types file
* 🚚 Rename theme
* 🔥 Remove unneeded prop
* ⚡ Override keybindings
* ⚡ Expand lintings
* ⚡ Create editor content getter
* 🚚 Ensure all helpers use `$`
* ✨ Add autocompletion
* ⚡ Filter out welcome note node
* ⚡ Convey error line number
* ⚡ Highlight error line
* ⚡ Restore logging from node
* ✨ More autocompletions
* ⚡ Streamline completions
* ✏️ Update placeholders
* ⚡ Update linter to new methods
* 🔥 Remove `$nodeItem` completions
* ⚡ Re-update placeholders
* 🎨 Fix formatting
* 📦 Update `package-lock.json`
* ⚡ Refresh with multi-line empty string
* ⚡ Account for syntax errors
* 🔥 Remove unneeded variant
* ⚡ Minor improvements
* ⚡ Add more autocompletions
* 🚚 Rename extension
* 🔥 Remove outdated comments
* 🚚 Rename field
* ✨ More autocompletions
* ⚡ Fix up error display when empty text
* 🔥 Remove logging
* ✨ More error validation
* 🐛 Fix `pairedItem` to `pairedItem()`
* ⚡ Add item to validation info
* 📦 Update `package-lock.json`
* ⚡ Leftover fixes
* ⚡ Set `insertNewlineAndIndent`
* 📦 Update `package-lock.json`
* 📦 Re-update `package-lock.json`
* 👕 Add lint exception
* 📘 Add type to mixin type
* Clean up comment
* ⚡ Refactor completion per new requirements
* ⚡ Adjust placeholders
* ⚡ Add `json` autocompletions for `$input`
* 🎨 Set border
* ⚡ Restore local completion source
* ⚡ Implement autocompletion for imports
* ⚡ Add `.*` to follow user typing on autocompletion
* 📘 Fix typings in autocompletions
* 👕 Add linting for use of `item()`
* 📦 Update `package-lock.json`
* 🐛 Fix for `$items(nodeName)[0]`
* ⚡ Filter down built-in modules list
* ⚡ Refactor error handling
* ⚡ Linter and validation improvements
* ⚡ Apply review feedback
* ♻️ More general refactorings
* ⚡ Add dot notation utility
* Customize input handler
* ⚡ Support `.json.` completions
* ⚡ Adjust placeholder
* ⚡ Sort imports
* 🔥 Remove blank rows addition
* ⚡ Add more error validation
* 📦 Update `package-lock.json`
* ⚡ Make date logging consistent
* 🔧 Adjust linting highlight range
* ⚡ Add line numbers to each item mode errors
* ⚡ Allow for links in error descriptions
* ⚡ More input validation
* ⚡ Expand linting to loops
* ⚡ Deprecate Function and Function Item nodes
* 🐛 Fix placeholder syntax
* 📘 Narrow down type
* 🚚 Rename using kebab-case
* 🔥 Remove `mapGetters`
* ✏️ Fix casing
* ⚡ Adjust import for type
* ✏️ Fix quotes
* 🐛 Fix `activeNode` reference
* ⚡ Use constant
* 🔥 Remove logging
* ✏️ Fix typo
* ⚡ Add missing `notice`
* ✏️ Add tags
* ✏️ Fix alias
* ✏️ Update copy
* 🔥 Remove wrong linting
* ✏️ Update copy
* ⚡ Add validation for `null`
* ⚡ Add validation for non-object and non-array
* ⚡ Add validation for non-array with json
* ✏️ Intentionally use wrong spelling
* ⚡ More validation
* ✏️ More copy updates
* ✏️ Placeholder updates
* ⏪ Restore spelling
* ⚡ Fix var name
* ✏️ More copy updates
* ⚡ Add luxon autocompletions
* ⚡ Make scrollable
* ⚡ Fix comma from merge conflict resolution
* 📦 Update `package-lock.json`
* 👕 Fix lint detail
* 🎨 Set font family
* ⚡ Bring in expressions fix
* ♻️ Address feedback
* ⚡ Exclude codemirror packages from render chunks
* 🐛 Fix placeholder not showing on first load
* feat(editor-ui): Replace `lezer` with `esprima` in client linter (#4192 )
* 🔥 Remove addition from misresolved conflict
* ⚡ Replace `lezer` with `esprima` in client linter
* ⚡ Add missing key
* 📦 Update `package-lock.json`
* ⚡ Match dependencies
* 📦 Update `package-lock.json`
* 📦 Re-update `package-lock.json`
* ⚡ Match whitespace
* 🐛 Fix selection
* ⚡ Expand validation
* 🔥 Remove validation
* ✏️ Update copy
* 🚚 Move to constants
* ⚡ More `null` validation
* ⚡ Support `all()` with index to access item
* ⚡ Gloss over n8n syntax error
* 🎨 Re-style diagnostic button
* 🔥 Remove `item` as `itemAlias`
* ⚡ Add linting for `item.json` in single item mode
* ⚡ Refactor to add label info descriptions
* ⚡ More autocompletions
* 👕 Fix lint
* ⚡ Simplify typings
* feat(nodes-base): Multiline autocompletion for `code-node-editor` (#4220 )
* ⚡ Simplify typings
* ⚡ Consolidate helpers in utils
* ⚡ Multiline autocompletion for standalone vars
* 🔥 Remove unneeded mixins
* ✏️ Update copy
* ✏️ Prep TODOs
* ⚡ Multiline completion for `$input.method` + `$input.item`
* 🔥 Remove unused method
* 🔥 Remove another unused method
* 🚚 Move luxon strings to helpers
* ⚡ Multiline autocompletion for methods output
* ⚡ Refactor to use optional chaining
* 👕 Fix lint
* ✏️ Update TODOs
* ⚡ Multiline autocompletion for `json` fields
* 📘 Add typings
* ⚡ De-duplicate callback to forEach
* 🐛 Fix autocompletions not working with leading whitespace
* 🌐 Apply i18n
* 👕 Fix lint
* :constructor: Second-period var usage completions
* 👕 Fix lint
* 👕 Add exception
* ⚡ Add completion telemetry
* 📘 Add typing
* ⚡ Major refactoring to organize
* 🐛 Fix multiline `.all()[index]`
* 🐛 Do not autoclose square brackets prior to `.json`
* 🐛 Fix accessor for multiline `jsonField` completions
* ⚡ Add completions for half-assignments
* 🐛 Fix `jsonField` completions for `x.json`
* ✏️ Improve comments
* 🐛 Fix `.json[field]` for multiline matches
* ⚡ Cleanup
* 📦 Update `package-lock.json`
* 👕 Fix lint
* 🐛 Rely on original value for custom matcher
* ⚡ Create `customMatcherJsonFieldCompletions` to simplify setup
* 🐛 Include selector in `customMatcherJsonField` completions
* ✏️ Make naming consistent
* ✏️ Add docline
* ⚡ Finish self-review cleanup
* 🔥 Remove outdated comment
* 📌 Pin luxon to major-minor
* ✏️ Fix typo
* 📦 Update `package-lock.json`
* 📦 Update `package-lock.json`
* 📦 Re-update `package-lock.json`
* ➕ Add `luxon` for Gmail node
* 📦 Update `package-lock.json`
* ⚡ Replace Function with Code in suggested nodes
* 🐛 Fix `$prevNode` completions
* ✏️ Update `$execution.mode` copy
* ⚡ Separate luxon getters from methods
* ⚡ Adjusting linter to tolerate `.binary`
* ⚡ Adjust top-level item keys check
* ⚡ Anticipate user expecting `item` to pre-exist
* ⚡ Add linting for legacy item access
* ⚡ Add hint for attempted `items` access
* ⚡ Add keybinding for toggling comments
* ✏️ Update copy of `all`, `first`, `last` and `itemMatching`
* 🐛 Make `input.all()` etc act on copies
* 📦 Update `package-lock.json`
* 🐛 Fix guard in `$input.last()`
* ♻️ Address Jan's feedback
* ⬆️ Upgrade `eslint-plugin-n8n-nodes-base`
* 📦 Update `package-lock.json`
* 🔥 Remove unneeded exceptions
* ⚡ Restore placeholder logic
* ⚡ Add placeholders to client
* ⚡ Account for shadow item
* ✏️ More completion info labels
* 👕 Fix lint
* ✏️ Update copy
* ✏️ Update copy
* ✏️ More copy updates
* 📦 Update `package-lock.json`
* ⚡ Add more validation
* ⚡ Add placheolder on first load
* Replace `Cmd` with `Mod`
* 📦 Update `package-lock.json`
2022-10-13 14:28:02 +02:00
Omar Ajoue
d45bc4999c
feat: add saving new workflow endpoint ( #4330 ) (no-changelog)
...
* feat: add saving new workflow endpoint
2022-10-13 11:55:58 +02:00
Omar Ajoue
ab0f776df1
feat: return sharees when returning a workflow ( #4312 ) (no-changelog)
2022-10-11 16:40:39 +02:00
Omar Ajoue
07d21d2c5d
feat: add endpoint for workflow sharing ( #4172 ) (no changelog)
...
* feat: add endpoint for workflow sharing
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2022-10-11 14:55:05 +02:00
Jan Oberhauser
7786a173d3
🔖 Release n8n@0.197.1
2022-10-10 12:28:15 +00:00
Jan Oberhauser
ca38861bda
⬆️ Set n8n-editor-ui@0.163.1 and n8n-nodes-base@0.195.1 on n8n
2022-10-10 12:28:13 +00:00
Jan Oberhauser
9295841983
🔖 Release n8n-nodes-base@0.195.1
2022-10-10 12:25:50 +00:00
Jan Oberhauser
3ee1faf610
🔖 Release n8n@0.197.0
2022-10-10 08:40:33 +00:00
Jan Oberhauser
02e2f33c42
⬆️ Set n8n-core@0.137.0, n8n-nodes-base@0.195.0 and n8n-workflow@0.119.0 on n8n
2022-10-10 08:40:33 +00:00
Ricardo Espinoza
9b042c4923
refactor(cli): Remove console.log in curl converted tests (no-changelog) ( #4289 )
...
🔥 Remove console.log
2022-10-09 08:11:32 +02:00
कारतोफ्फेलस्क्रिप्ट™
e63eee28e0
fix(cli): Cache generated assets in user writable directory instead ( #4275 )
2022-10-06 11:14:04 +02:00
Iván Ovejero
9089dbe942
perf(tooling): Upgrade to TypeScript 4.8 ( #4207 )
...
* ⬆️ Upgrade to TypeScript 4.8
* 🔥 Remove unneeded setting
* 📦 Update `package-lock.json`
* ⏪ Restore `skipLibCheck`
* 📦 Re-update `package-lock.json`
* ♻️ Apply feedback
* ♻️ Add check to new WhatsApp node
* 📦 Update `package-lock.json`
* Update package-lock.json
* ran `npm run lintfix`
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2022-10-05 13:36:09 +02:00
Iván Ovejero
cc2a2e438b
fix(core): fix hooks URLs no longer added to index.html
( #4262 )
...
🐛 Fix hooks URLs no longer added to `index.html`
2022-10-04 18:40:01 +02:00
Iván Ovejero
a751fd3ce7
fix(core): fix excess run for pinned trigger in partial execution ( #4185 )
...
* 🐛 Fix excess run in partial execution
* ⏪ Undo changes to `workflowRun.ts`
* ⚡ Add to `startNodes` only if no `runData`
2022-10-04 10:35:22 +02:00
Jan Oberhauser
0b62fcfb5c
🔖 Release n8n@0.196.0
2022-09-30 14:21:19 +00:00
Jan Oberhauser
fac0de395a
⬆️ Set n8n-core@0.136.0, n8n-editor-ui@0.162.0, n8n-nodes-base@0.194.0 and n8n-workflow@0.118.0 on n8n
2022-09-30 14:21:19 +00:00
Ricardo Espinoza
f37d6ba03b
feat(HTTP Request Node): Redesign and add the ability to import cURL commands ( #3860 )
...
* ⚡ Initial commit
* 👕 Fix linting issue
* ⚡ Add import button
* ⚡ Remove ligh versioning
* ⚡ Improvements
* ⚡ Improvements
* 🔥 Remove HttpRequest2 file used for testing
* 🐛 Fix building issue
* ⚡ Small improvement
* 👕 Fix linting issue
* 🔥 Remove HttpRequest2 from loader
* ⚡ Update package-lock.json
* ⚡ Improvements
* ⚡ Small change
* 🐛 Fix issue retrieving splitIntoItems
* 🐛 Fix issue retrieving neverError parameter
* 🐛 Fix issue with displayOptions
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Move cURL section to its own component
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add fix for batching in all versions
* ⚡ Add notice to cURL modal
* 🔥 Remove comments
* ⚡ Improvements
* ⚡ Type curl-to-json endpoint
* ⚡ Fix typo
* 🔥 Remove console.logs
* ⚡ Fix typo in curl-to-json endpoint
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Update package-lock.json
* ⚡ Rename import modal constant
* ⚡ Add return types to methods
* ⚡ Add CSS modules to ImportParameter component
* ⚡ Rename ImportParameter component to use kebab-case
* ⚡ Improvements
* ⚡ update package-lock.json
* ⚡ Fix linting issues
* Fix issue with css reference in ImportParameter component
* ⚡ Small improvements
* ⚡ Rename redirects to redirect
* ⚡ Allow to set multiple parameters on valueChanged
* 👕 Fix linting issue
* 🐛 Add mistakenly removed openExistingCredentials
* ⚡ Improve curl regex
* ⚡ Keep headers as defined in the cURL command
* ⚡ Account for all protocols supported by cURL
* ⚡ Add tests
* 🔥 Remove unnecessary lines
* ⚡ Add more testing
* ⚡ Add noDataExpression to dependent fields
* 🐛 Fix bug not handling multipart-form data correctly
* ⚡ Change error messages
* 🐛 Fix response format string for empty values
* Fix typo
2022-09-29 17:28:02 -04:00
Jan Oberhauser
5526057efc
feat(core): Improve paired item and add additional variables ( #3765 )
...
* ⚡ Remove duplicate and old string
* ⚡ Add telemetry
* ⚡ Futher improvements
* ⚡ Change error message and display only name of last parameter
* 👕 Fix lint issue
* ⚡ Remove not needed comments
* ⚡ Rename properties, add new ones and improve error messages
* ⚡ Add support for $execution, $prevNode and make it possible to use proxies as object
* ⚡ Some small improvements
* 🐛 Fix error message
* ⚡ Improve some error messages
* ⚡ Change resumeUrl variable and display in editor
* ⚡ Fix and extend tests
* ⚡ Multiple pairedItem improvements
* ⚡ Display "More Info" link with error messages if user can fix issue
* ⚡ Display different errors in Function Nodes
2022-09-29 23:02:25 +02:00
कारतोफ्फेलस्क्रिप्ट™
737cbf9694
fix: delete unused dependencies ( #4231 )
...
* chore: delete unused vue-cli dependencies
* remove babel
* remove stub types
2022-09-29 17:31:33 +02:00
Valya
3b7de6db72
feat: share unshared credentials with owner on reset ( #4216 )
2022-09-29 13:54:41 +01:00
agobrech
8bd99e0600
docs: remove impertinent Jsdocs comments (no-changelog) ( #4181 )
...
* 🔥 Remove impertinent Jsdocs comments
* Lint fixes
2022-09-29 14:37:56 +02:00
Iván Ovejero
64fffa0579
fix(lint): Set no-unused-vars
to warn
( #4228 )
...
* 👕 Set `no-unused-vars` to `warn`
* 👕 Fix lint issue in `master`
* ✏️ Fix plugin name
2022-09-29 12:47:07 +02:00
Mike Arvela
6e8e4f5937
fix(nodes-base): fix and harmonize all primaryDocumentation links ( #4191 )
...
* fix(nodes-base): fix and harmonize all primaryDocumentation links
* feat(workflow, cli): expose documentation links to UI via node codex
* fix(editor-ui): link to correct node and credential documentation URLs
* config(nodes-base): update 'format' script to also format node descriptor json
* chore: fix outdated links to node reference documentation
2022-09-29 13:33:16 +03:00
Jan Oberhauser
23bd71b82a
feat(RabbitMQ Trigger Node): Automatically reconnect on disconnect ( #4019 )
...
* feat(RabbitMQ Trigger Node): Automatically reconnect on disconnect
* ⚡ Retry indefinetly
* ⚡ Also automatically retry activation issues on startup
2022-09-29 11:50:18 +02:00
Omar Ajoue
de4dd53a53
revert: "fix: wrap external hooks calls in a try catch" ( #4225 )
2022-09-29 11:33:02 +02:00
कारतोफ्फेलस्क्रिप्ट™
8b0ccc017b
feat(cli): Optimise serving static assets ( #4182 )
...
* simplify static server setup
* use consistent ignoredEndpoints across all routes
* remove unnecessary lodash usage
* stop keeping generated assets in memory
* pre-generate all static assets
2022-09-29 11:27:20 +02:00
कारतोफ्फेलस्क्रिप्ट™
a8da9c31a9
fix(cli): Disable X-Powered-By: Express
Header ( #4224 )
2022-09-28 17:09:26 +02:00
Michael Kret
6ac442a2ac
fix(core): remove commented out lines
2022-09-27 17:19:22 +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
कारतोफ्फेलस्क्रिप्ट™
5f0c65690b
fix(editor-ui): fix BASE_URL
replacement on windows ( #4202 )
2022-09-27 08:02:41 +03: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
कारतोफ्फेलस्क्रिप्ट™
e6e4f297c6
fix(cli): Disable CORS on SSE connections in production ( #4190 )
2022-09-26 15:15:44 +02: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
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
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
70371a4f8d
🔖 Release n8n@0.195.3
2022-09-22 11:38:59 +00:00
Jan Oberhauser
ad7f211eb7
⬆️ Set n8n-editor-ui@0.161.1 and n8n-nodes-base@0.193.1 on n8n
2022-09-22 11:38:59 +00:00
Jan Oberhauser
ec88c3d671
🔖 Release n8n@0.195.2
2022-09-22 08:06:25 +02:00
Jonathan Bennetts
0aeb55dcfd
fix: mysql migration using incorrect syntax on insert ( #4166 )
...
fix: mysql migration using incorrect on insert
2022-09-21 21:58:43 +02:00
Jan Oberhauser
37023cc96d
🔖 Release n8n@0.195.1
2022-09-21 20:41:20 +02:00
Omar Ajoue
2598ec8a3e
fix: postgres migration missing schema name ( #4164 )
2022-09-21 19:06:12 +02:00
Jan Oberhauser
ccf036be1d
🔖 Release n8n@0.195.0
2022-09-21 15:32:45 +00:00