-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: List bot instances version and hostname sort #59263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nicholasmarais1158
merged 21 commits into
master
from
nicholasmarais1158/feat/mwi-bot-instances-v2
Sep 25, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2dc2ac2
Add version and hostname indexes to cache
nicholasmarais1158 5af5151
Add `ListBotInstancesV2` rpc and use request options
nicholasmarais1158 b295941
Add v2 bot instance list endpoint
nicholasmarais1158 144c659
Use v2 endpoint in web UI
nicholasmarais1158 ce44caf
Pass signal through to support aborting requests
nicholasmarais1158 877813f
Fix comment typo
nicholasmarais1158 3562bf5
Rename util func
nicholasmarais1158 77faebc
Deprecate `ListBotInstances` rpc
nicholasmarais1158 3cde394
Encode hostname in cache key
nicholasmarais1158 ba5d656
Address pre-release sorting in version numbers
nicholasmarais1158 55d2cca
Rename bot instance cache utils
nicholasmarais1158 09a48d4
Merge branch 'master' into nicholasmarais1158/feat/mwi-bot-instances-v2
nicholasmarais1158 044bef3
Fix lint deprecation warnings
nicholasmarais1158 04d30a4
Extract filter fields to message
nicholasmarais1158 2fbd797
Replace `fmt.Sprintf("%06d", ...)`
nicholasmarais1158 019340f
Update invalid sort field error
nicholasmarais1158 d1fb2f4
Fallback to v1 endpoint if possible
nicholasmarais1158 129a4a5
Use `strcase` for case-insensitive compare
nicholasmarais1158 e153fa9
Backend results are filtered by bot name so no need to re-filter in `…
nicholasmarais1158 4717dba
Merge branch 'master' into nicholasmarais1158/feat/mwi-bot-instances-v2
nicholasmarais1158 30392ba
Revert "Replace `fmt.Sprintf("%06d", ...)`"
nicholasmarais1158 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
252 changes: 208 additions & 44 deletions
252
api/gen/proto/go/teleport/machineid/v1/bot_instance_service.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
53 changes: 49 additions & 4 deletions
53
api/gen/proto/go/teleport/machineid/v1/bot_instance_service_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.