Release 0.6#263
Draft
r2dedios wants to merge 36 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
* 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
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.