-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scaling Related & Minor Fixes (#4156)
* Fix delete org when org contains spaces * Fix scaling related test scripts * Fix double fetching of missing user relations for getUser - getUser would first attempt to fetch all users via getUsers - getUsers could take a long time due to missing relations (users with more than 50 per role) - getUser wouldn't wait for this to finish and then try and make an individual request to fetch user - this user would then also be validated and missing relations fetched * Fix create many services script * Scaling improvements - Remove org-space-route relation from orgs and org api requests - Ensure we don't fetch entity counts unless we need to * Fix handling of generic errors to cf endpoints - sometimes errorResponse can be null (for instance timeout) * Fix SI Delete - Delete SI success handler was incorrectly clearing pagination instead of just removing entity from pagination * Fix UPSI Delete - Delete of entity was fine, however it was not removed from list - With bug entity was still not visible in list afterwards only due to nulls filtered out in list * Handle error message being in error.status OR as a string in jetstreamErrorResponse * Block displaying of service wall and cf routes lists until cf/org/space filters have loaded * Fix failing test * Fix cf-user getUsers
- Loading branch information
1 parent
0c2f03e
commit 861b9d6
Showing
27 changed files
with
232 additions
and
124 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
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
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.