mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-25 20:51:43 +01:00
* [VAULT-39917] UI: bugfix to support hierarchical ldap libraries * add loading state instead of staying on secret engine list page * support deeply nested hierarchical libraries using recursion * show library count as soon as we have it available * fix breadcrumbs by supporting subdirectory routes * code cleanup * remove unnecessary loading text * additional code cleanup * more code cleanup / updating comments * add changelog * update tests * fix build issues * fix test failure * address pr comments: update comment, use ember-concurrency for loading states * address pr comment: changelog updates * address PR comment: use await .last instead of .then() * address pr comment: cleanup - remove unused args * address PR comment: remove dup request for root libraries, add inline error * remove unnecessary, dup logic * update failing tests * update failing tests * Update comment * bug fix: update record should support hierarchical paths; added test coverage Co-authored-by: Shannon Roberts (Beagin) <beagins@users.noreply.github.com>