-
Notifications
You must be signed in to change notification settings - Fork 4
GPU-2187: JSON type #790
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
Merged
Merged
GPU-2187: JSON type #790
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
5da6ba9
GPU-2187: JSON type
plyhun b1458c0
Test
plyhun 609b480
Resolvers + tests
plyhun 0b1d2f0
Cleanup
plyhun ed8808a
Cleanup. Changelog.
plyhun a5db560
Regression fix. More tests.
plyhun d719fbe
Missing UI parts
plyhun e810319
Missing test data
plyhun f5947a4
Mesh test version
plyhun 5eed3f6
Missing translations
plyhun 0b4982e
UI regression fixes
plyhun aa8d850
JSON filter / Mesh
plyhun 7a7d690
JSON schema / CMS
plyhun f79372a
Regression fixes
plyhun fe307f2
Regression
plyhun c024568
Missing Mesh Browser parts
plyhun 3d674a1
Extra server side JSON validation
plyhun 3be2062
Mesh JS deps update
plyhun ebf3655
Package lock update
plyhun 2a14dbc
Uncomment Mesh Browser features
plyhun 1480f7b
Merge branch 'dev' into f-gpu-2187
plyhun a9e637f
Integrated
plyhun 5318a5f
JSON value validation fix
plyhun 3c77f0e
Mesh Roles from JSON
plyhun 69f04d0
Role resolving works & tested
plyhun d58474a
Schema limits work
plyhun 2235e81
Minor fixes
plyhun adaf95c
Merge remote-tracking branch 'origin/dev' into f-gpu-2187
plyhun 73a2392
Merge branch 'dev' into f-gpu-2187
plyhun 3fb1e54
Align field naming with the convention. Mesh image test version 3.3.0.
plyhun 1aa9f69
Missing SQL fixes
plyhun 6937928
UI changes
plyhun c544da6
SUP-20111: Jetty Security update
plyhun d774320
Pass the schema limits to the devtools
plyhun 4ea4694
Update saving of json array schema limits
plyhun 75b7e19
Fix for the HTTP 500 over JSON validation
plyhun 1476dc6
Revert "Update saving of json array schema limits"
plyhun 23c772e
Validation error improved
plyhun a7e980b
Fix for an improper JSON validation
plyhun 6889c98
Docu
plyhun a200cfa
Correctly process server side validation errors
plyhun 761eb3f
Length resolving. More tests.
plyhun 2b6a4cc
Merge branch 'dev' into f-gpu-2187
plyhun 24a7308
CR fixes
plyhun 52cd089
Use feature Mesh version
plyhun 96b8c6e
Fix translation
npomaroli ed97b44
Rename helper to gtx_json_path
npomaroli 0ee8cf7
Fix filename in devtool package
npomaroli 610539e
Missing validation + tests
plyhun 62998c2
Refactor usage of JsonContent
npomaroli 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
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
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.
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.
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.
Why only for objecttags?
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.
The only place I was able to find and test upon.
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.
What about templatetags and contenttags?
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.
Will need an advice on the test possibilities. The functionality fix is trivial.
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.
Testing is similar to testing with objecttags. For templatetags you change the tag in a template, for contenttags you change the tag in a content (of a page).