Jon
06c5ecbdf3
feat(OpenAI Node): Add support for ChatGPT ( #5596 )
2023-03-02 14:17:29 +00:00
Mutasem Aldmour
1f7b478920
fix: Fix mapping paths when appending to empty expression ( #5591 )
...
* fix: Fix mapping when appending to empty expression
* fix: refactor logic out
* test: add tests
* test: add tests
* fix: fix bug where value does not get updated when mapping
* test: add test for bug
* test: add test for bug
2023-03-02 15:02:29 +03:00
Michael Auerswald
31cc8de829
feat(core): Add SAML settings and consolidate LDAP under SSO ( #5574 )
...
* consolidate SSO settings
* update saml settings
* fix type error
2023-03-02 09:00:51 +01:00
agobrech
f61d779667
feat(Jira Software Node): Support binary streaming for very large binary files ( #5589 )
...
Move from buffer to binary streaming
2023-03-01 18:14:07 +01:00
Jon
f3c943ef81
feat(Telegram Node): Add Parse Mode to Send Document operation ( #5554 )
2023-03-01 14:47:09 +00:00
Mutasem Aldmour
91bd0146f3
feat: Add distribution test tracking ( #5588 )
2023-03-01 14:13:15 +03:00
Mutasem Aldmour
eac4275a7e
fix: Stop showing mapping hint after mapping ( #5586 )
...
* fix: Stop showing mapping hint after mapping
* fix: set value correctly
* chore: clean up mapping hint code
2023-03-01 14:02:34 +03:00
agobrech
aa2beaa800
fix(Item Lists Node): Tweak item list summarize field naming ( #5572 )
...
* Remove brackets and double quotes from fieldname
* Fix bug with duplicate field
* Parse field names from splitbyfield
* Fix error with field name remove console.logs
* Add versioning to itemlist
* Fix naming
* Remove comment
2023-02-28 18:00:39 +01:00
Mutasem Aldmour
d6d1c07a53
fix: Show Execute Workflow node in nodes panel ( #5583 )
...
* fix: Show Execute Workflow node in nodes panel
* chore: remove wrong comment
2023-02-28 17:51:33 +03:00
कारतोफ्फेलस्क्रिप्ट™
e3ef9f7c7b
ci: Update ReadBinaryFile Documentation URL (no-changelog) ( #5581 )
...
this is a follow up on https://github.com/n8n-io/n8n/pull/5490
2023-02-28 12:00:52 +01:00
Mutasem Aldmour
20c4919513
feat: Add events to enable onboarding checklist ( #5536 )
...
* feat: Add new event hooks
* fix: update event
* feat: Add more functionality for webhooks
* ⚡ Not sending onboarding checklist event from templates page
* 🔥 Removing quotes added by mistake
* ⚡ Added rest of events needed for onboarding checklist
* 💄 Hiding appcues checklist inside iframes
* 💄 Updating appcues selector
* fix: remove unnessary fix
* fix: fix schedule node
* refactor: bake events into segment store
* refactor: rename store
* refactor: use node keys
* refactor: remove unnessary
* chore: clean up store
* refactor: add key for event
* fix: allow tracking on template pages
* chore: remove comment
* fix: buidl
* refactor: block event if in iframe
* fix: fix tracking nodes
* refactor: track experiments once
* fix: ensure tracking works
* chore: remove comment
* fix: lint
* fix: lint
---------
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2023-02-28 13:44:37 +03:00
Milorad FIlipović
ae634407a4
feat(editor): Add missing documentation to autocomplete items for inline code editor ( #5560 )
...
* ⚡ Added documentation for extension functions with arguments
* ⚡ Adding custom autocomplete item types. This enables us to show different items with same labels.
* 📚 Adding missing info for extensions autocomplete items
* ⚡ Added Luxon autocomplete docs
* 💡 Completing Luxon static methods autocomplete documentation
* ⚡ Refactoring Luxon autocomplete logic
* ⚡ Handling the case when autocomplete item doesn't have defined inline documentation
* ⚡ Added correct doc info to Luxon instance properties
* ✨ Added missing documentation and notice footer for autocomplete popup.
* 👕 Fixing lint error
* ✔️ Removing `Object.hasOwn` function, since it's not supported in node v14
2023-02-28 07:34:03 +03:00
Michael Kret
bb4db58819
fix(core): Remove linting exceptions in nodes-base, @typescript-eslint/no-unsafe-argument (no-changelog)
2023-02-28 05:39:43 +02:00
Jan Oberhauser
3172ea376e
Merge tag 'n8n@0.217.2'
2023-02-27 13:07:35 +01:00
github-actions[bot]
948b37592f
🚀 Release 0.217.2 ( #5573 )
2023-02-27 12:42:56 +01:00
कारतोफ्फेलस्क्रिप्ट™
a19ec6ac94
fix(core): Revert isPending
check on the user entity ( #5571 )
2023-02-27 12:35:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
43eec66828
fix(core): Revert isPending
check on the user entity ( #5571 )
2023-02-27 12:35:29 +01:00
Csaba Tuncsik
51eedaccd4
fix(core): Fix Filtering of Workflow by Tags ( #5570 )
2023-02-27 12:35:01 +01:00
कारतोफ्फेलस्क्रिप्ट™
2137ae23d7
fix(core): Fix execution pruning queries ( #5562 )
...
* fix(core): Execution pruning should delete query should use the `OR` operator
* fix(core): Prune executions in a chunk to avoid sqlite error "Expression tree is too large"
* reduce the memory usage during execution pruning
2023-02-27 12:35:01 +01:00
Csaba Tuncsik
ea2035b510
fix(core): Fix Filtering of Workflow by Tags ( #5570 )
2023-02-27 12:25:45 +01:00
Giulio Andreini
1942fd8232
feat(editor): Show parameter hint on multilines ( #5014 )
...
Single/multi line for hints.
2023-02-27 09:25:57 +03:00
Michael Auerswald
40a934bbb4
feat(core): Add SAML login setup ( #5515 )
...
* initial commit with sample data
* basic saml setup
* cleanup console logs
* limit saml endpoints through middleware
* basic login and token issue
* saml service and cleanup
* refactor and create user
* get/set saml prefs
* fix authentication issue
* redirect to user details
* merge fix
* add generated password to saml user
* update user from attributes where possible
* refactor and fix creating new user
* rename saml prefs key
* minor cleanup
* Update packages/cli/src/config/schema.ts
Co-authored-by: Omar Ajoue <krynble@gmail.com>
* Update packages/cli/src/config/schema.ts
Co-authored-by: Omar Ajoue <krynble@gmail.com>
* Update packages/cli/src/controllers/auth.controller.ts
Co-authored-by: Omar Ajoue <krynble@gmail.com>
* code review changes
* fix default saml enabled
* remove console.log
* fix isSamlLicensed
---------
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2023-02-24 20:37:19 +01:00
कारतोफ्फेलस्क्रिप्ट™
88de6613bd
fix(core): Fix execution pruning queries ( #5562 )
...
* fix(core): Execution pruning should delete query should use the `OR` operator
* fix(core): Prune executions in a chunk to avoid sqlite error "Expression tree is too large"
* reduce the memory usage during execution pruning
2023-02-24 18:02:34 +01:00
Jan Oberhauser
1c86a59e62
Merge tag 'n8n@0.217.1'
2023-02-24 17:35:22 +01:00
github-actions[bot]
9735188195
🚀 Release 0.217.1 ( #5565 )
2023-02-24 16:21:55 +01:00
Omar Ajoue
b30db10d89
fix: Prevent executions from displaying as running forever ( #5563 )
...
* fix: Prevent executions from displaying as running forever
* fix: Correct migration query
2023-02-24 16:16:24 +01:00
Omar Ajoue
46d9ac6c6f
fix: Prevent executions from displaying as running forever ( #5563 )
...
* fix: Prevent executions from displaying as running forever
* fix: Correct migration query
2023-02-24 14:53:49 +01:00
Jan Oberhauser
534629c146
Merge tag 'n8n@0.217.0'
2023-02-24 12:26:41 +01:00
github-actions[bot]
a72ef21817
🚀 Release 0.217.0 ( #5553 )
2023-02-23 18:21:17 +01:00
Alex Grozav
f0695827f5
feat: Migrate packages from lodash to lodash-es (no-changelog) ( #5538 )
2023-02-23 16:16:05 +01:00
Michael Auerswald
e2d7c1804f
fix(editor): Apply correct IRunExecutionData to finished workflow ( #5552 )
...
fix wrong IRunExecutionData being applied
2023-02-23 13:00:28 +01:00
romainminaud
a53f3998a2
feat: Check new n8n version at start (no-changelog) ( #5542 )
...
check new version at start
Co-authored-by: Alex Grozav <alex@grozav.com>
2023-02-23 11:43:03 +01:00
Csaba Tuncsik
7c517cb530
fix(editor): Remove 'crashed' status from filter ( #5524 )
...
* fix(editor): remove 'crashed' status from filter
* fix(editor): remove 'crashed' and 'new' status from filter
* fix(editor): add 'status' to response
* fix(editor): create request filter for workflow level execution filtering
* fix(editor): update filters
* fix(editor): simplify condition
* fix(editor): update filters
* fix(editor): optimizing data loading flow
* fix(editor): always load past executions
2023-02-23 11:13:21 +01:00
OlegIvaniv
4998ab2350
fix(editor): Fix an issue with zoom and canvas nodes connections ( #5548 )
2023-02-23 09:48:42 +01:00
Jonathan Bennetts
f965469e13
fix(Google Calendar Node): Fix incorrect labels for start and end times when getting all events ( #5529 )
2023-02-23 08:34:41 +00:00
Jonathan Bennetts
3af3db160b
fix: fix typo in error messages when a property does not exist ( #4310 )
2023-02-23 08:33:43 +00:00
agobrech
4a209e1dd9
feat: Hide sensible value in Auth Header Credentials and Auth Query Credentials ( #5534 )
...
* ⚡ ️ Enable passord type on value
* ⚡ ️ Enable password type on query auth cred
2023-02-23 09:31:46 +01:00
कारतोफ्फेलस्क्रिप्ट™
1bff044252
refactor(WhatsApp Node): Avoid using BinaryDataManager directly from n8n-core ( #5544 )
2023-02-23 08:51:08 +01:00
Jan Oberhauser
e251439333
fix(Discord Node): Fix wrong error message being displayed ( #5547 )
2023-02-22 15:54:52 +01:00
OlegIvaniv
0fbb3f0f02
fix(core): Do not remove empty output connections arrays in PurgeInvalidWorkflowConnections migration ( #5546 )
...
fix(cli): Do not remove empty output connections arrays in PurgeInvalidWorkflowConnections migration
2023-02-22 14:20:06 +01:00
Michael Auerswald
17eff4d7d6
fix(core): Fix execution status filters ( #5533 )
...
* fix status filters
* fix countfilter
* add migrations to backfill status
* fix migrations
2023-02-21 21:44:46 +01:00
कारतोफ्फेलस्क्रिप्ट™
52f740b9e8
refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) ( #5509 )
...
* add typedi
* convert ActiveWorkflowRunner into an injectable service
* convert ExternalHooks into an injectable service
* convert InternalHooks into an injectable service
* convert LoadNodesAndCredentials into an injectable service
* convert NodeTypes and CredentialTypes into an injectable service
* convert ActiveExecutions into an injectable service
* convert WaitTracker into an injectable service
* convert Push into an injectable service
* convert ActiveWebhooks and TestWebhooks into an injectable services
* handle circular references, and log errors when a circular dependency is found
2023-02-21 19:21:56 +01:00
Jan Oberhauser
b44526cd49
Merge tag 'n8n@0.216.1'
2023-02-21 18:47:26 +01:00
Jonathan Bennetts
b3e1793ac0
fix(Discourse Node): Fix issue with credential test not working ( #5520 )
2023-02-21 15:20:28 +00:00
agobrech
f1589d4f0f
feat: Add Required path name mapping to multiple nodes ( #5369 )
...
* ✨ Add requiresDataPath to Set
* Add Data path mapping to rename keys
* Add required path name to airtable
* Add required data path
* Add required data path to airtable trigger
* Fix multiple keyword for required path
* ⚡ ️use multiple for Airtable ignore fields
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-21 14:49:59 +01:00
Michael Kret
7ecd5e59ec
fix(Compare Datasets Node): UI tweaks and fixes
2023-02-21 15:42:00 +02:00
Mutasem Aldmour
d47d0086cc
feat: Add new event hooks ( #5530 )
...
* feat: Add new event hooks
* fix: update event
2023-02-21 16:34:39 +03:00
github-actions[bot]
7400c35a48
🚀 Release 0.216.1 ( #5531 )
...
* 🚀 Release 0.216.1
* fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522 )
* fix(core): Do not allow arbitrary path traversal in BinaryDataManager (#5523 )
* fix(core): User update endpoint should only allow updating email, firstName, and lastName (#5526 )
* fix(core): Do not explicitly bypass auth on urls containing `.svg` (#5525 )
* 📚 Update CHANGELOG.md
---------
Co-authored-by: janober <janober@users.noreply.github.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2023-02-21 14:24:02 +01:00
कारतोफ्फेलस्क्रिप्ट™
fe782c8f6a
ci: Setup a semi-automated release process (no-changelog) ( #5504 )
...
* ci: Setup a semi-automated release process (no-changelog)
* create tag/release before deleting the temporary branch
2023-02-21 14:16:04 +01:00
कारतोफ्फेलस्क्रिप्ट™
3ae005cafe
ci: Setup a semi-automated release process (no-changelog) ( #5504 )
...
* ci: Setup a semi-automated release process (no-changelog)
* create tag/release before deleting the temporary branch
2023-02-21 14:04:35 +01:00
Michael Kret
5d74a2f89a
fix(Postgres Node): Fix for tables containing field named json
2023-02-21 14:16:18 +02:00
कारतोफ्फेलस्क्रिप्ट™
f58573dba3
fix(core): Do not explicitly bypass auth on urls containing .svg
( #5525 )
2023-02-21 11:52:22 +01:00
Milorad FIlipović
684d717520
fix(editor): Fix unexpected date rendering on front-end ( #5528 )
...
🔥 Remove front-end date rendering logic that changes date timezone to workflow TZ
2023-02-21 11:27:15 +01:00
कारतोफ्फेलस्क्रिप्ट™
510855d958
fix(core): User update endpoint should only allow updating email, firstName, and lastName ( #5526 )
2023-02-21 11:22:54 +01:00
कारतोफ्फेलस्क्रिप्ट™
eef2574067
fix(core): Do not allow arbitrary path traversal in BinaryDataManager ( #5523 )
2023-02-21 11:21:17 +01:00
कारतोफ्फेलस्क्रिप्ट™
f0f8d59fee
fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint ( #5522 )
2023-02-21 11:21:04 +01:00
Mutasem Aldmour
26a20ed47e
feat: Support feature flag evaluation server side ( #5511 )
...
* feat(editor): roll out schema view
* feat(editor): add posthog tracking
* refactor: use composables
* refactor: clean up console log
* refactor: clean up impl
* chore: clean up impl
* fix: fix demo var
* chore: add comment
* refactor: clean up
* chore: wrap error func
* refactor: clean up import
* refactor: make store
* feat: enable rudderstack usebeacon, move event to unload
* chore: clean up alert
* refactor: move tracking from hooks
* fix: reload flags on login
* fix: add func to setup
* fix: clear duplicate import
* chore: add console to tesT
* chore: add console to tesT
* fix: try reload
* chore: randomize instnace id for testing
* chore: randomize instnace id for testing
* chore: add console logs for testing
* chore: move random id to fe
* chore: use query param for testing
* feat: update PostHog api endpoint
* feat: update rs host
* feat: update rs host
* feat: update rs endpoints
* refactor: use api host for BE events as well
* refactor: refactor out posthog client
* feat: add feature flags to login
* feat: add feature flags to login
* feat: get feature flags to work
* feat: add created at to be events
* chore: add todos
* chore: clean up store
* chore: add created at to identify
* feat: add posthog config to settings
* feat: add bootstrapping
* chore: clean up
* chore: fix build
* fix: get dates to work
* fix: get posthog to recognize dates
* chore: refactor
* fix: update back to number
* fix: update key
* fix: get experiment evals to work
* feat: add posthog to signup router
* feat: add feature flags on sign up
* chore: clean up
* fix: fix import
* chore: clean up loading script
* feat: add timeout, fix: script loader
* fix: test timeout and get working on 8080
* refactor: move out posthog
* feat: add experiment tracking
* fix: clear tracked on reset
* fix: fix signup bug
* fix: handle errors when telmetry is disabled
* refactor: remove redundant await
* fix: add back posthog to telemetry
* test: fix test
* test: fix test
* test: add tests for posthog client
* lint: fix
* fix: fix issue with slow decide endpoint
* lint: fix
* lint: fix
* lint: fix
* lint: fix
* chore: address PR feedback
* chore: address PR feedback
* feat: add onboarding experiment
2023-02-21 11:35:35 +03:00
Jonathan Bennetts
ee21b7a1cf
fix(Baserow Node): Fix issue with get all not correctly using filters ( #5519 )
2023-02-20 16:04:43 +00:00
Jonathan Bennetts
1c476770a7
fix(S3 Node): Fix issue with get many buckets not outputting data ( #5514 )
2023-02-20 15:54:59 +00:00
Jonathan Bennetts
11b467137e
feat: Deprecate Read Binary File node ( #5490 )
2023-02-20 15:03:30 +00:00
OlegIvaniv
1c0966957d
fix(editor): Fix adding of wrong actions when filtering in the node actions panel (no-changelog) ( #5518 )
2023-02-20 15:59:38 +01:00
Omar Ajoue
75a094a8c0
fix: Fixes an issue when saving an active workflow without triggers would cause n8n to be stuck ( #5513 )
...
fix: Allow saving and editing when an active workflow is saved without triggers
2023-02-20 12:22:27 +01:00
Ahsan Virani
db702932f3
feat(core): Add configurable execution history limit ( #5505 )
...
* Prune execution data when more than cofnfigured limit
* use stricter typings
* use `pruneDataMaxCount`
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-02-20 10:28:38 +01:00
OlegIvaniv
9a1e7b52f7
feat(editor): Unify regular and trigger node creator panels ( #5315 )
...
* WIP: Merge TriggerHelperPanel with MainPanel
* WIP: Implement switching between views
* Remove logging
* WIP: Rework search
* Fix category toggling and search results display
* Fix node item description
* Sort actions based on the root view
* Adjust personalisation modal, make trigger canvas node round
* Linting fixes
* Fix filtering of API options
* Fix types and no result state
* Cleanup
* Linting fixes
* Adjust mode prop for node creator tracking
* Fix merging of core nodes and filtering of single placeholder actions
* Lint fixes
* Implement actions override, fix node creator view item spacing and increase click radius of trigger node icon
* Fix keyboard view navigation
* WIP: E2E Tests
* Address product review
* Minor fixes & cleanup
* Fix tests
* Some more test fixes
* Add specs to check actions and panels
* Update personalisation survey snapshot
2023-02-17 15:08:26 +01:00
कारतोफ्फेलस्क्रिप्ट™
561882f599
refactor(core): Improve instance owner setup and add unit tests (no-changelog) ( #5499 )
...
* refactor(core): Avoid fetching all workflows and credentials for the owner setup screen
* refactor(core): Add unit tests for the owner controller
2023-02-17 10:59:09 +01:00
कारतोफ्फेलस्क्रिप्ट™
12104bc4a3
refactor(core): Delete unused GET /me
endpoint (no-changelog) ( #5498 )
2023-02-17 10:58:48 +01:00
Michael Auerswald
d143f3f2ec
feat(core): Add execution runData recovery and status field ( #5112 )
...
* adds ExecutionEvents view modal to ExecutionList
* fix time rendering and remove wf column
* checks for unfinished executions and fails them
* prevent re-setting stoppedAt for execution
* some cleanup / manually create rundata after crash
* quicksave
* remove Threads lib, log worker rewrite
* cleanup comment
* fix sentry destination return value
* test for tests...
* run tests with single worker
* fix tests
* remove console log
* add endpoint for execution data recovery
* lint cleanup and some refactoring
* fix accidental recursion
* remove cyclic imports
* add rundata recovery to Workflowrunner
* remove comments
* cleanup and refactor
* adds a status field to executions
* setExecutionStatus on queued worker
* fix onWorkflowPostExecute
* set waiting from worker
* get crashed status into frontend
* remove comment
* merge fix
* cleanup
* catch empty rundata in recovery
* refactor IExecutionsSummary and inject nodeExecution Errors
* reduce default event log size to 10mb from 100mb
* add per node execution status
* lint fix
* merge and lint fix
* phrasing change
* improve preview rendering and messaging
* remove debug
* Improve partial rundata recovery
* fix labels
* fix line through
* send manual rundata to ui at crash
* some type and msg push fixes
* improve recovered item rendering in preview
* update workflowStatistics on recover
* merge fix
* review fixes
* merge fix
* notify eventbus when ui is back up
* add a small timeout to make sure the UI is back up
* increase reconnect timeout to 30s
* adjust recover timeout and ui connection lost msg
* do not stop execution in editor after x reconnects
* add executionRecovered push event
* fix recovered connection not green
* remove reconnect toast and merge existing rundata
* merge editor and recovered data for own mode
2023-02-17 10:54:07 +01:00
Michael Auerswald
3a9c257f55
feat(core): Add saml feature flag ( #5494 )
...
adds saml feature flag
2023-02-16 15:05:39 +01:00
Jan Oberhauser
12ae095154
🔖 Release n8n@0.216.0
2023-02-16 12:18:57 +00:00
Jan Oberhauser
f3f026cb5e
⬆️ Set n8n-core@0.155.0, n8n-editor-ui@0.182.0, n8n-nodes-base@0.214.0 and n8n-workflow@0.137.0 on n8n
2023-02-16 12:18:57 +00:00
Jan Oberhauser
dab9d78c30
🔖 Release n8n-editor-ui@0.182.0
2023-02-16 12:16:41 +00:00
Jan Oberhauser
8630e84cfe
⬆️ Set n8n-design-system@0.54.0 and n8n-workflow@0.137.0 on n8n-editor-ui
2023-02-16 12:16:41 +00:00
Jan Oberhauser
18cbc6aa23
🔖 Release n8n-design-system@0.54.0
2023-02-16 12:16:25 +00:00
Jan Oberhauser
33798a20dc
🔖 Release n8n-nodes-base@0.214.0
2023-02-16 12:15:14 +00:00
Jan Oberhauser
fda6db2bd1
⬆️ Set n8n-core@0.155.0 and n8n-workflow@0.137.0 on n8n-nodes-base
2023-02-16 12:15:14 +00:00
Jan Oberhauser
ebb1fa85d6
🔖 Release n8n-node-dev@0.94.0
2023-02-16 12:15:03 +00:00
Jan Oberhauser
a823166527
⬆️ Set n8n-core@0.155.0 and n8n-workflow@0.137.0 on n8n-node-dev
2023-02-16 12:15:03 +00:00
Jan Oberhauser
36df2de758
🔖 Release n8n-core@0.155.0
2023-02-16 12:14:53 +00:00
Jan Oberhauser
21484a9dab
⬆️ Set n8n-workflow@0.137.0 on n8n-core
2023-02-16 12:14:53 +00:00
Jan Oberhauser
49865b7b62
🔖 Release n8n-workflow@0.137.0
2023-02-16 12:14:40 +00:00
Mutasem Aldmour
3de49e8f78
feat: Update telemetry api endpoints ( #5482 )
...
* feat: update PostHog api endpoint
* feat: update rs host
* feat: update rs host
* feat: update rs endpoints
* refactor: use api host for BE events as well
2023-02-16 15:07:08 +03:00
Marcus
00ac4c308a
feat(Github Node): Use resource locator component ( #5489 )
...
⚡ ️RLC for Repository Owner and Repository Name
2023-02-16 12:54:42 +01:00
Milorad FIlipović
6592d144d1
feat(editor): Add most important native props and methods to autocomplete ( #5486 )
...
* ⚡ Implemented support for documentation links in autocomplete tooltips
* ⚡ Added support for arguments and code stying in autocomplete documentation. Added build-in string functions docs.
* ⚡ Added support for args without types in autocomplete, Added array native functions.
* ⚡ Added native Number and Object methods to autocomplete
* ⚡ Added support for native properties in autocomplete
* 📚 Added comment for next phase
* ✔️ Updating tests to account for native autocomplete options. Fixing lint errros.
* 👌 Addressing design review comments
* 🎨 Using design-system tokens instead of colors for autocomplete
2023-02-16 12:47:19 +01:00
feelgood-interface
af703371fc
fix(HTTP Request Node): Ignore empty body for auto detect json ( #5215 )
2023-02-16 11:00:06 +00:00
Jonathan Bennetts
7954ed3cfb
feat(Slack Node): Add support for manually inputting a channel name ( #5488 )
2023-02-16 10:45:03 +00:00
Csaba Tuncsik
593b5d299a
test(editor): Execution testing from UI perspective (no-changelog) ( #5429 )
...
* test(editor): Execution testing from UI perspective
* test(editor): Execution testing from UI perspective
* test(editor): Execution test rename
* test(editor): Execution test rename and add stop test
* test(editor): Execution test with webhook
* test(editor): Execution test with webhook
2023-02-16 11:41:25 +01:00
Csaba Tuncsik
a2c6ea9e11
fix(core): Remove unnecessary info from GET /workflows
response ( #5311 )
...
* fix(core): Remove unnecessary info from `GET /workflows` response
* fix(core): Remove unnecessary info from `GET /workflows` response
* fix(core): Remove credentials from `GET /workflows` response
* fix(core): Update unit tests for `GET /workflows` response
* fix(core): Remove `usedCredentials` from `GET /workflows` response
* fix(core): Update unit tests for `GET /workflows` response
* fix(core): remove nodes from getMany
* fix(core): remove unnecessary owner props from workflow list items
* fix(core): fix lint error
* fix(core): remove unused function
* fix(core): simplifying ownerId usage
* fix(core): trim down the query for workflow listing
2023-02-16 10:36:24 +01:00
Jonathan Bennetts
1a20fd9f46
fix(Bubble Node): Fix pagination issue when returning all objects ( #5483 )
2023-02-16 09:01:56 +00:00
Jonathan Bennetts
71cba06b7c
feat(Notion Node): Add icon support for page and database page creation ( #5468 )
2023-02-16 09:00:54 +00:00
कारतोफ्फेलस्क्रिप्ट™
a9f08fc5ba
fix(core): Fix issues with community node installation (no-changelog) ( #5481 )
...
This fixes the following issues:
* After a community node is installed, we were not calling `postProcessLoaders`, which was causing a bunch of unexpected behaviors, and sometimes even crashes. This was only happening in the session where the package was installed. After a crash, the restarted service was working without these issues.
* After a community node is installed, the icon for the nodes and credentials were missing in the UI, as we were creating one icons route per installed package at startup, and this did not handle newly installed packages. restarting the service fixes this issue as well.
Fixes https://community.n8n.io/t/showing-weird-count-on-community-nodes/23035
2023-02-15 16:09:53 +01:00
Alex Grozav
6265f3a27a
feat(editor): Update to personalization survey v4 ( #5474 )
...
* feat(editor): update to personalization survey v4
* refactor: rename role other key for consistency
* feat: add reported source to survey
* test: add unit tests for personalization modal
2023-02-15 15:05:55 +02:00
Marcus
a3d8fac73a
feat(Github Trigger Node): Use resource locator component ( #5253 )
...
* ⚡ ️wip
* ⚡ ️RLC Search Function for getUsers and getRepositories
* 🐛 fix Repository RLC by name url
* 🐛 search method getRepositories include forks
* 🐛 fix repository name can have a dot
* 🐛 fix RLC extractValue without optional
* 🎨 fix linting errors
* 🎨 using prefix 'e.g.' in RLC placeholders
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-15 13:12:28 +01:00
Milorad FIlipović
0cf45bc4c8
fix(core): Fix data transformation function that are reported not to work properly ( #5338 )
...
* 🔥 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`
* ✨ Using UTC to handle-dates on back-end
* ✅ Added more unit tests for date extensions
* ⚡ Not using `JSON.stringify` to render dates
* ⚡ Using `deep-equal` library instead of our `deepCompare` function
* ✅ Adding more tests to array extensions
* ⚡ Fixing `inBetween` extension function
* ✅ Added tests for `.inBetween()`
* ⚡ Updating `isEven` and `isOdd` to throw for floats
* ⚡ Updating `Array.merge()` so it works without arguments
* 🔀 Fixing leftover merge confilct
* ⚡ Updating `removeFieldsContaining` and `keepFieldsContaining` to throw on empty strings
* ⚡ Fixing `pluck()` so it returns only plucked values
* ⬆️ Updating pnpm lockfile
* 👕 Fixing lint errors
* ⚡ Using workflow timezone to display dates
* ✔️ Updating tests with workflow timezone
* ⚡ Not using system timezone when creating Luxon dates
* ⚡ Updating `merge()` and `pluck()` array functions
* 🔀 Sync with `master`: Removing code that was preserved during merge
* ⚡ Updating `.pluck()` to return full array if no arguments are passed
* ⚡ Updating `keepFieldsContaining` and `merge` object functions
* ⚡ Using week as default for `date.extract()`
* ✅ Adding more test cases for DT functions
* ⚡ Removing `Object.merge` extension function. Adding missing `deep-equal` dependency
* ⚡ Handling `toDate` case when time component is not specified
* ⚡ Using workflow's timezone to render dates in output panel, updated unit tests after removing `Object.merge` function
* ⚡ Not parsing numbers as dates
* 👕 Fixing lint errors
* ⚡ Fixing a typo
* ⚡ Making date detection more strict so only stringified dates are getting converted
* 👌 Addressing PR feedback
* 🔥 Removing leftover comment
---------
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2023-02-15 10:50:16 +01:00
कारतोफ्फेलस्क्रिप्ट™
83505cb0d4
ci(core): Add unit tests for "me" controller (no-changelog) ( #5479 )
2023-02-15 09:00:41 +01:00
कारतोफ्फेलस्क्रिप्ट™
a6c59fcbc2
fix(core): Use stricter typing on queries in cli commands (no-changelog) ( #5476 )
...
This has been broken since TypeORM upgrade
Fixes:
https://linear.app/n8n/issue/ENG-50
https://community.n8n.io/t/execute-command-stdout/22994
2023-02-14 17:05:53 +01:00
कारतोफ्फेलस्क्रिप्ट™
522ddfc0cd
fix(editor): Fix Vite dev mode (no-changelog) ( #5475 )
...
because of the updated dev tooling in https://github.com/n8n-io/n8n/pull/5454 , vite dev mode is crashing because of the `util` package looking for `process.env`.
2023-02-14 16:10:39 +01:00
Alex Grozav
36108f82a1
feat(editor): Add correct credential owner contact details for readonly credentials ( #5208 )
...
* feat: add correct credential owner contact details for readonly credentials
* chore: remove unnecessary translation
* fix: update credential owner name to be retrieved using usedCredentials
* fix: correct credentialownername getter typing
2023-02-14 16:13:22 +02:00
Alex Grozav
246189f6da
feat: Add workflow and credential sharing access e2e tests ( #5463 )
...
feat: add workflow and credential sharing access e2e tests
2023-02-14 16:13:00 +02:00
कारतोफ्फेलस्क्रिप्ट™
b25c10a0e1
ci: Update the "Check Documentation URLs" workflow (no-changelog) ( #5473 )
...
* ci: Update the "Check Documentation URLs" workflow (no-changelog)
* fix the documentation url for HtmlExtract node
2023-02-14 13:00:15 +01:00
कारतोफ्फेलस्क्रिप्ट™
f7cbd6b17e
feat(editor): Upgrade to Storybook v7 (no-changelog) ( #5454 )
...
Storybook 6 + Webpack 4 are pulling in a lot of dependencies that are blocking us from supporting node 18.
2023-02-14 12:44:13 +01:00
Milorad FIlipović
3b9eec77ec
test(editor): Add e2e tests for executions preview ( #5458 )
...
* ✅ Added initial tests for executions preview
* 🔥 Removing unneeded actions
* 👌 Renaming test suite, moving mock executions logic to util function
2023-02-14 11:39:19 +01:00
Jan Oberhauser
0ba5573162
🔖 Release n8n@0.215.2
2023-02-14 10:10:30 +00:00
कारतोफ्फेलस्क्रिप्ट™
4dc458eca5
fix(core): Fix the issue with test webhooks getting removed incorrectly (no-changelog) ( #5466 )
...
This broke because of the change [here](https://github.com/n8n-io/n8n/pull/5443/files#diff-b386248ff00977749c873ed85821c241b773e9740d7e7adf94e05b73b350ed74L152 ).
`finally` block is called even if there is a `return` in the `try` block, and this is causing the test webhook to be removed, even when it shouldn't be removed.
2023-02-13 16:16:53 +01:00
Jan Oberhauser
8f25073a22
🔖 Release n8n@0.215.1
2023-02-11 15:53:54 +00:00
Jan Oberhauser
1627f8b444
⬆️ Set n8n-core@0.154.1, n8n-editor-ui@0.181.1, n8n-nodes-base@0.213.1 and n8n-workflow@0.136.1 on n8n
2023-02-11 15:53:54 +00:00
Jan Oberhauser
498a724e26
🔖 Release n8n-editor-ui@0.181.1
2023-02-11 15:51:38 +00:00
Jan Oberhauser
b9ef0a3664
⬆️ Set n8n-workflow@0.136.1 on n8n-editor-ui
2023-02-11 15:51:37 +00:00
Jan Oberhauser
c25a5a99a6
🔖 Release n8n-nodes-base@0.213.1
2023-02-11 15:50:36 +00:00
Jan Oberhauser
b064a2e8cc
⬆️ Set n8n-core@0.154.1 and n8n-workflow@0.136.1 on n8n-nodes-base
2023-02-11 15:50:36 +00:00
Jan Oberhauser
8c4d1f73b5
🔖 Release n8n-node-dev@0.93.1
2023-02-11 15:50:23 +00:00
Jan Oberhauser
04eb832bfa
⬆️ Set n8n-core@0.154.1 and n8n-workflow@0.136.1 on n8n-node-dev
2023-02-11 15:50:22 +00:00
Jan Oberhauser
be17ec6e82
🔖 Release n8n-core@0.154.1
2023-02-11 15:50:13 +00:00
Jan Oberhauser
89c9875423
⬆️ Set n8n-workflow@0.136.1 on n8n-core
2023-02-11 15:50:13 +00:00
Jan Oberhauser
a245dbe0c9
🔖 Release n8n-workflow@0.136.1
2023-02-11 15:50:03 +00:00
Jan Oberhauser
339655611f
fix(core): Fix issue that worker and webhook service close directly ( #5461 )
2023-02-11 09:46:10 -06:00
कारतोफ्फेलस्क्रिप्ट™
59f5c4221e
fix(core): Handle versioned custom nodes correctly ( #5313 )
2023-02-10 18:33:04 +01:00
agobrech
309c995364
test: Change workflows to test from safe list to skip list ( #5457 )
...
* Remove check by safe list to skip list
* add an option to skip using statistics events
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-02-10 17:11:06 +01:00
Jan Oberhauser
231b690605
🔖 Release n8n@0.215.0
2023-02-10 15:46:55 +00:00
Jan Oberhauser
ffc88977ef
⬆️ Set n8n-core@0.154.0, n8n-editor-ui@0.181.0, n8n-nodes-base@0.213.0 and n8n-workflow@0.136.0 on n8n
2023-02-10 15:46:55 +00:00
Jan Oberhauser
8fa8aaa4b1
🔖 Release n8n-editor-ui@0.181.0
2023-02-10 15:44:37 +00:00
Jan Oberhauser
565f1216e3
⬆️ Set n8n-design-system@0.53.0 and n8n-workflow@0.136.0 on n8n-editor-ui
2023-02-10 15:44:37 +00:00
Jan Oberhauser
2fb54e922a
🔖 Release n8n-design-system@0.53.0
2023-02-10 15:44:19 +00:00
Jan Oberhauser
595ef1ee95
🔖 Release n8n-nodes-base@0.213.0
2023-02-10 15:43:13 +00:00
Jan Oberhauser
829edf3c26
⬆️ Set n8n-core@0.154.0 and n8n-workflow@0.136.0 on n8n-nodes-base
2023-02-10 15:43:13 +00:00
Jan Oberhauser
89ea19a7ce
🔖 Release n8n-node-dev@0.93.0
2023-02-10 15:42:58 +00:00
Jan Oberhauser
24411ba953
⬆️ Set n8n-core@0.154.0 and n8n-workflow@0.136.0 on n8n-node-dev
2023-02-10 15:42:58 +00:00
Jan Oberhauser
d857d87f8b
🔖 Release n8n-core@0.154.0
2023-02-10 15:42:44 +00:00
Jan Oberhauser
6e431eb8a8
⬆️ Set n8n-workflow@0.136.0 on n8n-core
2023-02-10 15:42:44 +00:00
Jan Oberhauser
7ec7e31565
🔖 Release n8n-workflow@0.136.0
2023-02-10 15:42:33 +00:00
कारतोफ्फेलस्क्रिप्ट™
9a331ec7b6
fix(core): Stop using unbound calls to stopProcess
(no-changelog) ( #5456 )
2023-02-10 16:34:39 +01:00
Marcus
d266401ed8
test(Read PDF Node): Unit tests (no-changelog) ( #5453 )
...
✅ add ReadPDF node test
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 16:26:26 +01:00
Marcus
9698c7e7ea
test(Move Binary Data Node): Unit tests (no-changelog) ( #5442 )
...
* ✅ add Move Binary Data test
* ✅ improve Move Binary Data Test -
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 15:33:32 +01:00
Omar Ajoue
a2e2ec5442
test: Add tests for ActiveWorkflowRunner class ( #5278 )
2023-02-10 15:24:20 +01:00
कारतोफ्फेलस्क्रिप्ट™
538984dc2f
feat(core): Add support for WebSockets as an alternative to Server-Sent Events ( #5443 )
...
Co-authored-by: Matthijs Knigge <matthijs@volcano.nl>
2023-02-10 15:02:47 +01:00
कारतोफ्फेलस्क्रिप्ट™
5194513850
refactor(core): Delete duplicate code across all commands ( #5452 )
2023-02-10 14:59:20 +01:00
Milorad FIlipović
8494c97821
test(editor): Add e2e tests for personal settings page ( #5451 )
...
✅ Added tests for personal user settings
2023-02-10 13:12:06 +01:00
Michael Kret
40879f67cb
test(iCalendar Node): Unit tests (no-changelog)
2023-02-10 12:55:07 +02:00
Michael Kret
649c7ccfb1
test(Markdown Node): Unit tests (no-changelog)
2023-02-10 12:30:37 +02:00
Michael Kret
b641a3e36d
test(Compare Datasets Node): Unit tests (no-changelog)
2023-02-10 11:57:54 +02:00
Valya
287fa9cd06
test(core): Add basic expression tests (no-changelog) ( #5439 )
...
* test(core): add basic expression tests
* test: fix $if test not working properly
2023-02-10 10:05:34 +01:00
Marcus
5b1e3a3fd3
test(Write Binary File Node): Unit tests (no-changelog) ( #5440 )
...
* ✅ add write binary file test
* 🎨 cleanup
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-10 09:53:20 +01:00
Iván Ovejero
136b74de5e
test: Upgrade vitest
(no-changelog) ( #5307 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-02-10 03:20:15 +01:00
Jan Oberhauser
69f5d6a9fd
Merge branch 'n8n_0.214.3'
2023-02-09 12:44:36 -06:00
Jan Oberhauser
c278f010ef
🔖 Release n8n@0.214.3
2023-02-09 12:38:05 -06:00
Jan Oberhauser
48740f8763
⬆️ Set n8n-editor-ui@0.180.3 on n8n
2023-02-09 12:36:56 -06:00
Jan Oberhauser
8f36ce3ffb
🔖 Release n8n-editor-ui@0.180.3
2023-02-09 19:33:34 +01:00
Omar Ajoue
7fc96571e0
fix: MySQL migration parses database contents if necessary (fix for MariaDB) ( #5441 )
2023-02-09 11:29:43 -06:00
OlegIvaniv
b57ec1d6ab
fix(editor): Prevent creation of input connections for nodes without input slot ( #5425 )
...
* fix(editor): Prevent creation of input connections for nodes without input
* WIP: Workflow checks service and controller
* fix: Created SQLite migration to remove broken connections
* Cleanup & add mysql/posgres migrations
* Linter fixes
* Unify the migration scripts
* Escape migration workflow_entity
* Wrap the migration in try/catch and do not parse nodes and connection if mysql/postgres
* Do migration changes also fro mysql
* refactor: Wrap only the necessary call in try catch block
---------
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2023-02-09 11:29:34 -06:00
Omar Ajoue
2eb72a6c9f
fix: MySQL migration parses database contents if necessary (fix for MariaDB) ( #5441 )
2023-02-09 18:15:20 +01:00
Jonathan Bennetts
57a2b9cceb
fix(Linear Node): Fix issue with Issue States not loading correctly ( #5435 )
2023-02-09 15:58:52 +00:00
Michael Kret
32de081b0c
test(Compression Node): Unit tests (no-changelog)
2023-02-09 17:13:39 +02:00
OlegIvaniv
018f8a3510
fix(editor): Prevent creation of input connections for nodes without input slot ( #5425 )
...
* fix(editor): Prevent creation of input connections for nodes without input
* WIP: Workflow checks service and controller
* fix: Created SQLite migration to remove broken connections
* Cleanup & add mysql/posgres migrations
* Linter fixes
* Unify the migration scripts
* Escape migration workflow_entity
* Wrap the migration in try/catch and do not parse nodes and connection if mysql/postgres
* Do migration changes also fro mysql
* refactor: Wrap only the necessary call in try catch block
---------
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2023-02-09 16:04:26 +01:00
Milorad FIlipović
d9a4c2c66d
test(editor): Add user management e2e tests ( #5438 )
...
* ✅ Added initial UM test using new commands
* ✅ Added rest of the UM tests
2023-02-09 16:00:55 +01:00
Mutasem Aldmour
b8980f6118
test: Add more data mapping tests ( #5389 )
...
* test: Add more data mapping tests
* test: add tests for preview mapping
* test: update wording
* test: add more tests
* test: fix up prev node test
* test: stop popup
* test: add mapping test for paths
* test: revert back param changes
* test: fix mapping tests
* test: reset db
* test: fix up mapping tests
* test: fix up mapping tests
* test: update tests to be more stable
* chore: clean up unused command
* fix: fix up before unload bug
* fix: fix data transformation tests
* test: fix up flaky webhook tests
* test: fix up flaky webhook tests
* test: fix up flaky dt tests
2023-02-09 17:59:01 +03:00
कारतोफ्फेलस्क्रिप्ट™
00befbc75a
ci(editor): Faster builds on the CI (no-changelog) ( #5422 )
2023-02-09 15:47:34 +01:00
Marcus
e01192e7af
test(Read Binary File Node): Unit tests (no-changelog) ( #5436 )
...
✅ add Read Binary Data node unit test
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-09 15:31:10 +01:00
agobrech
fdf47a96de
fix(core): Fix import command for workflows with old format(pre UM) ( #5403 )
...
* Replace invalid credentials when importing workflows
* Remove useless console.logs
2023-02-09 15:24:09 +01:00
Michael Kret
1ea1935b9a
test(RSS Read Node): Unit tests (no-changelog)
2023-02-09 16:13:23 +02:00
Valya
c7b58e0ed1
fix(core): Expression extension failing with optional chaining ( #5370 )
...
* wip
* fix: working optional chaining polyfill
* fix: polyfill optional chaining on extended functions
* test: add optional chaining tests
2023-02-09 13:57:45 +00:00
agobrech
40f4ec75fa
test(Date & Time Node): Unit tests (no-changelog) ( #5415 )
...
* ✨ Add tests to DateTime node
* Test different timezone
* Try new fix
* Fix workflow change time of workflow exec in UTC
* Check if UTC is correctly setup
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-09 14:54:24 +01:00
Marcus
3e2d76ec79
test(Code Node): Unit tests (no-changelog) ( #5373 )
...
* ⚡ test setup
* ⚡ ️basic test with run once for all and each items
* 🎨 fix linting error
* ⚡ ️update to new Helper.setup(tests)
* ⚡ migrate tests to pin data approach
2023-02-09 13:56:39 +01:00
कारतोफ्फेलस्क्रिप्ट™
172472664d
ci: Upgrade dev tooling (no-changelog) ( #5424 )
...
* Typescript
* Jest
* Turborepo
* pnpm
2023-02-09 13:52:41 +01:00
agobrech
d4d55b0684
test(Crypto Node): Unit tests (no-changelog) ( #5433 )
...
* Add test to Crypto Node
* ✅ added test to generate random uuid
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-09 13:03:53 +01:00
agobrech
43abe225a0
test(Rename Keys Node): Unit tests (no-changelog) ( #5428 )
...
Add test for Rename Keys node
2023-02-09 12:26:51 +01:00
कारतोफ्फेलस्क्रिप्ट™
0fb4d7fc19
fix(core): Stop creating icons directories (no-changelog) ( #5431 )
...
forgot to remove this in https://github.com/n8n-io/n8n/pull/5419
2023-02-09 11:45:32 +01:00
Michael Kret
9024e4dcc7
test(Stop and Error Node): Unit tests (no-changelog)
2023-02-09 12:29:02 +02:00
Michael Kret
2150ea0e79
test(HTTP Request Node): Unit tests (no-changelog)
2023-02-09 12:25:26 +02:00
Michael Kret
b5948cbe13
test(XML Node): Unit tests (no-changelog)
2023-02-09 12:23:25 +02:00
कारतोफ्फेलस्क्रिप्ट™
52cb185637
refactor(core): Upgrade typeorm (no-changelog) ( #5423 )
...
[Now we can use aggregate functions directly over the repository API](https://github.com/typeorm/typeorm/pull/9737 )
2023-02-09 10:44:07 +01:00
Iván Ovejero
e0c4c25227
test: Add e2e workflow tags (no-changelog) ( #5411 )
...
* 🧪 Add workflow tags tests
* ⚡ Create `openTagManagerModal`
* ⚡ Add wait to prevent detached DOM element
* ⚡ Add wait to mirror other tests
2023-02-09 10:04:12 +01:00
Iván Ovejero
a07de049a2
feat(editor): Bring completions to HTML editor ( #5382 )
...
⚡ Bring completions to HTML editor
2023-02-09 09:41:07 +01:00
Marcus
74fc1414d7
test(Spreadsheet File Node): Unit tests (no-changelog) ( #5385 )
...
* ⚡ ️test setup
* ⚡ ️fix 'testData' implicitly has an 'any' type.
* ✅ test github action file binary data reading
* ✅ checking for output binary equality
* ✅ writing files to different formats
* ✅ reading spreadsheet with different options
* ⚡ ️improve workflow file path replacement
* 🐛 fixing string.at() not supported in node 14.
* 🐛 trying to fix github action test error
* ⚡ fix for empty binary
* ⚡ switch for binary test
* ⚡ ️test helpers now return/compare json and binary (if not empty))
* ⚡ removed commented console log
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-09 09:00:29 +01:00
कारतोफ्फेलस्क्रिप्ट™
94f2b2a26f
feat(Edit Image Node): Allow WebP as an image format ( #5420 )
2023-02-08 23:08:50 +01:00
Alex Grozav
e059caf993
feat: Add e2e user invite test suite (no-changelog) ( #5412 )
2023-02-08 22:41:35 +02:00
Valya
9c1f827dad
feat(core): Live reload node/credential descriptions in development (no-changelog) ( #4939 )
2023-02-08 19:26:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
f23fb92696
fix(core): Stop copying icons to cache ( #5419 )
...
Fixes
- https://github.com/n8n-io/n8n/issues/4973
- https://github.com/n8n-io/n8n/issues/5274
- https://community.n8n.io/t/starting-n8n-fails-with-ebusy-error/21243
- https://community.n8n.io/t/problem-executing-workflow-ebusy-resource-busy-or-locked-copyfile/21280
Replaces
- https://github.com/n8n-io/n8n/pull/5052
- https://github.com/n8n-io/n8n/pull/5401
2023-02-08 18:57:43 +01:00
Marcus
1f924e3c3d
test(Set Node): Add tests for Set Node (no-changelog) ( #5409 )
...
* ⚡ ️move test files
* ✅ set node test workflow
---------
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-02-08 18:04:11 +01:00
Marcus
269691aa1b
test(IF Node): Unit tests (no-changelog) ( #5404 )
...
* ⚡ ️move test files
* ⚡ ️IF boolean tests
* ⚡ ️IF string tests
* ✅ IF number tests
* ✅ IF date-time tests
* 🎨 update Test name to make more sense
2023-02-08 15:20:17 +01:00
OlegIvaniv
14d1743595
test(editor): Add canvas dragging tests (no-changelog) ( #5406 )
...
* WIP
* Fix undo/redo tests and add canvas tests
* Cleanup
* Cleanup
* Use drag and draganddrop commands
* Fix hanging CI run
* Undo redo spec
2023-02-08 14:48:28 +01:00
Giulio Andreini
389e4af4d9
docs(Spreadsheet File Node): Update descriptions and Alias (no-changelog) ( #5357 )
2023-02-08 12:39:07 +00:00
Kirill
333a817a8e
fix(ActiveCampaign Node): Fix additional fields not being sent when updating account contacts ( #5216 )
2023-02-08 12:37:15 +00:00
Bram Kn
aeaa663620
feat(HubSpot Trigger Node): Add conversation events ( #5408 )
2023-02-08 12:36:05 +00:00
Giulio Andreini
b16d9d0f8c
docs(Google Sheets Node): Description updates for fields (no-changelog) ( #5277 )
2023-02-08 12:33:57 +00:00
Jonathan Bennetts
ce732b42c8
test(Execute Command Node): Unit tests (no-changelog) ( #5374 )
2023-02-08 12:17:02 +00:00
Jonathan Bennetts
e82bc50fd1
test(Switch Node): Add test for switch node (no-changelog) ( #5378 )
2023-02-08 12:16:17 +00:00
Jonathan Bennetts
f44b4b1314
test(Split In Batches Node): Add test for Split in Batches node (no-changelog) ( #5381 )
2023-02-08 12:15:36 +00:00
Iván Ovejero
d7b3923c2f
feat(editor): Add Object
global completions ( #5407 )
...
* ✏️ Add i18n info
* ⚡ Mount i18n keys
* ✏️ Fix typos in tests
* ✨ Add `Object` global completion
* ✨ Add `Object` global options completions
* 🧪 Add tests
2023-02-08 12:41:33 +01:00
Cornelius Suermann
d469a98073
feat: Add tracking code to hiring link (no-changelog) ( #3530 )
2023-02-08 11:48:38 +01:00
Omar Ajoue
5e3e70b83b
feat: Change desktop UM experience ( #5312 )
...
* refactor: Hide prompt for desktop
* feat: add email field to personalization modal
* fix: update survey interfaces
* chore: enable personalization survey email key display condition
* feat: add users page upsell for desktop client
* feat: disable UM on desktop where possible
* refactor: Have a single function to decide whether UM is enabled
* feat: update community nodes upsell link
---------
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: krynble <omar@n8n.io>
Co-authored-by: freyamade <freya@n8n.io>
2023-02-08 11:42:22 +02:00
Michael Kret
4d87711ace
test(Merge Node): Unit tests (no-changelog)
2023-02-07 19:32:25 +02:00
Omar Ajoue
c8245b9f87
fix: Error workflow now correctly checks for subworkflow permissions ( #5390 )
2023-02-07 17:40:36 +01:00
Milorad FIlipović
d05203db30
test(editor): Enable adding nodes in between any two nodes on canvas in e2e tests (no-changelog) ( #5393 )
...
* ⚡ Adding source and target test data to connection HTML elements
* ⚡ Using new action to add node on the connection
* 🔥 Removing leftover log
* 🔥 Removing leftover test action
* 👌 Refactoring to address PR feedback
2023-02-07 16:34:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
7e2f2f7453
refactor(core): Add unit tests for all external auth middlewares (no-changelog) ( #5386 )
2023-02-07 15:49:35 +01:00
कारतोफ्फेलस्क्रिप्ट™
3a435f7057
fix(core): Disable transactions on sqlite migrations that use PRAGMA foreign_keys
( #5392 )
...
`PRAGMA foreign_keys` is [a no-op within a sqlite transaction](https://www.sqlite.org/pragma.html#pragma_foreign_keys ).
This causes cascade deletes to happen when we create a new user table, and drop the old user table.
2023-02-07 15:14:59 +01:00
Michael Auerswald
dd652c0b0d
ci: Add E2E test for scheduled trigger ( #5391 )
...
* scheduler e2e test and switch to main mode
* adjust e2e options
* rolling back config changes
2023-02-07 12:41:44 +01:00
कारतोफ्फेलस्क्रिप्ट™
58b0cf66b5
fix(core): Do not block app startup by telemetry (no-changelog) ( #5387 )
2023-02-07 12:10:16 +01:00
Michael Kret
26b69b5ffc
test(Item Lists Node): Unit tests (no-changelog)
2023-02-07 11:27:37 +02:00
Mutasem Aldmour
db49f052bc
test: Add data mapping test ( #5372 )
...
* test: add tests for pinning
* test: add test for value
* test: add pinned data tests
* test: refactor into ndv
* refactor: move to ndv
* refactor: rename node
* test: fix test
* test: fix refactor
* test: remove unused id
* test: update test
* test: chain rename input
* test: refactor invoking text
* test: fix ndv tests
* test: move test id
* test: add tests for mapping
* test: update selectors
* test: add mapping
* test: remove wait
* test: add back line removed by mistake
* test: refactor to support both in/output displays
* test: add display mode switching
* test: fix drop
* chore: clean up change
* refactor: add draganddrop
* fix: fix drag and drop
* test: add mapping test for second value
* test: update text
* test: update param
2023-02-07 07:47:37 +03:00
Jan Oberhauser
91d9f2d202
🔖 Release n8n@0.214.2
2023-02-06 17:59:09 +00:00
Jan Oberhauser
7ec3d93435
⬆️ Set n8n-editor-ui@0.180.2 and n8n-nodes-base@0.212.2 on n8n
2023-02-06 17:59:09 +00:00
Jan Oberhauser
85391629dc
🔖 Release n8n-editor-ui@0.180.2
2023-02-06 17:57:07 +00:00
Jan Oberhauser
bdaad556ca
🔖 Release n8n-nodes-base@0.212.2
2023-02-06 17:56:11 +00:00
OlegIvaniv
6482688ee0
fix(editor): Correctly show OAuth reconnect button ( #5384 )
2023-02-06 18:33:59 +01:00
Iván Ovejero
31130d5257
fix(editor): Fix resolvable highlighting for HTML editor ( #5379 )
...
🐛 Fix resolvable highlighting for HTML editor
2023-02-06 16:29:10 +01:00
Valya
9a7f3da4a3
test: Automatically load workflow nodes in node tests ( #5380 )
...
test: automatically load workflow nodes in node tests
2023-02-06 15:14:57 +00:00
Jan Oberhauser
6b7408d255
🔖 Release n8n@0.214.1
2023-02-06 13:16:12 +00:00
Jan Oberhauser
5ede2180e6
⬆️ Set n8n-editor-ui@0.180.1 and n8n-nodes-base@0.212.1 on n8n
2023-02-06 13:16:11 +00:00
Jan Oberhauser
c006b7617e
🔖 Release n8n-editor-ui@0.180.1
2023-02-06 13:14:13 +00:00
Jan Oberhauser
4c115f4353
🔖 Release n8n-nodes-base@0.212.1
2023-02-06 13:12:55 +00:00
कारतोफ्फेलस्क्रिप्ट™
a115baa1ac
fix(core): CORS middleware should not process the entire handler chain on OPTIONS requests (no-changelog) ( #5368 )
...
fix(core): CORS middleware should not process the entire handler chain on OPTIONS requests
2023-02-06 12:43:50 +01:00
Iván Ovejero
e4458b48e0
fix(editor): Fix mapping to empty expression input ( #5367 )
...
🐛 Fix mapping to empty expression input
2023-02-06 10:26:12 +01:00
OlegIvaniv
9b628ddc34
fix(editor): Fix multiple-output endpoints success style after connection is detached ( #5366 )
2023-02-06 10:22:57 +01:00
OlegIvaniv
20356ba8c8
fix(editor): Fix merge node connectors ( #5364 )
...
* fix(editor): Fix merge node connectors
* Set `stateIsDirty` from `EVENT_CONNECTION` hook
2023-02-06 09:49:18 +01:00
agobrech
4df69428f1
feat(Slack Node): Revamp the node with more functionalities in a new version ( #4587 )
...
* 🔥 Remove useless tooltips
* Slack change additional fields to Options in node
* 🥅 Add error handeling for out of Scope request
* ♻️ Refactor channel visibility
* ♻️ refactor user ressource
* Update user profile
* 🔥 remove JSON parameter
* 🔥 remove attchmant json and block json
* 🎨 refactors message post
* 🎨 refactor ts property into timestamps
* 🎨 change action name for messages
* ✨ add new operation to message ressouce
* ✨ add search backend logic + channel RLC
* 🎨 improve timestamp description and plaecholder
* 🎨 change timestamp disaplay name
* ✨ add RLC for channels
* ✨ add versioning
* 🐛 Fix imports for versioning
* ✨ Add RLC for users when sending messages
* ✨ RLC for user presence
* ✨ Add json builder for slack blocks
* 🐛 Fix option in search query
* Add loadoption for search in channels
* Fix indentation issue
* ✨ Add more scopes to Oauth2
* 🐛 Fix lint issue
* 🐛 oauth fix
* ✨ Merge user and user profile
* ✨ Improve reactions and star resource
* ⚡ ️Merges ephemeral operation into one
* ⚡ ️Merge image and emoji in profile picture
* 🐛 Fix bug for replying to messages
* ⚡ ️Add username type to User Rlc
* 🐛 Fix typo
* 🎨 Improves tooltip and naming for ephemeral messages
* 🎨 Improve display name and description
* ⚡ ️Add the ability to delete within username channel
* 🎨 Add informations on how to use the emojis and add doc
* 🎨 Fix typos and improve display names
* ✨ Improve FE validation for timestamp
* 🎨 Change block description
* 🚨 Fix linting
* 🚨 More lint fixes
* 🐛 Fix timestamps bug
* 🐛 Fix timestamp not showing up
* 🐛 More small fixes
* 🐛 Fix logic error
* Add searchable to slack rlc channels and users
* Fix lint rules
* ⚡ ️Message Search -> fix limit request using qs count
* ⚡ ️Message Search -> sort by relevance use qs score
* Fix messages by username rlc
* 🐛 fix messages search all operation
* Add error when using username with ephemeral message
* 🎨 fix linting errors
* 🎨 send message ephemeral error message improvement
---------
Co-authored-by: Marcus <marcus@n8n.io>
2023-02-03 17:04:37 +01:00
Jan Oberhauser
90b373621f
🔖 Release n8n@0.214.0
2023-02-03 14:38:42 +00:00
Jan Oberhauser
26cc16ad90
⬆️ Set n8n-core@0.153.0, n8n-editor-ui@0.180.0, n8n-nodes-base@0.212.0 and n8n-workflow@0.135.0 on n8n
2023-02-03 14:38:41 +00:00
Jan Oberhauser
3d100df9e7
🔖 Release n8n-editor-ui@0.180.0
2023-02-03 14:36:26 +00:00
Jan Oberhauser
c01182f13f
⬆️ Set n8n-workflow@0.135.0 on n8n-editor-ui
2023-02-03 14:36:25 +00:00
Jan Oberhauser
bbfdb0b6b8
🔖 Release n8n-nodes-base@0.212.0
2023-02-03 14:35:29 +00:00
Jan Oberhauser
078c868018
⬆️ Set n8n-core@0.153.0 and n8n-workflow@0.135.0 on n8n-nodes-base
2023-02-03 14:35:29 +00:00
Jan Oberhauser
015ce8f89f
🔖 Release n8n-node-dev@0.92.0
2023-02-03 14:35:18 +00:00
Jan Oberhauser
168c862501
⬆️ Set n8n-core@0.153.0 and n8n-workflow@0.135.0 on n8n-node-dev
2023-02-03 14:35:18 +00:00
Jan Oberhauser
4c69d73423
🔖 Release n8n-core@0.153.0
2023-02-03 14:35:07 +00:00
Jan Oberhauser
c35d5a96c0
⬆️ Set n8n-workflow@0.135.0 on n8n-core
2023-02-03 14:35:07 +00:00
Jan Oberhauser
bf3ba59331
🔖 Release n8n-workflow@0.135.0
2023-02-03 14:34:56 +00:00
Csaba Tuncsik
338b354ef1
fix(editor): Change executions title to match menu ( #5349 )
...
* fix(editor): Prevent content moving between pages
* fix(editor): Change execution page title
2023-02-03 14:00:22 +01:00
Csaba Tuncsik
50cb75706b
fix(editor): Workflow executions view is broken ( #5341 )
...
fix(editor): WF level execution layout
2023-02-03 13:57:50 +01:00
कारतोफ्फेलस्क्रिप्ट™
51b560b3f4
fix(core): Error reporter should log all error on an error-chain (no-changelog) ( #5342 )
2023-02-03 13:53:51 +01:00
OlegIvaniv
6985500a7d
fix(core): Fix populating of node custom api call options ( #5347 )
...
* 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
* feat(cli): Move apiCallOption injection to LoadNodesAndCredentials and add e2e tests to check for custom nodes credentials
* Load nodes and credentials fixtures from a single place
* Console warning if credential is invalid during customApiOptions injection
2023-02-03 13:14:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
4dab2fec49
fix(core): Add missing schema keys for LDAP (no-changelog) ( #5348 )
2023-02-03 12:50:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
56326cb317
fix(core): Use custom cache control only on editor-ui assets (no-changelog) ( #5346 )
2023-02-03 11:27:24 +01:00
OlegIvaniv
616074158c
fix(core): Revert custom API option injecting ( #5345 )
...
Revert "feat(core): Fix populating of node custom api call options (#5303 )"
This reverts commit e58bc41d24
.
2023-02-02 20:03:45 +01:00
Omar Ajoue
b5154d9be5
fix: Prevent unnecessarily touching updatedAt when n8n starts ( #5340 )
...
* Include MariaDB in exception list
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
2023-02-02 17:01:45 +01:00
freya
6ca49f9d54
fix(core): Prevent shared user details being saved alongside execution data ( #5334 )
...
* 🔨 - Remove `shared` key from execution save data
* 👕 - Using import type where needed
* remove console.log
* 🔨 - Create new clean workflowData instead of removing shared
If IWorkflowBase changes in future, TS will error out here ensuring it's kept up to date
* 🔨 - use lodash.pick for less verbosity
* 🔨 - fix lodash imports
2023-02-02 15:27:00 +00:00
कारतोफ्फेलस्क्रिप्ट™
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