-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sorting over binary metadata / micronode content (#1599)
* SUP-16258: Sorting removes permission checks * UT. Fixes. * Tests. More fixes. * NULL order checks ignore * Unneeded test * Changelog * Non content sorting fix * Adapt use name param * SQL injection prevention (ugly) * Correct check for SQL injected sort param * Sanity fix * Fix paging of sorted data * Total count * Nicronode/binary/noderef sorting fixes * Match the filter/sort fields with type provider values * More sorting tests * Micronode/binary sort * More missed permission checks * More occurrences of manual count fetch * Fix paging fetch * Add missing test * No demo in Jenkinsfiles * Update changelog items * More UTs * Fix for the node field sorting * Fix incorrect permission application * Permission regression * Prepare for next feature version * Added request cancelation into interface; Fixed interface naming; Fixed publishing scripts * Corrected Mesh-JS Versions * Regression fix * Update * Regression fixes --------- Co-authored-by: Norbert Pomaroli <n.pomaroli@gentics.com> Co-authored-by: Decker Dominik <d.decker@gentics.com>
- Loading branch information
1 parent
5f26fbe
commit 19e3959
Showing
33 changed files
with
581 additions
and
81 deletions.
There are no files selected for viewing
This file contains 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
1 change: 1 addition & 0 deletions
1
changelog/src/changelog/entries/2024/04/7757.GPU-1413.enhancement
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Core: Now it is possible to sort over binary metadata, node reference and micronode non-list fields. |
This file contains 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 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 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 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 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.