Skip to content

Release 0.6#263

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

Release 0.6#263
r2dedios wants to merge 36 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
r2dedios added 7 commits June 3, 2026 11:44
…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
…271)

* feat(overview): redesign overview page with charts and cost metrics (#270)

* fix(test): update overview integration test for new fields
* refactor(console): rename Instances to Nodes across the UI

* feat(console): add icons to overview cards and fix icon sizing

* feat(console): add breadcrumbs and document titles to detail pages

* feat(console): add badges, provider icons, and cost column to tables

* feat(console): replace loading spinners with table skeleton loaders

* feat(console): unify timestamps with relative time format

* feat(console): add dynamic browser tab titles to all pages

* fix(scanner): handle both date formats from AWS Cost Explorer response

* fix(scanner): replace incorrect comments on expense date variables

* fix(scanner): remove dead nil check on NewExpense return value

* fix(scanner): use UTC for expense date boundaries in Cost Explorer queries

* fix(db): run partition creation daily instead of weekly

* feat(api): add daily-costs endpoint for account cost evolution

* feat(console): add cost evolution charts to account details page

* refactor(console): remove breadcrumbs from detail pages

* fix(console): prevent array mutation and null crash in useTableSort

* fix(console): add useEffect cleanup to prevent unmounted state updates

* feat(console): add 404 catch-all route with NotFound page

* fix(console): add error handling to action creation modal

* refactor(console): replace console.log with debug utility

* refactor(console): remove dead commented code from SidebarNavigation

* refactor(console): replace any types with proper interfaces in CardRenderer

* fix(console): stabilize debounce in toolbar search inputs

* refactor(console): unify page_size limits and use stable list keys

* docs(console): add comments to date formatters, pagination interceptor and theme logic

* feat(console): add ErrorBoundary and fix misleading debug messages
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