Release 0.6#263
Draft
r2dedios wants to merge 30 commits into
Draft
Conversation
git-subtree-dir: console git-subtree-split: aff3ec54d0c200fde4906042fe8708c6db770e40
chore: merge console repository into monorepo
…get system and action runs
Scanner rpc active
…nts (#265) * feat(console): add auto-refresh polling to React Query hooks Add refetchInterval to all data-fetching hooks: 5s for fast-changing data (events, actions) and 10s for inventory (accounts, clusters, instances). * refactor(console): migrate Overview hooks to React Query with polling Replace manual useState/useEffect in useDashboardData and useEventsData with useQuery, adding AbortSignal support and 5s refetchInterval while preserving the same return interface. * fix(console): add fallback requester for local development Set userEmail to 'clusteriq@dev' when gap-auth header is absent, so actions created locally have a visible requester in the UI. * feat(events): add Running state to EventTracker lifecycle Add ResultRunning constant and Running() method to EventTracker so events transition through Pending -> Running -> Success/Failed instead of skipping directly from Pending to the final state. * test(events): add unit tests for EventTracker.Running method * fix(dto): rename ActionTarget.AccountName to AccountID for consistency * fix(lint): align struct field formatting in ActionTarget DTO
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.
No description provided.