-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Sitemap editor: Validation improvements #2720
Conversation
#2255 Bundle Size — 10.84MiB (+0.03%).f7b327d(current) vs d79efb7 main#2250(baseline) Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch mherwege:sitemap_mapping Project dashboard Generated by RelativeCI Documentation Report issue |
@mherwege One of the unit tests fails, can you please have a look? |
0a469fa
to
a7e0ab3
Compare
It should be OK now. |
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.
Thanks for the PR, I just looked through it and have a few comments:
bundles/org.openhab.ui/web/src/components/pagedesigner/sitemap/widget-details.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/components/config/controls/persistence-picker.vue
Outdated
Show resolved
Hide resolved
bundles/org.openhab.ui/web/src/pages/settings/pages/sitemap/sitemap-edit.vue
Outdated
Show resolved
Hide resolved
@florian-h05 Thank you for the feedback. I have addressed your comments. |
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This reverts commit 7f23b21.
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
46aa1c9
to
df44071
Compare
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, thanks!
Just one minor codestyle comment I will take care of myself.
bundles/org.openhab.ui/web/src/components/pagedesigner/sitemap/widget-details.vue
Outdated
Show resolved
Hide resolved
…/widget-details.vue Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Closes #2701.
This PR contains a number of sitemap validation improvements, interactive, before saving and in the DSL parser.