-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(editor): Deal with null settings #6341
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be doing this at the source of this data. so, either in sanitizeUser on the backend, or in the pinia store.
in general, views/components shouldn't be fixing data like this.
✅ All Cypress E2E specs passed |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6341 +/- ##
==========================================
- Coverage 28.31% 28.24% -0.07%
==========================================
Files 2982 2982
Lines 185186 185172 -14
Branches 20310 20303 -7
==========================================
- Hits 52431 52300 -131
- Misses 131968 132085 +117
Partials 787 787
☔ View full report in Codecov by Sentry. |
|
✅ All Cypress E2E specs passed |
bc5c01d
to
8ff221d
Compare
1 flaky tests on run #1101 ↗︎
Details:
cypress/e2e/5-ndv.cy.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
✅ All Cypress E2E specs passed |
* master: fix(editor): Handle null object on saving user settings (no-changelog) (#6341) docs: Fix trigger node link for Lonescale (#6376) ci: Improve Test-worklows messages (#6290) refactor: Upgrade to TypeScript 5.1 (no-changelog) (#6373) fix(editor): Fix typing `$` in inline expression field reloading node parameters form (#6374) 🚀 Release 0.231.0 (#6344) # Conflicts: # pnpm-lock.yaml
Got released with |
#6341) deal with null settings
No description provided.