-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ find device by trailing letters (#4732)
* naive * "optimised" * comments * one more test * lint: returned values placeholder * feat: move lms to a private func and add test * rm benchmark * feat: naming and doc * debug log * feat: update devcontainers go version * feat: BlockDevices symlink aliases * fix: parse stringer size * cleanup debug log * optimize: remove unnecessary sort * remove lmsCache * Update providers/os/connection/snapshot/blockdevices_test.go Co-authored-by: Preslav Gerchev <[email protected]> * feat: remove loop tag * test: alias matching * debug log * simplify search (start with 0) * de-nit: loop definition * cleanup --------- Co-authored-by: Preslav Gerchev <[email protected]>
- Loading branch information
1 parent
6175900
commit 1fb2db8
Showing
4 changed files
with
257 additions
and
24 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