Skip to content

feat(console)!: release new navigation#2101

Draft
RemiBonnet wants to merge 278 commits intostagingfrom
new-navigation
Draft

feat(console)!: release new navigation#2101
RemiBonnet wants to merge 278 commits intostagingfrom
new-navigation

Conversation

@RemiBonnet
Copy link
Copy Markdown
Member

@RemiBonnet RemiBonnet commented Oct 24, 2025

Summary

Screenshots / Recordings

N/A

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet
Copy link
Copy Markdown
Member Author

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview cc1de7de-94e5-40f8-8e45-bc8986d9dfec storybook
/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425 staging
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

Don’t Sacrifice Readability, you are going to debug it in 6 months

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 24, 2025

Codecov Report

❌ Patch coverage is 39.29385% with 533 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.79%. Comparing base (17b4135) to head (4e5a3d8).

Files with missing lines Patch % Lines
...eature/src/lib/audit-logs-view/audit-logs-view.tsx 0.00% 108 Missing ⚠️
...eature/src/lib/cluster-actions/cluster-actions.tsx 51.69% 46 Missing and 11 partials ⚠️
...ster-creation-flow/step-features/step-features.tsx 30.48% 49 Missing and 8 partials ⚠️
...dit-logs/feature/src/lib/audit-logs/audit-logs.tsx 1.88% 52 Missing ⚠️
...rd-modal-feature/add-credit-card-modal-feature.tsx 0.00% 51 Missing ⚠️
...audit-logs/feature/src/lib/row-event/row-event.tsx 57.14% 30 Missing and 12 partials ⚠️
...uster-actions/select-eks-anywhere-commit-modal.tsx 0.00% 39 Missing ⚠️
...ced-settings/cluster-advanced-settings-feature.tsx 0.00% 30 Missing ⚠️
.../lib/cluster-card-feature/cluster-card-feature.tsx 24.13% 11 Missing and 11 partials ⚠️
.../cluster-creation-flow/cluster-new/cluster-new.tsx 81.52% 14 Missing and 3 partials ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2101      +/-   ##
===========================================
- Coverage    48.93%   44.79%   -4.15%     
===========================================
  Files          857     1145     +288     
  Lines        18108    23878    +5770     
  Branches      5396     6980    +1584     
===========================================
+ Hits          8862    10696    +1834     
- Misses        7597    11280    +3683     
- Partials      1649     1902     +253     
Flag Coverage Δ
unittests 44.79% <39.29%> (-4.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

RemiBonnet and others added 7 commits January 19, 2026 11:20
feat(header): add user-menu dropdown
* feat(cluster): add cluster new page

* refactor(section-production-health): replace Button with Link for cluster creation in EmptyState component
* fix(cluster): terminal new token and overview responsive

* test(cluster): enhance ClusterTerminal tests with mock implementations and update snapshots
…ar (#2296)

* Button changes init

* refactor(theme): update color variables and button styles

* refactor(toolbar): update button styles and color variables for improved consistency

* Fixed invert token structure

* refactor: streamline component styles and update snapshots for consistency
* feat: add main loader for /orgId routes

* impr: rework orgId/clusters data fetching

* impr: rework current queries instead of declaring new ones

* impr: add prefetch for organizations and clusters

* feat: add more prefetched API routes
* feat(cluster): add general step in the creation flow

* refactor(routes): clean up router configuration and remove unused onboarding routes

* refactor: rename layout functions and add callback for credentials modal
RemiBonnet and others added 5 commits January 19, 2026 14:05
* refactor(logo): rename logo component and update story title

* feat(checkbox): enhance checkbox component with color variants and update storybook configuration

* feat(storybook): add overflow-auto class to body and enhance InputCheckbox styles

* refactor(inputs): update input components for improved styling and error handling

* feat(button, dropdown): add 'select-none' utility to button and dropdown menu item styles for improved user experience

* feat(input-select): enhance styling and hover states for input select components

* refactor(inputs): update input components for improved styling and consistency across various input types

* chore(snapshots): update snapshots for various components to reflect styling changes and improvements in button and input components

* refactor(components): format check
rmnbrd and others added 11 commits April 16, 2026 09:33
* feat(new-nav): add Terraform creation flow

* Remove useless comments

* Fix router-related TS warnings and posthog event

* Move useDocumentTitle hook usage to route components

* Move files around and clean up

* Fix import statement

* Change timeout_sec default value

* Post-review UI tweaks

* Update snapshots

* Add support for Terraform templates

* Add disabled state for variables step's continue button when errors are present

* Move files around and clean up

* Fix lint issue

* Fix empty variables popover values

* Remove useless files

* Move some function to utils folder

* Fix background color for selected rows of TF vars table

* Fix summary font style
* fix(page-settings): auto-select No Access when unchecking

* format fix

* rewrite repetitive conditions
* feat(mcp-server): add MCP server settings route and component

* fix(settings-mcp-server): correct type assertion for MCP_TOOLS array

* refactor(settings-mcp-server): update component to enhance API token configuration steps and adjust headings

* style(settings-mcp-server): add cursor pointer to Navbar items for better UX
* chore(overview): Update environment overview

* chore(overview) : Update api call
* fix(onboarding): add some fixes

* feat(breadcrumbs): add create organization action

* feat(onboarding): enhance navigation with previous URL support

* feat(organization-banners): replace FreeTrialBanner with OrganizationFreeTrialBanner and add new banner component

* fix(mocks): simplify Auth0Provider and withAuthenticationRequired mock implementations

* chore(jest): remove jest-canvas-mock from setupFilesAfterEnv

* feat(onboarding): update onboarding flow to redirect to project creation and adjust navigation logic

* chore(jest): update jest configuration and add custom preset for shared routes

* fix(onboarding): update navigation logic in tests to reflect new organization URL structure

* refactor(onboarding): simplify onboarding logic by removing unused hooks and adjusting navigation flow

* feat(onboarding): integrate organization data into onboarding flow for improved navigation

* refactor(onboarding): streamline form handling and context integration in onboarding project component

* refactor(breadcrumbs): enhance CommandMenu styling with dynamic height adjustment based on footer action

* refactor(onboarding): enhance onboarding project component with toast notifications and adjust organization creation logic

* refactor(onboarding): improve organization creation flow by awaiting analytics calls and adjusting toast notification placement

* refactor(onboarding): remove await from analytics capture for organization creation event

* fix(onboarding): move success toast notification to the correct position after organization creation

* refactor(onboarding): update StepProject tests to use FormProvider and renderWithProviders for improved form context handling

* test(onboarding): update StepProject test to use queryByRole for button existence check

* fix(onboarding): update default selected plan to TEAM_2025 in onboarding context

* feat(onboarding): enhance onboarding entry logic to include personalized step handling

* feat(clusters): add AddCreditCardModalFeature and integrate credit card restrictions in cluster creation flow

* refactor(clusters): simplify AddCreditCardModalFeature by removing FormProvider and enhancing error handling

* fix(section-production-health): update description for local machine deployment to remove 'Desktop'
* fix(Overview): Add service count

* format
…implement legacy console redirection logic (#2614)

feat(user-settings): add console preference toggle to UserSettingsModal and implement legacy console redirection logic
* fix(cluster-card-setup): adjust padding in cluster card setup component for improved layout

* fix(cluster-card-node-usage): update icon class for improved visual consistency

* feat(environment-last-deployment): integrate service count and deployment action logic

* refactor(advanced-settings): enhance edit functions to include onSuccess callbacks for improved state management

* feat(deployments): integrate EnvironmentActionToolbar and ServiceActions for enhanced deployment management

* feat(organization-route): enhance service management by integrating recent services tracking and project/environment data retrieval

* feat(not-found-page): enhance NotFoundPage component to accept custom actions and improve service not found handling in OrganizationRoute

* feat(service-list): convert service names to links for improved navigation and enhance UI with hover effects

* feat(row-event): enhance RowEvent component to support dynamic service links and improve target link rendering for various event types
@RemiBonnet RemiBonnet changed the title New navigation feat(console)!: release new navigation Apr 22, 2026
RemiBonnet and others added 18 commits April 22, 2026 15:47
* Add basis for new creation flow for jobs (new NX lib and "general" step)

* Add Dockerfile step

* Add all form steps

* Add introduction step

* Add CRON job creation flow

* Fix Lint issue

* Update snapshots

* Fix unit tests

* Add support for templates

* Fix defautl form state issue when there is no template

* Remove useless comment

* Remove old pages

* Update summary color tokens

* Fix git icon color

* Fix opacity value

* Update SVG images for job creation flow introduction step

* Bring back TemplateFormSync component

* UI fixes for variables section

* Move SummaryValue component to shared/ui and use it in the summary steps of creation flows

* UI tweaks for summary buttons

* Refactor navigation paths in StepSummary component to use jobURL for dynamic routing

* Fix job creation flow test to match implementation

* Correct data-testid attr

* Fxi auto_deploy value

* Correct jobCreationSteps value

* Update typo in Jest config

* Lint fix

* Update snapshot

---------

Co-authored-by: Théo Grandin <theo.grandin74@gmail.com>
* feat(new-nav): add Dockerfile settings section

* Fix color token

* Post-review fixes

* Move components to "service-job" NX lib

* Lint fix

* Fix erroring import statement
* feat(assistant): add component

* refactor(dot-status): update background colors for status indicators

* refactor(assistant-panel): simplify portal target handling and clean up class names

* refactor(mintlify-hit): update class names for improved styling and consistency

* refactor(assistant-panel): update animation properties for smoother transitions

* refactor(assistant-panel): adjust top offset and animation durations for improved layout and transitions

* feat(assistant): introduce AssistantProvider and refactor context management for improved state handling

* refactor(header): update Header component to use assistantPanelTopOffset prop and integrate useStickyBottomOffset hook for improved layout management

* fix(header): remove assistantPanelTopOffset prop and simplify Header component structure for improved clarity

* refactor(assistant-panel): enhance search input focus behavior and improve animation handling

* refactor(organization-route): reorder class names for improved readability and consistency
…x service table re-rendering issue (#2625)

* Remove deprecated checkRunningStatusClosed query

* Fix table re-rendering issue

* Fix lint issue

* Fix checkbox issue and update snapshot

* Fix unit tests
* fix(new-nav): cluster mirroring registry data not loaded

* Bring back previous loader size
* fix(environment-action-toolbar): implement delete environment functionality with navigation redirect

* feat(sentry): integrate Sentry for error tracking and user identification in production environment

* refactor(terraform-variables-table): update source handling to use formatSource function and clean up state management

* feat(job-statuses-callout): add JobStatusesCallout component and integrate it into ServiceOverview for job service status notifications

* feat(docker): add NX_PUBLIC_INSTATUS_APP_ID environment variable to Dockerfile

* refactor(main): replace useState with useRef for router initialization and update Sentry integration

* refactor(terraform-variables-table): remove unused state for variable popover management

* refactor(service-overview): move JobStatusesCallout integration to the appropriate section for job services
* fix(clusters): refine EKS Anywhere credentials and creation UI

- filter credentials list/new credential to EKS Anywhere types in EKS Anywhere flow
- hide Kubernetes version badge on PARTIALLY_MANAGED cluster cards
- keep eu-west-3 as default but allow region selection for EKS Anywhere creation

* feat(cluster): get cluster JWT for eks anywhere clyster

* feat(cluster): do not show deploy action for eksanywhere cluster
* feat(empty-state): enhance EmptyState component with small size variant and update related tests

* feat(input-select): harmonize label behavior on both text input and select, update hover state, re-aligned labels when not focused/filled

* refactor(annotation-label-settings): standardize spacing and update tooltip icon styles for improved UI consistency

* chore(snapshots): update snapshot files to reflect changes in component styles and label positioning across various components for improved UI consistency

* refactor(empty-state): update size prop from 'small' to 'sm' for consistency across components

---------

Co-authored-by: RemiBonnet <bonnet.rem@gmail.com>
* impr(new-nav): order database versions

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore(console): remove legacy pages stack

* chore(console): rename console-v5 app

* test: fix several CI errors

* refactor(cluster-actions): update TypeScript ignore comments and add utility function for key-value extraction

* fix(networking-port-setting-modal): update onSubmit promise to resolve with undefined

* feat(service-overview): cycles add JobStatusesCallout from props

* fix(add-credit-card-modal): move to organization domain

* fix(github-application-callback): move to organization domain

* fix(database-settings): move to service-settings domain

* fix(console-shared): remove layout-logs component

* fix(console-shared): remove deprecated CreditCardForm component

* fix(force-run-modal): move to services domain

* fix(interfaces): remove deprecated code

* refactor(interfaces): remove unused interfaces and update related types

* fix(console-shared): remove deprecated flow-create-port components

* chore(routeTree): update route imports to include new organization settings and login routes

* fix(entrypoint-cmd-inputs): move services domain

* fix(shared-util-tests): update userEvent setup to advance timers with jest

* fix(helm-repository-create-edit-modal): enable real timers in tests

* Update ESlint and Prettier config

---------

Co-authored-by: Romain Billard <billard.rom@gmail.com>
…n flows pages (#2635)

* fix(clusters): hide clusters installation popover on logs and creation flows pages

* Add pre-check-logs route to exclusion list

* Cast hiddenProgressCardRouteIds var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants