chore: Export feature for enterprise (bot instance details)#55177
Merged
nicholasmarais1158 merged 1 commit intomasterfrom May 27, 2025
Merged
chore: Export feature for enterprise (bot instance details)#55177nicholasmarais1158 merged 1 commit intomasterfrom
nicholasmarais1158 merged 1 commit intomasterfrom
Conversation
zmb3
approved these changes
May 27, 2025
strideynet
approved these changes
May 27, 2025
Contributor
|
@nicholasmarais1158 See the table below for backport results.
|
nicholasmarais1158
added a commit
that referenced
this pull request
Jun 2, 2025
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jun 3, 2025
* feat(machine-id): Bot instances list (web) (#54925) * Add navigation item * Add bot instances page * Populate page info * Add missing license header * Update bot instance nav icon * Reword hint text * Add active at timestamp tooltip * Rename active at header * Remove copy and sort * Lint and test fixes * Support backend search term filtering * Simplify code * Add search term filter auth tests * Allow disabling `<Table />` loading indicator * Rework frontend to use backend paging and filter (remove sort) * Fix lint (ts) * Remove unused BotInstances icon * Add URL state (page and search) * Use nil-safe getters on protos * Fix crash on items w/o heartbeat data # Conflicts: # api/gen/proto/go/teleport/machineid/v1/bot_instance_service.pb.go * Update protos grpc * feat(machine-id): Add bot instance details page (web) (#55055) * Add navigation item * Add bot instances page * Populate page info * Add missing license header * Update bot instance nav icon * Reword hint text * Add active at timestamp tooltip * Rename active at header * Remove copy and sort * Lint and test fixes * Support backend search term filtering * Simplify code * Add search term filter auth tests * Allow disabling `<Table />` loading indicator * Rework frontend to use backend paging and filter (remove sort) * Fix lint (ts) * Remove unused BotInstances icon * Add URL state (page and search) * Use nil-safe getters on protos * Fix crash on items w/o heartbeat data * Add bot instance details page * Fix lint (ts) * Fix formatting (prettier) * Fix yaml time serialisation * Rename ButtonIcon from jsx to tsx * Convert ButtonIcon to tsx * Fix copy button on row * Correct casing * Use `assert.YAMLEq` * Revert changes to ButtonIcon - too big for this PR * chore: Export feature for enterprise (bot instance details) (#55177)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
FeatureBotInstanceDetailsneeds to be exported so it can be used inteleport.e. 😞