-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debounce credential prompts and check profile locks in more places (#…
…3480) * refactor: check locks in dataset FS remote lookup; update AuthHandler.waitForUnlock Signed-off-by: Trae Yelovich <[email protected]> * refactor: handle auth prompts for more USS scenarios Signed-off-by: Trae Yelovich <[email protected]> * refactor: use latest profile in more places in FSPs; part 2 to recent bugfix Signed-off-by: Trae Yelovich <[email protected]> * fix: debounce auth prompts during parallel requests Signed-off-by: Trae Yelovich <[email protected]> * feat: useModal optional property for auth prompts Signed-off-by: Trae Yelovich <[email protected]> * fix(AuthHandler): use modal prompt for FSPs Signed-off-by: Trae Yelovich <[email protected]> * refactor: debounce prompts using separate prompt mutexes Signed-off-by: Trae Yelovich <[email protected]> * fix(tests): use fake timers in waitForUnlock test Signed-off-by: Trae Yelovich <[email protected]> * refactor: unlock all profiles after vault changed Signed-off-by: Trae Yelovich <[email protected]> * fix tests; update changelog Signed-off-by: Trae Yelovich <[email protected]> * fix: await AuthHandler.shouldHandleAuthError Signed-off-by: Trae Yelovich <[email protected]> * chore: update changelog Signed-off-by: Trae Yelovich <[email protected]> * wip: AuthHandler & AuthUtils patch coverage Signed-off-by: Trae Yelovich <[email protected]> * fix(AuthHandler): remove unnecessary branch Signed-off-by: Trae Yelovich <[email protected]> * tests: Data Set and USS profile lock tests Signed-off-by: Trae Yelovich <[email protected]> * refactor: use ZoweLogger.warn instead of debug Signed-off-by: Trae Yelovich <[email protected]> * refactor: remove unused useModal param Signed-off-by: Trae Yelovich <[email protected]> * chore: add ZE API changelog Signed-off-by: Trae Yelovich <[email protected]> * tests: fix logic & remove skip on listFiles cases Signed-off-by: Trae Yelovich <[email protected]> * more test cases for profile lock checks Signed-off-by: Trae Yelovich <[email protected]> * chore: fix changelog Signed-off-by: Trae Yelovich <[email protected]> --------- Signed-off-by: Trae Yelovich <[email protected]> Co-authored-by: Billie Simmons <[email protected]>
- Loading branch information
1 parent
0643906
commit 8e57200
Showing
12 changed files
with
780 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
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.