कारतोफ्फेलस्क्रिप्ट™
93a2dac063
fix(core): Fix env file config loading (no-changelog) ( #5339 )
...
* fix(core): Do not trim config values read from files (no-changelog)
* do not use config.load. it does not work
2023-02-02 15:34:29 +01:00
OlegIvaniv
e58bc41d24
feat(core): Fix populating of node custom api call options ( #5303 )
...
* feat(core): Fix populating of node custom api call options
* lint fixes
* Adress PR comments
* Add e2e test and only inject custom API options for latest version
* Make sure to injectCustomApiCallOption for the latest version of node
2023-02-02 14:53:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
6cba652ff9
fix(core): Load config values from files using _FILE
env variables (no-changelog) ( #5335 )
...
This broke in https://github.com/n8n-io/n8n/pull/5283/
2023-02-02 14:01:55 +01:00
Iván Ovejero
8b09e98654
feat(editor): Adjust HTML editor component for use in params ( #5285 )
...
* ✨ Adjust HTML editor component
* ♻️ Apply feedback
* ♻️ Apply feedback
* 🔥 Remove unused ndv store refs
2023-02-02 14:00:16 +01:00
Paras Daryanani
3b5e1d127f
fix(Invoice Ninja Node): Fix line items not being correctly set for quotes and invoices ( #5304 )
2023-02-02 12:26:56 +00:00
Ashish Ahuja
04c058a34e
feat(OpenAI Node): Add frequency-penalty and presence-penalty ( #5137 )
2023-02-02 12:18:11 +00:00
Iván Ovejero
6d811f0d9f
feat(editor): Completions for extensions in expression editor ( #5130 )
...
* 🔥 Remove test extensions
* 🚧 Add test description
* 📘 Expand types
* ⚡ Export extensions
* ⚡ Export collection
* ⚡ Mark all proxies
* ✏️ Rename for clarity
* ⚡ Export from barrel
* ✨ Create datatype completions
* ⚡ Mount datatype completions
* 🧪 Adjust tests
* ⚡ Add `path` prop
* 🔥 Remove `()` from completion labels
* ⚡ Filter out completions for pseudo-proxies
* 🐛 Fix method error
* ⚡ Add metrics
* ✏️ Improve naming
* ✨ Start completion on empty resolvable
* ✨ Implement completion previews
* ⚡ Break out completion manager
* ⚡ Implement in expression editor modal
* ✏️ Improve naming
* ⚡ Filter out irrelevant completions
* ✨ Add preview hint
* ✏️ Improve comments
* 🎨 Style preview hint
* ⚡ Expand `hasNoParams`
* ⚡ Add spacing for readability
* ⚡ Add error codes
* ✏️ Add comment
* 🐛 Fix Esc behavior
* ⚡ Parse Unicode
* ⚡ Throw on invalid `DateTime`
* ⚡ Fix second root completion detection
* ⚡ Switch message at completable prefix position
* 🐛 Fix function names for non-dev build
* 🐛 Fix `json` handling
* 🔥 Comment out previews
* ♻️ Apply feedback
* 🔥 Remove extensions
* 🚚 Rename extensions
* ⚡ Adjust some implementations
* 🔥 Remove dummy extensions
* 🐛 Fix object regex
* ♻️ Apply feedback
* ✏️ Fix typos
* ✏️ Add `fn is not a function` message
* 🔥 Remove check
* ✨ Add `isNotEmpty` for objects
* 🚚 Rename `global` to `alpha`
* 🔥 Remove `encrypt`
* ⚡ Restore `is not a function` error
* ⚡ Support `week` on `extract()`
* 🧪 Fix tests
* ⚡ Add validation to some string extensions
* ⚡ Validate number arrays in some extensions
* 🧪 Fix tests
* ✏️ Improve error message
* ⏪ Revert extensions framework changes
* 🧹 Previews cleanup
* ⚡ Condense blank completions
* ⚡ Refactor dollar completions
* ⚡ Refactor non-dollar completions
* ⚡ Refactor Luxon completions
* ⚡ Refactor datatype completions
* ⚡ Use `DATETIMEUNIT_MAP`
* ✏️ Update test description
* ⏪ Revert "Use `DATETIMEUNIT_MAP`"
This reverts commit 472a77df5c
.
* 🧪 Add tests
* ♻️ Restore generic extensions
* 🔥 Remove logs
* 🧪 Expand tests
* ✨ Add `Math` completions
* ✏️ List breaking change
* ⚡ Add doc tooltips
* 🐛 Fix node selector regex
* 🐛 Fix `context` resolution
* 🐛 Allow dollar completions in args
* ⚡ Make numeric array methods context-dependent
* 📝 Adjust docs
* 🐛 Fix selector ref
* ⚡ Surface error for valid URL
* 🐛 Disallow whitespace in `isEmail` check
* 🧪 Fix test for `isUrl`
* ⚡ Add comma validator in `toFloat`
* ⚡ Add validation to `$jmespath()`
* ⏪ Revert valid URL error
* ⚡ Adjust `$jmespath()` validation
* 🧪 Adjust `isUrl` test
* ⚡ Remove `{}` and `[]` from compact
* ✏️ Update docs
* 🚚 Rename `stripTags` to `removeTags`
* ⚡ Do not inject whitespace inside resolvable
* ⚡ Make completions aware of `()`
* ✏️ Add note
* ⚡ Update sorting
* ⚡ Hide active node name from node selector
* 🔥 Remove `length()` and its aliases
* ⚡ Validate non-zero for `chunk`
* ✏️ Reword all error messages
* 🐛 Fix `$now` and `$today`
* ⚡ Simplify with `stripExcessParens`
* ⚡ Fold luxon into datatype
* 🧪 Clean up tests
* 🔥 Remove tests for removed methods
* 👕 Fix type
* ⬆️ Upgrade lang pack
* ⏪ Undo change to `vitest` command
* 🔥 Remove unused method
* ⚡ Separate `return` line
* ✏️ Improve description
* 🧪 Expand tests for initial-only completions
* 🧪 Add bracket-aware completions
* ⚡ Make check for `all()` stricter
* ✏️ Adjust explanatory comments
* 🔥 Remove unneded copy
* 🔥 Remove outdated comment
* ⚡ Make naming consistent
* ✏️ Update comments
* ⚡ Improve URL scheme check
* ✏️ Add comment
* 🚚 Move extension
* ✏️ Update `BREAKING-CHANGES.md`
* ✏️ Update upcoming version
* ✏️ Fix grammar
* ✏️ Shorten message
* 🐛 Fix `Esc` behavior
* 🐛 Fix `isNumeric`
* ✨ Support native methods
* 🧪 Skip Pinia tests
* ✏️ Shorten description
* 🔥 Remove outdated comment
* 🧪 Unskip Pinia tests
* ✏️ Add comments
* 🧪 Expand tests to natives
* ✏️ Add clarifying comments
* ⚡ Use `setTimeout` to make telemetry non-blocking
* 🐛 Account for no active node in cred modal
* ✨ Resolve without workflow
* 🔥 Remove `Esc` handling on NDV
* ⚡ Use `isDateTime`
* 🚚 Move `unique` to next phase
This array extension takes optional args.
* ⚡ Merge export
* 🧪 Fix tests
* ⏪ Restore check
* ✏️ Make breaking change description more accurate
* 🧪 Fix e2e tests
2023-02-02 12:35:38 +01:00
कारतोफ्फेलस्क्रिप्ट™
ee210e8507
feat(core): Set custom Cache-Control headers for static assets ( #5322 )
2023-02-02 12:15:46 +01:00
Csaba Tuncsik
52dea08003
fix(editor): Set max width for executions list ( #5302 )
2023-02-02 12:08:17 +01:00
Iván Ovejero
0f228a60ba
refactor(Code Node): Remove disallowed syntax checks ( #5332 )
...
🔥 Remove disallowed syntax checks in Code node
2023-02-02 10:11:36 +01:00
Jonathan Bennetts
f9ecc34b10
fix(Linear Node): Fix pagination issue for get all issues ( #5324 )
2023-02-02 08:32:35 +00:00
OlegIvaniv
96ec5bc880
refactor(editor): Fix duplicate NodeView keys when navigating between routes (no-changelog) ( #5325 )
...
* refactor(editor): Fix duplicate NodeView keys when navigating between routes (no-changelog)
* Prettier fixes
* Use computed to export jsPlumb instance from canvas
* Force jsPlumb computed instance type
2023-02-02 09:05:14 +01:00
कारतोफ्फेलस्क्रिप्ट™
8f5f1c3aa5
fix(Mailchimp Trigger Node): Fix webhook recreation ( #5328 )
2023-02-02 01:00:24 +01:00
agobrech
78bbe2ba27
fix(Schedule Trigger Node): Change scheduler behaviour for intervals days and hours ( #5133 )
...
* 🐛 Fix scheduler for intervals days and week
* ♻️ Simplify and move recurrency rules outside trigger node
* Remove async and promise from recurency rule
* Update correctly the Static data when using recurrency Rule
* Fix logic when recurrency is activated
* 🎨 Remove useless staticData fix(passed by reference)
* 🐛 remove duplicted hour cronJob leading to 2 executions
* More fixes, handles multiple execution
* 🐛 fixing dayOfYear recurency check
* 🐛 fix recurency check for hours/days should not equal lastExecution
* Add month interval to the scheduler
* Fix flawed logic for comparing interval
* 🚨 Fix lint issue type
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-01 22:53:05 +01:00
Jonathan Bennetts
ec7575b032
fix(core): Fix oauth2 client credentials not always working ( #5327 )
...
fix oauth client credentials not working as expected
2023-02-01 19:05:21 +01:00
Ricardo Espinoza
59f290fe85
feat(Salesforce Node): Add HasOptedOutOfEmail field to lead resource ( #5235 )
2023-02-01 17:34:53 +00:00
Simon
43b4a8a589
fix: Update app screenshot in README to match latest design (no-changelog) ( #5314 )
...
* Updated screenshot in README
* Updated screenshot in README
* Remove shadow from the screenshot
2023-02-01 16:50:52 +01:00
Csaba Tuncsik
6a93aed3a2
fix(editor): Stop unsaved changes popup display when navigating away from an untouched workflow ( #5259 )
...
* fix(editor): Stop unsaved changes popup showing up after loading a workflow
* fix(editor): Fix unsaved change confirmation display
2023-02-01 16:50:35 +01:00
Jan Oberhauser
87ceb6f4b8
feat(core): Simplify pagination in declarative node design ( #5161 )
...
* feat(core): Add pagination to declarative node design
* ⚡ Actually make it work
* ⚡ Remove rootProperty
* ⚡ Fix typo
* ⚡ Add support to overwrite url
---------
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2023-02-01 08:26:13 -06:00
Jan Oberhauser
b27a60b665
fix(core): Fix value resolution in declarative node design ( #5217 )
2023-02-01 08:25:43 -06:00
कारतोफ्फेलस्क्रिप्ट™
3bb1690086
feat(YouTube Node): Switch upload operation over to streaming and resumable uploads api ( #5320 )
2023-02-01 14:49:49 +01:00
Jonathan Bennetts
2b579871b2
fix(YouTube Node): Update description for channel id (no-changelog) ( #5321 )
...
update description for channel id
2023-02-01 14:49:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
0de6dc92d7
fix(core): Revert back to console logging in config (no-changelog) ( #5319 )
...
broke in https://github.com/n8n-io/n8n/pull/5283
2023-02-01 11:15:00 +01:00
agobrech
409a9ea357
fix: Add paired item to the most used nodes ( #5220 )
...
* PairedItem for N8n training
* Add paired item to ftp node
* Add paired item to rocketChat
* Add pairedItem to pushOver
* Add paired item to Matrix
* Add pairedItem to theHive
* Add paired item to Snowflake
* Add paired item to PhilipsHue
* Add pairedItem to supabase
* Add paired item to Odoo
* fix odoo & add paired item to grist
* add pairedItem to Linkedin
* add pairedItem Zulip
* add pairedItem PhatomBuster
* add pairedItem to TodoistV2
* Add pairedItem HomeAssistant
* Add pairedItem to DropContact
* Add pairedItem to Aws SES
* Add pairedItem to microsoftOutlook
* Add pairedItem to AwsS3
* Add pairedItem to Aws DynamoDB
* 🐛 fix Dropcontact enrich operation paired item support
* 🐛 fix Dropcontact insert/update operation paired items
* 🐛 fix Supabase paired item support
* 🐛 fix Supabase paired item support
* 🐛 fix N8nTrainingCustomerDatastore paired item support
* 🎨 remove unused imports
* 🐛 fix MicrosoftOutlook paired item support
* 🐛 fix AwsS3 paired item support
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-01-31 20:39:20 +01:00
कारतोफ्फेलस्क्रिप्ट™
d87ff130a4
feat(Write Binary File Node): Stream binary data for writes ( #5306 )
2023-01-31 16:12:21 +01:00
Mutasem Aldmour
2b1f15150f
feat(editor): Roll out schema view ( #5310 )
...
feat(editor): roll out schema view
2023-01-31 17:20:33 +03:00
Iván Ovejero
07b941a043
fix(editor): Fix json
field completions while typing ( #5309 )
...
🐛 Fix `json` field completions while typing
2023-01-31 15:19:43 +01:00
Mutasem Aldmour
88c7ef29c8
feat(editor): Append expressions in fixed values when mapping to string/json inputs ( #5300 )
...
feat(editor): Append expressions in fixed values when mapping
2023-01-31 16:26:19 +03:00
Omar Ajoue
b61453d8e6
fix(core): Allow listing users when logged in (no-changelog) ( #5308 )
2023-01-31 14:18:23 +01:00
कारतोफ्फेलस्क्रिप्ट™
6f7421f970
feat(SSH Node): Stream binary data for uploads and downloads ( #5305 )
2023-01-31 14:03:31 +01:00
कारतोफ्फेलस्क्रिप्ट™
448c295314
feat(FTP Node): Stream binary data for uploads and downloads ( #5296 )
2023-01-31 13:23:04 +01:00
Omar Ajoue
c7e9a4375f
refactor: Reduce payload size when fetching workflows to prevent memory issues ( #5293 )
2023-01-31 11:09:33 +01:00
Milorad FIlipović
1d85e232e5
refactor(core): Luxon dependency update ( #5301 )
...
* ⬆️ Updating Luxon version to 3.1
* ⬆️ Updating `pnpm-lock` file
2023-01-31 10:44:45 +01:00
Ricardo Espinoza
36b1e6ef15
feat(Notion Node): Add image block ( #5237 )
2023-01-31 09:17:45 +00:00
agobrech
a8637a0bc6
fix(Set Node): Fix behaviour when selecting continueOnFail & PairedItem ( #5257 )
...
* 🐛 Fix bug on continueOnFail with pairedItem
* 🐛 Fix pairedItem continueOnFail for the Set Node
* 🎨 Add the ExpressionExtensionError back
* ⚡ import fix
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-01-31 09:25:08 +01:00
Mutasem Aldmour
c6bc57b4cb
feat(editor): Continue to show mapping tooltip after dismiss ( #5289 )
...
* feat: Continue to show mapping tooltip after dismiss
* feat(editor): Append expressions in fixed values when mapping
* Revert "feat(editor): Append expressions in fixed values when mapping"
f0d395876c
2023-01-31 10:12:38 +03:00
OlegIvaniv
766501723b
refactor(editor): Upgrade to jsPlumb 5 ( #4989 )
...
* WIP: Nodeview
* Replace types
* Finish N8nPlus endpoint type
* Working on connector
* Apply prettier
* Fixed prettier issues
* Debugging rendering
* Fixed connectorrs position recalc
* Fix snapping and output labels, WIP dragging
* Fix N8nPlus endpoint rendering issues
* Cleanup
* Fix undo/redo and canvas add button position, cleanup
* Cleanup
* Revert accidental CLI changes
* Fix pnpm-lock
* Address bugs that came up during review
* Reset CLI package from master
* Various fixes
* Fix run items label toggling
* Linter fixes
* Fix stalk size for larger run items label
* Remove comment
* Correctly reset workspace after renaming the node
* Fix canvas e2e tests
* Fix undo/redo tests
* Fix stalk positioning and triggering of endpoint overlays
* Repaint connections on pin removal
* Limit repaintings
* Unbind jsPlumb events on deactivation
* Fix jsPlumb managment of Sticky and minor memort managment improvments
* Address rest of PR points
* Lint fix
* Copy patches folder to docker
* Fix e2e tests
* set allowNonAppliedPatches to allow build
* fix(editor): Handling router errors when navigation is canceled by user (#5271 )
* 🔨 Handling router errors in main sidebar, removing unused code
* 🔨 Handling router errors in modals
* ci(core): Fix docker nightly/custom image build (no-changelog) (#5284 )
* ci(core): Copy patches dir to Docker (no-changelog)
* Update patch
* Update package-lock
* reapply the patch
* skip patchedDependencies after the frontend is built
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
* Fix connector hover state on success
* Remove allowNonAppliedPatches from package.json
---------
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-01-30 18:20:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
5cb7e5007d
feat(core): Export OpenAPI spec for external tools ( #5294 )
...
The generated spec is available at /api/v1/openapi.yml
2023-01-30 17:38:31 +01:00
freya
4bd9ed675e
refactor: Clean up workflow stats test file ( #5282 )
...
* 🔨 - Use .spyOn for UserManagment
* 🔨 - Remove a no longer needed test
* 🔨 - Refactored and cleaned up workflowstats tests
* 🔨 - Clean up unused imports / lines
2023-01-30 16:34:26 +00:00
agobrech
6c8570adcc
docs(Postgres Node): Remove overkill notice for postgres & paireditem ( #5291 )
...
📝 Remove notice about pairedItem
2023-01-30 17:23:46 +01:00
कारतोफ्फेलस्क्रिप्ट™
e125e6764c
fix(n8n Trigger Node): Use the new icon for N8N Trigger node (no-changelog) ( #5290 )
2023-01-30 17:04:15 +01:00
Alex Grozav
c93664a57c
fix(editor): Add SMTP info translation link slot ( #5288 )
2023-01-30 15:57:36 +02:00
कारतोफ्फेलस्क्रिप्ट™
72249e0de8
refactor(core): Load and validate all config at startup (no-changelog) ( #5283 )
2023-01-30 14:42:30 +01:00
Alex Grozav
b2f59c3f39
feat: Add multiple workflows text search filtering E2E test scenarios (no-changelog) ( #5276 )
...
feat: Add multiple workflows text search filtering E2E test scenarios
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-01-30 14:28:59 +02:00
कारतोफ्फेलस्क्रिप्ट™
eda3b8aba0
ci: Re-enable CI jobs on nodejs 14.x (no-changelog) ( #5153 )
...
Revert "ci: Disable CI jobs on nodejs 14.x (no-changelog) (#5132 )"
This reverts commit b3adcbd813
.
2023-01-30 13:09:09 +01:00
कारतोफ्फेलस्क्रिप्ट™
ae998ea123
ci(editor): Update RunDataSchema test (no-changelog) ( #5287 )
...
ci(editor-ui): Update RunDataSchema test (no-changelog)
2023-01-30 13:05:54 +01:00
Mutasem Aldmour
6092f6c41e
feat(editor): Add mapping support for data paths ( #5191 )
...
* feat: add data path flag
* chore: update types
* feat: use path for data
* feat: add support for multiple values
* fix: handle if not prev node
* fix: update node
* fix: handle multi part path
* feat: add support for multiple vals for field
* feat: add support for table transforms
* feat: use dot notation
* feat: fix bug where brackets removed
* fix: handle dots, fix unit tests
* test: update snapshot
* test: fix tests
* test: add test for edge case
2023-01-30 14:42:08 +03:00
agobrech
5b9c650e55
test: Add unit testing to nodes (no-changelog) ( #4890 )
...
* 🧪 Add base for building unit testing within nodes
* Improve helper functions
* 🧪 If node test
* 🧪 Airtable node test
* 🧪 If node test improvements
* 🧪 Airtable node test improvements
* ♻️ cleanup node unit tests
* ♻️ refactor getting node result data to use helper method
* ⚡ removed unused variables
* ♻️ Helper to read json files
---------
Co-authored-by: Marcus <marcus@n8n.io>
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-01-30 12:20:33 +01:00
OlegIvaniv
dbcbe595cc
ci(core): Fix docker nightly/custom image build (no-changelog) ( #5284 )
...
* ci(core): Copy patches dir to Docker (no-changelog)
* Update patch
* Update package-lock
* reapply the patch
* skip patchedDependencies after the frontend is built
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-01-30 11:02:05 +01:00
Milorad FIlipović
911d656f99
fix(editor): Handling router errors when navigation is canceled by user ( #5271 )
...
* 🔨 Handling router errors in main sidebar, removing unused code
* 🔨 Handling router errors in modals
2023-01-30 09:32:04 +01:00