-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presentation: Enforce result paging for hierarchy compare (#678)
* Enforce hierarchy compare result paging * extract-api * rush change * Restore broken public api * rush extract-api * Rename to 'continuationToken' * Add test for hierarchy compare paging * Update RPC version
- Loading branch information
1 parent
4801756
commit 64cd8f5
Showing
21 changed files
with
941 additions
and
102 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
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
11 changes: 11 additions & 0 deletions
11
...@bentley/presentation-backend/presentation-hierarchy_compare_paging_2021-01-29-14-50.json
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,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-backend", | ||
"comment": "Enforce max result set size for hierarchy compare.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-backend", | ||
"email": "24278440+saskliutas@users.noreply.github.com" | ||
} |
11 changes: 11 additions & 0 deletions
11
.../@bentley/presentation-common/presentation-hierarchy_compare_paging_2021-01-29-14-50.json
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,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-common", | ||
"comment": "Added HierarchyCompareInfo object that describes hierarchy changes and next step from which comparison should be continued.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-common", | ||
"email": "24278440+saskliutas@users.noreply.github.com" | ||
} |
11 changes: 11 additions & 0 deletions
11
...bentley/presentation-frontend/presentation-hierarchy_compare_paging_2021-01-29-14-50.json
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,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-frontend", | ||
"comment": "Changed 'compareHierarchy' to build result in pages for massive result sets. ", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-frontend", | ||
"email": "24278440+saskliutas@users.noreply.github.com" | ||
} |
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.