Csaba Tuncsik
e4785da2e1
fix(AWS DynamoDB Node): Add missing type assertion (no-changelog) ( #5003 )
...
fix(AWS DynamoDB Node): add type assertion
2022-12-22 10:27:14 +01:00
Omar Ajoue
87d8865ad3
fix: Restore missing tags in workflow retrieve ( #5004 )
2022-12-22 10:16:27 +01:00
कारतोफ्फेलस्क्रिप्ट™
0a416eebea
fix: Remove circular dependencies from cli tests (no-changelog) ( #5000 )
...
* fix typescript errors in cli
* remove circular dependencies from cli tests
2022-12-22 10:14:15 +01:00
कारतोफ्फेलस्क्रिप्ट™
17f13b3b6e
ci: Setup eslint-import-resolver-typescript
for improved TS linting ( #4996 )
...
* Setup stricter linting for typescript
* make `import/no-unresolved` an error everywhere
* use prettier to format `.vscode/settings.default.json`
* address PR comments
2022-12-22 09:55:39 +01:00
Omar Ajoue
9568b747c7
fix: DynamoDB node type issues ( #5002 )
2022-12-22 09:40:53 +01:00
Nathan Apter
a43ea177eb
fix(AWS DynamoDB Node): Fix issue pagination and simplify issue #4956 #4957 ( #4959 )
...
* Added 'M' type to decode attribute for dynamodb
* Fixed bug with return all. Headers from the previous iteration were being passed causing an invalid signature error
2022-12-22 05:36:49 +01:00
Jan Oberhauser
4da9c3918d
📚 Update CHANGELOG.md and main package.json to 0.209.0
2022-12-21 10:42:32 -06:00
Jan Oberhauser
e472f4f3b1
🔖 Release n8n@0.209.0
2022-12-21 16:39:27 +00:00
Jan Oberhauser
e52de82a26
⬆️ Set n8n-core@0.149.0, n8n-editor-ui@0.175.0, n8n-nodes-base@0.207.0 and n8n-workflow@0.131.0 on n8n
2022-12-21 16:39:27 +00:00
Jan Oberhauser
fde6961116
🔖 Release n8n-editor-ui@0.175.0
2022-12-21 16:36:31 +00:00
Jan Oberhauser
341ecb017a
⬆️ Set n8n-design-system@0.49.0 and n8n-workflow@0.131.0 on n8n-editor-ui
2022-12-21 16:36:30 +00:00
Jan Oberhauser
24dd6b1fb3
🔖 Release n8n-design-system@0.49.0
2022-12-21 16:36:04 +00:00
Jan Oberhauser
20fe4a1a71
🔖 Release n8n-nodes-base@0.207.0
2022-12-21 16:34:18 +00:00
Jan Oberhauser
f6d25e0cf8
⬆️ Set n8n-core@0.149.0 and n8n-workflow@0.131.0 on n8n-nodes-base
2022-12-21 16:34:18 +00:00
Jan Oberhauser
62cd45eb56
🔖 Release n8n-node-dev@0.88.0
2022-12-21 16:34:04 +00:00
Jan Oberhauser
1e1c9bb8ae
⬆️ Set n8n-core@0.149.0 and n8n-workflow@0.131.0 on n8n-node-dev
2022-12-21 16:34:03 +00:00
Jan Oberhauser
ec9eaf4a48
🔖 Release n8n-core@0.149.0
2022-12-21 16:33:50 +00:00
Jan Oberhauser
7d69a41c13
⬆️ Set n8n-workflow@0.131.0 on n8n-core
2022-12-21 16:33:50 +00:00
Jan Oberhauser
f05672b330
🔖 Release n8n-workflow@0.131.0
2022-12-21 16:33:35 +00:00
कारतोफ्फेलस्क्रिप्ट™
c7b36ecfb2
ci: Make custom images consistent with the release images (no-changelog) ( #4924 )
2022-12-21 17:12:12 +01:00
Iván Ovejero
1bc3930df8
refactor(core): Allow null
instead of SyntaxError
in expression ( #4998 )
...
⚡ Allow `null` instead of `SyntaxError`
2022-12-21 17:09:02 +01:00
कारतोफ्फेलस्क्रिप्ट™
d60a815a44
ci: Use a fixed version of NPM in the release process (no-changelog) ( #4975 )
...
ci: Use a fixed version of NPM in the release process
2022-12-21 09:52:10 -06:00
Omar Ajoue
25e9f0817a
refactor: Workflow sharing bug bash fixes ( #4888 )
...
* fix: Prevent workflows with only manual trigger from being activated
* fix: Fix workflow id when sharing from workflows list
* fix: Update sharing modal translations
* fix: Allow sharees to disable workflows and fix issue with unique key when removing a user
* refactor: Improve error messages and change logging level to be less verbose
* fix: Broken user removal transfer issue
* feat: Implement workflow sharing BE telemetry
* chore: temporarily add sharing env vars
* feat: Implement BE telemetry for workflow sharing
* fix: Prevent issues with possibly missing workflow id
* feat: Replace WorkflowSharing flag references (no-changelog) (#4918 )
* ci: Block all external network calls in tests (no-changelog) (#4930 )
* setup nock to prevent tests from making any external requests
* mock all calls to posthog sdk
* feat: Replace WorkflowSharing flag references (no-changelog)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
* refactor: Remove temporary feature flag for workflow sharing
* refactor: add sharing_role to both manual and node executions
* refactor: Allow changing name, position and disabled of read only nodes
* feat: Overhaul dynamic translations for local and cloud (#4943 )
* feat: Overhaul dynamic translations for local and cloud
* fix: remove type casting
* chore: remove unused translations
* fix: fix workflow sharing translation
* test: Fix broken test
* refactor: remove unnecessary import
* refactor: Minor code improvements
* refactor: rename dynamicTranslations to contextBasedTranslationKeys
* fix: fix type imports
* refactor: Consolidate sharing feature check
* feat: update cred sharing unavailable translations
* feat: update upgrade message when user management not available
* fix: rename plan names to Pro and Power
* feat: update translations to no longer contain plan names
* wip: subworkflow permissions
* feat: add workflowsFromSameOwner caller policy
* feat: Fix subworkflow permissions
* shared entites should check for role when deleting users
* refactor: remove circular dependency
* role filter shouldn't be an array
* fixed role issue
* fix: Corrected behavior when removing users
* feat: show instance owner credential sharing message only if isnt sharee
* feat: update workflow caller policy caller ids labels
* feat: update upgrade plan links to contain instance ids
* fix: show check errors below creds message only to owner
* fix(editor): Hide usage page on cloud
* fix: update credential validation error message for sharee
* fix(core): Remove duplicate import
* fix(editor): Extending deployment types
* feat: Overhaul contextual translations (#4992 )
feat: update how contextual translations work
* refactor: improve messageing for subworkflow permissions
* test: Fix issue with user deletion and transfer
* fix: Explicitly throw error message so it can be displayed in UI
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: freyamade <freya@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2022-12-21 16:42:07 +01:00
कारतोफ्फेलस्क्रिप्ट™
e225c3190e
fix: View option for binary-data shouldn't download the file on Chrome/Edge ( #4995 )
...
* delete unused code
* fix: Do not set the `Content-Disposition` header when viewing binary files
* remove the duplicate styles.
these already exist in BinaryDataDisplayEmbed.vue
2022-12-21 13:30:51 +01:00
Iván Ovejero
80e07f86ac
refactor(editor): Make null
no longer conditionally displayed ( #4993 )
...
⚡ Make `null` no longer conditionally displayed
2022-12-21 13:29:30 +01:00
कारतोफ्फेलस्क्रिप्ट™
5db9c46043
ci: Break most of the circular dependencies in code (no-changelog) ( #4990 )
2022-12-21 10:46:26 +01:00
Mutasem Aldmour
82f763589b
fix: Fix stickies resize ( #4986 )
2022-12-20 16:58:54 +01:00
Mutasem Aldmour
87c76434a2
fix: Keep expression when dropping mapped value ( #4981 )
...
fix: keep expression when dropping mapped value
2022-12-20 16:23:57 +01:00
Mutasem Aldmour
9d00b4748b
fix: Update mapping gifs ( #4982 )
...
fix: update mapping gifs
2022-12-20 14:55:47 +01:00
Mutasem Aldmour
29364ea702
fix: Prevent keyboard shortcuts in expression editor modal ( #4984 )
...
* fix: prevent keyboard shortcuts in expression editor modal
* support esc
2022-12-20 14:38:41 +01:00
Mutasem Aldmour
c41c707654
ci: Update slack notifications for build steps ( #4985 )
...
ci: update slack notifications
2022-12-20 14:13:24 +01:00
Mutasem Aldmour
17311ca049
feat: Add PR template ( #4983 )
2022-12-20 13:53:05 +01:00
Csaba Tuncsik
0da338f9b5
feat(editor): Add usage and plan pages ( #4819 )
...
* feat(editor): Usage and plan page (#4793 )
feat(editor): usage and plan page
* feat(editor): Update Usage and plan page (#4842 )
* feat(editor): usage and plan store
* feat(editor): usage and plan page updates
* feat(editor): usage and plan add buttons and alert
* tes(editor): usage and plan store
* tes(editor): usage remove refresh button and add link to view plans
* tes(editor): usage use info tip
* tes(editor): usage info style
* feat(editor): Get quotas data (#4866 )
feat(editor): get quotas data
* feat(editor): In-app experience (#4875 )
* feat: Add license quotas endpoint
* feat: Add trigger count to workflow activation process
* refactor: Get quotas from db
* feat: Add license information
* ✨ - finalised GET /license endpoint
* 🔨 - getActiveTriggerCount return 0 instead of null
* 🐛 - ignore manualTrigger when counting active triggers
* ✨ - add activation endpoint
* ✨ - added renew endpoint
* 🔨 - added return type interfaces
* 🔨 - handle license errors where methods are called
* 🔨 - rename function to match name from lib
* feat(editor): usage add plans buttons logic
* 🚨 - testing new License methods
* feat(editor): usage add more business logic
* chore(editor): code formatting
* 🚨 - added license api tests
* fix(editor): usage store
* fix(editor): usage update translations
* feat(editor): usage add license activation modal
* feat(editor): usage change subscription app url
* feat(editor): usage add contact us link
* feat(editor): usage fix modal width
* ✨ - Add renewal tracking metric
* ✨ - add license data to pulse event
* 🔨 - set default triggercount on entity model
* ✨ - add db migrations for mysql and postgres
* fix(editor): Usage api call data processing and error handling
* fix(editor): Usage fix activation query key
* 🚨 - add initDb to telemetry tests
* 🔨 - move getlicensedata to licenseservice
* 🔨 - return 403 instead of 404 to non owners
* 🔨 - move owner checking to middleware
* 🐛 - fixed incorrectly returned error from middleware
* 🐛 - using mock instead of test db for pulse tests
* fix(editor): Usage fix activation and add success messages
* fix(editor): Usage should not renew activation right after activation
* 🚨 - skipping failing pulse tests for now
* fix(editor): Usage add telemetry calls and apply design review outcomes
* feat(editor): Hide usage page according to BE flag
* feat(editor): Usage modify key activation flow
* feat(editor): Usage change subscription app url
* feat(editor): Usage add telemetry for manage plan
* feat(editor): Usage extend link url query params
* feat(editor): Usage add line chart if there is a workflow limit
* feat(editor): Usage remove query after key activation redirection
* fix(editor): Usage handle limit exceeded workflow chart, add focus to input when modal opened
* fix(editor): Usage activation can return router promise when removing query
* fix(editor): Usage and plan design review
* 🐛 - fix renew endpoint hanging issue
* 🐛 - fix license activation bug
* fix(editor): Usage proper translation for plans and/or editions
* fix(editor): Usage apply David's review results
* fix(editor): Usage page set as default and first under Settings
* fix(editor): Usage open subscription app in new tab
* fix(editor): Usage page having key query param a plan links
* test: Fix broken test
* fix(editor): Usage page address review
* 🧪 Flush promises on telemetry tests
* ⚡ Extract helper with `setImmediate`
* 🔥 Remove leftovers
* ⚡ Use Adi's helper
* refactor: Comment broken tests
* refactor: add Tenant id to settings
* feat: add environment to license endpoints
* refactor: Move license environment to general settings
* fix: fix routing bug
* fix(editor): Usage page some code review changes and formatting
* fix(editor): Usage page remove direct usage of reusable translation keys
* fix(editor): Usage page async await instead of then
* fix(editor): Usage page show some content only if network requests in component mounted were successful
* chore(editor): code formatting
* fix(editor): Usage checking license environment
* feat(editor): Improve license activation error messages (no-changelog) (#4958 )
* fix(editor): Usage changing activation error title
* remove unnecessary import
* fix(editor): Usage refactor notification showing
* fix(editor): Usage using notification directly in store actions
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: freyamade <freya@n8n.io>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
* fix(editor): Usage change mounted lifecycle logic
* fix(editor): Usage return after successful activation in mounted
* fix: remove console log
* test: fix tests related to settings (#4979 )
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: freyamade <freya@n8n.io>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
2022-12-20 10:52:01 +01:00
Milorad FIlipović
96296e1724
test(editor): Add canvas actions e2e tests ( #4950 )
...
* ✅ Added some more workflow actions tests
* ✅ Updating duplicate workflow tests
* ✅ Fixed duplicate workflow tests
* ✅ Added first batch of canvas tests
* ✅ Added zoom and select tests
* ✅ Added tests for adding and deleting nodes
* ✅ Adding a wait before clicking connection action buttons
* ✅ Adding tests for node actions
* 👌 Addressing review feedback
* 👌 Addressing PR feedback
2022-12-20 10:33:20 +01:00
Mutasem Aldmour
343f53bf53
feat: Update mapping pill for table/json views ( #4965 )
...
* feat: standarize mapping pill
* test: update test
2022-12-20 09:39:38 +01:00
Mutasem Aldmour
90bfdfd577
fix: Redirect home to workflows always ( #4968 )
...
fix: redirect to workflows always
2022-12-20 09:39:29 +01:00
Mutasem Aldmour
5b11dc3ff9
fix: Hide trigger tooltip for nodes with static test output ( #4970 )
2022-12-20 09:39:09 +01:00
freya
60b14116f0
refactor(core): Ensure getSharedWorkflowIds returns string[] instead of number[] ( #4971 )
...
* 🔨 - getSharedWorkflowIds returns string[]
* 🔨 - update the sharedWorkflow function in public api
* 🔨 - update existing code to handle new data type
* simplify code
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2022-12-19 17:53:36 +01:00
OlegIvaniv
445463a605
fix(editor): Correctly display trigger nodes without actions and with related regular node in the "On App Events" category ( #4976 )
...
Fix an issue where trigger nodes without action and with related regular node wouldn't show in the "On App Events" category
2022-12-19 17:42:30 +01:00
कारतोफ्फेलस्क्रिप्ट™
570ed3b521
fix: Upgrade amqplib to address CVE-2022-0686 ( #4972 )
2022-12-19 17:01:27 +01:00
Jan Oberhauser
3754c49f0c
📚 Update CHANGELOG.md and main package.json to 0.208.1
2022-12-19 08:25:46 -06:00
Jan Oberhauser
6e33bd38cb
🔖 Release n8n@0.208.1
2022-12-19 14:18:36 +00:00
Jan Oberhauser
982b5cec3b
⬆️ Set n8n-core@0.148.1, n8n-editor-ui@0.174.1 and n8n-nodes-base@0.206.1 on n8n
2022-12-19 14:18:34 +00:00
Jan Oberhauser
89cd7ed33e
🔖 Release n8n-editor-ui@0.174.1
2022-12-19 14:16:40 +00:00
Jan Oberhauser
7bdb2a800f
🔖 Release n8n-nodes-base@0.206.1
2022-12-19 14:15:45 +00:00
Jan Oberhauser
3b7082d80b
⬆️ Set n8n-core@0.148.1 on n8n-nodes-base
2022-12-19 14:15:44 +00:00
Jan Oberhauser
5b87581ae4
🔖 Release n8n-node-dev@0.87.1
2022-12-19 14:15:34 +00:00
Jan Oberhauser
0b835752b1
⬆️ Set n8n-core@0.148.1 on n8n-node-dev
2022-12-19 14:15:34 +00:00
Jan Oberhauser
1108fd78a2
🔖 Release n8n-core@0.148.1
2022-12-19 14:15:23 +00:00
कारतोफ्फेलस्क्रिप्ट™
2797c085e5
fix: Pick up credential test functions from versioned nodes as well ( #4962 )
2022-12-19 08:12:04 -06:00