-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding unix-like ls for secrets
wip: working on adding unix-like ls for secrets chore: added custom type and pattern matching chore: updated caller for VaultsSecretsList wip: working on passing filetree via rpc feat: revamped the entire VaultsSecretsList handler chore: updated handler name chore: working on fixing read: 0 error chore: renamed VaultsSecretsList to VaultsSecretsGetFileTree fix: fixed problem with `withVaultsG` where `this` wasn't defined [ci skip] chore: switched from RawHandler to ServerCaller chore: cleaned up code and started work on param parser feat: added parsers for parameters [ci skip] chore: updated all tests referencing old serializerStreamFactory feat: switched over the rpc handler from rawhandler to stremhandler feat: stopped using globWalk for reading and listing files chore: added error handling for invalid patterns chore: added error handling for invalid patterns chore: added symbolic link information to the file stats chore: cleaned up irrelevant code chore: fixed tests chore: updated types chore: added comments for stream ending prematurely bug: working out why errors arent being caught by expect chore: updated tests and added new kinds of errors chore: added complement for 'ErrorSecretsIsDirectory'
- Loading branch information
1 parent
5b93a16
commit 4b99748
Showing
6 changed files
with
100 additions
and
40 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