-
-
Notifications
You must be signed in to change notification settings - Fork 463
Sitemap DSL serialization and parsing #5459
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
Open
mherwege
wants to merge
28
commits into
openhab:main
Choose a base branch
from
mherwege:sitemap_code_dsl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
415dbca
dsl parsing and serialization
mherwege 0701e2f
map UIComponent
mherwege 4ac4794
copilot feedback
mherwege dc01dc2
sitemap REST endpoints
mherwege e0d7aec
copilot feedback
mherwege 312b04c
refinements
mherwege 7277ce8
fixes
mherwege 2028b46
fix managed sitemap provider resolution
mherwege 4fe4cbe
improve REST delete return status
mherwege c2b19cb
reviewer feedback
mherwege 949c640
map default widget
mherwege e24f933
more adjustments
mherwege 6591ca7
avoid NPE when DTO misses fields
mherwege ef9de60
clarify intended use of SitemapImpl constructor
mherwege 9c7992a
review adjustments
mherwege a3d1cc0
add tests
mherwege 4f12f11
improve REST error handling
mherwege 5309762
avoid using MockStatic
mherwege 9bf14a3
guard against null lists in DTO
mherwege cea33bb
improve REST error
mherwege 967c4d3
improvements
mherwege 8912ada
review adjustments
mherwege 5a8e3cd
no widgets prop in DTO if child widgets list empty
mherwege 6916125
remove DTO empty list initialization
mherwege bcb2fbd
review feedback
mherwege 83b5380
fix test
mherwege 5fb91ce
move state out of AbstractWidgetDTO
mherwege 789fe62
correct Chart service nullable
mherwege File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186 changes: 178 additions & 8 deletions
186
...e/src/main/java/org/openhab/core/io/rest/core/internal/fileformat/FileFormatResource.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
167 changes: 145 additions & 22 deletions
167
...rest.sitemap/src/main/java/org/openhab/core/io/rest/sitemap/internal/SitemapResource.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.