-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file download cancellation handling (#275)
* Enable the test, change how download is aborted * Naming * WIP * Add test for single changeset download cancellation * Remove test since the changeset is downloaded in a single chunk * Code cleanup * Lint * Add comment * Add changelog * Renaming * Remove console logging
- Loading branch information
1 parent
0df4690
commit 1cd2074
Showing
7 changed files
with
139 additions
and
59 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
10 changes: 10 additions & 0 deletions
10
...ges/@itwin/imodels-access-backend/enable-download-cancellation-test_2024-08-16-09-11.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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/imodels-access-backend", | ||
"comment": "Fix file download cancellation handling.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/imodels-access-backend" | ||
} |
10 changes: 10 additions & 0 deletions
10
...s/@itwin/imodels-client-authoring/enable-download-cancellation-test_2024-08-16-09-11.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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/imodels-client-authoring", | ||
"comment": "Add a documentation comment to inform users to not throw errors inside progress callback functions passed to operations that download files.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/imodels-client-authoring" | ||
} |
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