OlegIvaniv
582865c7e9
feat(editor): Supress validation errors for freshly added nodes ( #5149 )
...
* feat(editor): Supress validation errors when node is added from node creator
* Supress initial errors also for resource locator inputs
* Use nodeMetadata prop to store node's `pristine` state
* Revert `setNodeParameters` check for `nodeMetadata`
* Rename getIsNodePristine to isNodePristine
2023-01-16 14:55:58 +01:00
Mutasem Aldmour
96d773f82d
test: Update unit tests to remove hash ( #5152 )
...
* test: update unit tests to remove hash
* chore: update callout component
2023-01-16 14:16:12 +01:00
Jonathan Bennetts
dfff982662
feat(Google Ads Node): Update api version to v11 ( #4427 )
2023-01-16 13:12:58 +00:00
Valya
f634f0dc59
fix: Extend date functions clobbering plus/minus ( #5170 )
...
* fix: extended date functions clobbering plus/minus
* fix: minus extension doing plus instead
2023-01-16 13:01:58 +00:00
Iván Ovejero
a0c5232aa5
fix: Build cli
to fix Postgres and MySQL test runs ( #5171 )
2023-01-16 11:12:09 +01:00
Marcus
9958c324db
feat(Google Drive Trigger Node): Use resource locator component ( #5148 )
...
* ♻️ move GoogleDrive.node.ts search methods to SearchFuntions.ts
* ⚡ ️parameter Folder RLC
* ⚡ ️parameter File RLC
* 🎨 File RLC placeholder use 'drive.google.com/xxx' urls
2023-01-16 10:45:44 +01:00
Csaba Tuncsik
c53ce1e5b7
refactor(editor): Remove old execution view route and its dependants ( #4651 )
...
* fix(editor): Remove old execution view header
* fix(editor): Remove old execution route
2023-01-16 10:11:15 +01:00
Jan Oberhauser
38aa99b182
📚 Add warning about latest version
2023-01-13 13:42:59 -06:00
कारतोफ्फेलस्क्रिप्ट™
97969fc815
fix: Upgrade jsonwebtoken
to address CVE-2022-23540 ( #5116 )
2023-01-13 18:24:59 +01:00
कारतोफ्फेलस्क्रिप्ट™
0a5ab560b1
refactor: Upgrade typeorm to 0.3.x ( #5151 )
2023-01-13 18:12:22 +01:00
Michael Kret
6608e69457
refactor(core): Remove linting exceptions in nodes-base (no-changelog) ( #4944 )
2023-01-13 18:11:56 +01:00
Jan Oberhauser
d7732ea150
📚 Update CHANGELOG.md and main package.json to 0.211.0
2023-01-13 10:26:04 -06:00
Jan Oberhauser
a223e6b9f7
🔖 Release n8n@0.211.0
2023-01-13 16:20:25 +00:00
Jan Oberhauser
e4e761825e
⬆️ Set n8n-core@0.151.0, n8n-editor-ui@0.177.0, n8n-nodes-base@0.209.0 and n8n-workflow@0.133.0 on n8n
2023-01-13 16:20:24 +00:00
Jan Oberhauser
b0b3cca628
🔖 Release n8n-editor-ui@0.177.0
2023-01-13 16:18:18 +00:00
Jan Oberhauser
54f8a16d58
⬆️ Set n8n-design-system@0.51.0 and n8n-workflow@0.133.0 on n8n-editor-ui
2023-01-13 16:18:17 +00:00
Jan Oberhauser
4031f0356b
🔖 Release n8n-design-system@0.51.0
2023-01-13 16:18:00 +00:00
Jan Oberhauser
e5b455d0c5
🔖 Release n8n-nodes-base@0.209.0
2023-01-13 16:16:53 +00:00
Jan Oberhauser
d7ed4a0ab2
⬆️ Set n8n-core@0.151.0 and n8n-workflow@0.133.0 on n8n-nodes-base
2023-01-13 16:16:53 +00:00
Jan Oberhauser
6174eacb8f
🔖 Release n8n-node-dev@0.90.0
2023-01-13 16:16:43 +00:00
Jan Oberhauser
6a793cadb3
⬆️ Set n8n-core@0.151.0 and n8n-workflow@0.133.0 on n8n-node-dev
2023-01-13 16:16:42 +00:00
Jan Oberhauser
da45b87db4
🔖 Release n8n-core@0.151.0
2023-01-13 16:16:33 +00:00
Jan Oberhauser
820e962cb9
⬆️ Set n8n-workflow@0.133.0 on n8n-core
2023-01-13 16:16:33 +00:00
Jan Oberhauser
03b2bcaa88
🔖 Release n8n-workflow@0.133.0
2023-01-13 16:16:21 +00:00
Ricardo Espinoza
e140ecbc2c
fix(PayPal Trigger Node): Omit verification on sandbox env ( #5150 )
2023-01-13 15:43:03 +00:00
Jan Oberhauser
c9e158e458
fix(core): Throw error in UI on expression referencing missing node but do not fail execution ( #5158 )
...
fix(core): Throw error in UI on expression referencing missing node but
do not fail execution
2023-01-13 16:22:37 +01:00
Jonathan Bennetts
146bc3bff5
fix(Zoom Node): Add notice about deprecation of Zoom JWT app support ( #5156 )
2023-01-13 15:01:28 +00:00
Michael Auerswald
e845eb33f9
fix(core): Remove threads pkg, rewrite log writer worker ( #5134 )
2023-01-13 15:39:25 +01:00
कारतोफ्फेलस्क्रिप्ट™
b7faf4a0df
fix: Don't throw error on expressions referring to nodes that don't exist in the workflow ( #5155 )
2023-01-13 15:14:03 +01:00
Csaba Tuncsik
d10ca530cf
fix(editor): Hide data pinning discoverability tooltip in execution view ( #5145 )
...
* fix(editor): remove unused prop
* fix(editor): Prevent data pinning discoverability tooltip displayed in executions view
2023-01-13 12:43:51 +01:00
Csaba Tuncsik
665eaef925
fix(editor): Execution page bug fixes ( #5122 )
...
* fix(editor): Global exec list adding tooltips
* fix(editor): Global exec list fix indefinite waiting status display
* fix(editor): Global exec list fix indefinite waiting status display
* fix(editor): Global exec list remove ellipsis menu from running execs
2023-01-13 12:42:34 +01:00
Mutasem Aldmour
14454243e7
fix: Handle memory issues gracefully ( #5147 )
...
* fix: add lost connection error
* fix: stop exec, open in new tab
* fix: only hosw if error failed
* fix: fix typo
* chore: eslint issue
2023-01-13 12:33:42 +01:00
Alex Grozav
d2d481f12e
feat(editor): Update callout component design ( #5126 )
...
feat(design-system): Update callout component design
2023-01-13 13:31:15 +02:00
Mutasem Aldmour
c2eb519398
feat: Add demo experiment to help users activate ( #5141 )
...
* feat: enable posthog for dev process
* feat: inject sticky in demo
* feat: update url
* feat: update pos
* feat: add demo button
* feat: add callout
* feat: hide behind exp
* fix: fix zoom to fit
* fix: fix zoom reset when moving to new view
* fix: use constant for test
* feat: add tracking
* feat: fix tracking
* feat: fix tracking
* fix canvas centering
* feat: update time
* feat: update bg color
* feat: update copy
* feat: update btm padding
* feat: replace thumbnail
* feat: increase height of sticky
* chore: clean up props
* fix: revert canvas change
* chore: address feedback
* chore: remove extra space
* test: fix unit tests
2023-01-13 11:56:29 +01:00
Valya
94be3b61cb
fix: Test failing for toDate from string extension test (no-changelog) ( #5142 )
2023-01-12 16:06:34 +01:00
Csaba Tuncsik
c724de6be2
fix(editor): Setting NDV session ID ( #5144 )
2023-01-12 15:23:58 +01:00
Valya
9dca984c0c
fix: First/last being extended on proxy objects ( #5140 )
...
* fix: first/last being extended on proxy objects
* fix: better method that won't require changes later
2023-01-12 14:04:49 +00:00
कारतोफ्फेलस्क्रिप्ट™
14a61f6ab1
fix: Upgrade class-validator
to address CVE-2019-18413 ( #5139 )
2023-01-12 13:06:18 +01:00
Csaba Tuncsik
6deb55126e
fix(editor): Mapping tooltip dismiss ( #5128 )
...
fix(editor): not using local storage directly in computed prop
2023-01-12 10:43:45 +01:00
कारतोफ्फेलस्क्रिप्ट™
b3adcbd813
ci: Disable CI jobs on nodejs 14.x (no-changelog) ( #5132 )
...
ci: Disable CI jobs on nodejs 14.x
This is temporary until I figure out why CI jobs keep randomly failing on nodejs 14.x
2023-01-12 09:46:28 +01:00
कारतोफ्फेलस्क्रिप्ट™
0dbba6d57f
fix(editor): Do not overwrite window.onerror in production ( #5135 )
2023-01-11 22:22:12 +01:00
कारतोफ्फेलस्क्रिप्ट™
a9fb393e1a
fix: DB revert command shouldn't run full migrations before each revert ( #5131 )
2023-01-11 18:29:31 +01:00
कारतोफ्फेलस्क्रिप्ट™
62cce2e518
fix: Run every DB migration inside a transaction ( #5129 )
...
* always each DB migrations in a transaction
* `VACUUM` isn't allowed inside transactions.
* `PRAGMA foreign_keys` are automatically toggled before and after every down migration
2023-01-11 18:29:05 +01:00
कारतोफ्फेलस्क्रिप्ट™
a573db2ef7
fix: Report app startup and DB migration errors to Sentry ( #5127 )
2023-01-11 18:28:35 +01:00
Csaba Tuncsik
3c109ffab1
refactor(editor): Overhaul workflow level executions list ( #5089 )
...
* fix(editor): update texts and styles
* fix(editor): update texts and styles
* fix(editor): move 'No execution found' to sidebar
* fix(editor): change empty state title in executions
* fix(editor): workflow execution list delete item
* fix(editor): workflow execution always show sidebar
* fix(editor): workflow execution unify date display mode
* fix(editor): workflow execution empty list
2023-01-11 15:08:00 +01:00
Michael Auerswald
62d06b1e6e
fix(core): Fixes event msg confirmations if no subscribers present ( #5118 )
...
* 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
* removing UI changes but keeping eventbus fixes
* remove comment
2023-01-11 14:09:09 +01:00
Iván Ovejero
044b153275
refactor(core): Diverge syntax error handling in expressions ( #5124 )
...
* ⚡ Diverge syntax error handling in expressions
* ✏️ Expand comment
2023-01-11 12:15:42 +01:00
Iván Ovejero
af55ecd64b
fix(editor): Recover from unsaved finished execution ( #5121 )
...
* 🐛 Recover from unsaved fixed execution
* 🔥 Remove logging
* ✏️ Use i18n
2023-01-11 10:52:32 +01:00
Csaba Tuncsik
819c4adb3c
feat(editor): Executions page ( #4997 )
...
* fix(editor): Create executions page
* fix(editor): lint fix
* fix(editor): Reuse execution list in both modal and page
* fix(editor): fix ts issues
* fix(editor): Reorganizing exec list components for easier redesign (everything is in its new place now)
* fix(editor): Exec list item restyling
* fix(editor): Exec list add back stripes
* fix(editor): Exec list formatting dates and times
* fix(editor): Exec list revert accidental searc and replace
* fix(editor): Exec list translations and execution IDs
* fix(editor): Exec list playing with table cell sizing
* fix(editor): Exec list playing with table cell sizing
* fix(editor): Exec list drop Element UI Table
* fix(editor): Exec list adding sticky header and View button on row hover
* fix(editor): Exec list open execution in new tab, add ellipsis menu to all rows with Delete action
* fix(editor): Global exec list update translations snd fix tabindex
* fix(editor): Global exec list redesign selection
* fix(editor): Global exec list fix scrolling container
* fix(editor): Global exec list fix running status
* fix(editor): Global exec list fix waiting status
2023-01-10 16:28:15 +01:00
Deborah
57e515dd4b
docs: Update the contribution guidelines for node creation ( #5120 )
...
update contributing guide re. node creation
2023-01-10 15:18:01 +00:00