Skip to content

Release 0.6#263

Draft
r2dedios wants to merge 30 commits into
mainfrom
release-0.6
Draft

Release 0.6#263
r2dedios wants to merge 30 commits into
mainfrom
release-0.6

Conversation

@r2dedios
Copy link
Copy Markdown
Collaborator

No description provided.

@r2dedios r2dedios self-assigned this May 29, 2026
r2dedios added 23 commits May 29, 2026 11:28
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant