Draft
Conversation
Member
Author
|
Qovery can create a Preview Environment for this PR.
This comment has been generated from Qovery AI 🤖.
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## staging #2101 +/- ##
===========================================
- Coverage 48.84% 45.20% -3.64%
===========================================
Files 948 1113 +165
Lines 19510 22365 +2855
Branches 5811 6554 +743
===========================================
+ Hits 9529 10111 +582
- Misses 8183 10403 +2220
- Partials 1798 1851 +53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
TheoGrandin74
approved these changes
Oct 24, 2025
c0c57b7 to
25822f5
Compare
25822f5 to
3abcea7
Compare
c82ac06 to
fee8bba
Compare
c980aa5 to
2463cfd
Compare
02e3d79 to
cd87f46
Compare
bc6c427 to
009480f
Compare
71b1f7b to
e590ba1
Compare
53375fc to
27aefac
Compare
* feat: add navbar and init layout * feat: start breadcrumb and update all popover and dropdown menu colors * feat(new-nav): add basis for routing (#2206) feat: add basis for routing --------- Co-authored-by: Romain Billard <rmnbrd@users.noreply.github.com>
Update Dockerfile and package.json for console-v5 build and preview commands
feat: add login route
* Init organization overview * Add webflow libraries
* feat: add basis for authentication * chore: rename orgId to organizationId * fix: glitch when switching routes * impr: cleaning up auth-redirect component * fix: import statements
impr: add logout button and better redirection
…d sections (#2238) feat(organization-overview): add first part of sections
* feat(navigation): add general layout (#2110) * feat: add navbar and init layout * feat: start breadcrumb and update all popover and dropdown menu colors * feat(new-nav): add basis for routing (#2206) feat: add basis for routing --------- Co-authored-by: Romain Billard <rmnbrd@users.noreply.github.com> * feat(organization-overview): first part production health cluster * fix(routes): routeTree.gen.ts * Add feedback * Remove useless file --------- Co-authored-by: Romain Billard <rmnbrd@users.noreply.github.com>
* feat(cluster-card): token * feat(organization-navigation): implement dynamic navigation context and refactor organization route * feat(routes): add audit logs and cluster settings routes, update breadcrumbs for cluster navigation
* feat(routes): add cloud shell routes for clusters and services * feat(cloud-shell): implement cloud shell functionality for clusters and update related routes * chore(snapshots): add autocomplete="off" attribute to input fields in various snapshot tests for improved user experience * feat(cloud-shell): refactor cloud shell components and update service navigation logic to conditionally display tabs based on service type * refactor(navigation): format check * refactor(organization-route): update import statements and simplify component structure * fix(cluster-terminal): update snapshot * refactor(services): remove service terminal context and provider, update service terminal and cloud shell components for cleaner structure * test(service-overview): format check
2d71b4f to
534cfc6
Compare
* fix(cluster-logs): replace ClusterLogRow with ClusterLogsList for improved log rendering - Updated the cluster logs component to utilize ClusterLogsList for rendering logs, enhancing readability and maintainability. - Refactored ClusterLogRow to use memoization for performance optimization and improved prop handling. - Simplified log message rendering logic within ClusterLogRow. - Added new export for ClusterLogsList in the cluster logs feature module. * refactor(cluster-log-row): remove displayName property for cleaner component definition * refactor(cluster-logs-list): remove unused auto-scroll test for cleaner test suite
* feat(new-nav): add deployment pre-check-logs route - Add new pre-check-logs route under deployment path - Wire route into authenticated organization route maps - Update ListPreCheckLogs to use deploymentId in data fetch - Adjust header and list styles to reflect pre-check view * Post-review fixes * Mock TanStack Link and import ReactNode in tests * Trim IDs in headers and add history dropdown * Fix failing unit tests * Center loader
* Adding missing deployment logs links * Migrate service hooks to new router navigation Replace old route helper functions with explicit path strings and structured params for the new React Router implementation. Add TODO comments for pending deployment details page redirect. * Add deployments link to env toolbar snapshots * Refactor deployment links to use new router navigation Updated deployment links in the environment deployment list and deployment logs placeholder components to utilize explicit path strings and structured parameters for the new React Router implementation. Removed TODO comments related to routing. * Remove EnvironmentList component and related files Deleted the EnvironmentList component along with its skeleton, tests, and snapshots to streamline the codebase. This change simplifies the environment management feature by removing unused components. * Fix failing unit test
…move deprecated diagnostic banner
…adding filters (#2537) * fix(audit-logs): fix tokenization issues and small visual jumps when adding filters * refactor(audit-logs): enhance RowEvent component layout for better responsiveness * style(audit-logs): fix target column offset and selection issues on code editor * style(table): update button sizes and add font styling for improved UI consistency
#2538) * feat(environment): add version dropdown to env deployment details view * UI tweak
fix(console-v5): attach copilot auth header
…g redirect paths (#2541) * fix(login): ensure safe redirection after authentication by validating redirect paths * feat(application-container-port-settings): add new modal for port settings and update import paths
* feat(new-nav): add "Terraform configuration" settings section * Update failing unit tests * Fix outdated import statements * Enhance accessibility: add aria-label to edit button in CodeEditorInlineSetting component * Update snapshot: add ARIA label to Edit Commands * Post-review UI fixes * Fix outdated snapshots
* feat(new-nav): add "Terraform configuration" settings section * Update failing unit tests * Fix outdated import statements * Enhance accessibility: add aria-label to edit button in CodeEditorInlineSetting component * Update snapshot: add ARIA label to Edit Commands * Post-review UI fixes * Fix outdated snapshots
…actions (#2548) * refactor(service-access-modal): added "Access info" entry in the service actions * refactor(service-actions): format check
…e environment (#2544) * fix(deployment-logs): rendering history by service id not all from the environment * fix(deployment-logs): update deployment logs placeholder and improve icon rendering * fix(deployment-logs): add loading state with placeholder during log retrieval * fix(deployment-logs): adjust loading states and improve deployment history handling * fix(deployment-logs): change download button size from medium to small for better UI consistency * fix(environment-logs): update styling and improve service item rendering in pipeline component * fix: test * refactor(environment-logs): remove hideSkipped state and related logic from pipeline and stages components * refactor(environment-logs): remove unused hideSkipped props from environment stages feature * refactor(environment-logs): remove EnvironmentStagesFeature and related tests from environment logs
* feat(new-nav): add "Terraform arguments" settings page * Refactor TerraformArgumentsSettings into content component
* feat(new-nav): add Terraform variables settings page * feat(new-nav): add Terraform variables settings page * Fix import statements in unit tests * Update color tokens used in the variables table * Add TerraformVariablesSettingsForm component * Post-review UI fixes * More UI tweaks * Improve tfvars popover drag&drop color tokens * UI: add min-h to table's loading and empty states to avoid glitch * Pass down service as prop to avoid extra condition on serviceType
Remove ScrollShadowWrapper usage Use a div with max-h-[300px] in TfvarsFilesPopover instead of ScrollShadowWrapper Remove the hideSides prop and always render the top and bottom scroll shadows in ScrollShadowWrapper
…al consistency (#2543) * feat(service-avatar): enhance ServiceAvatar component with customizable radius and update related components * refactor(service-icon): remove unused functions and simplify icon class name retrieval in service-new component * refactor(service-icon): rename and restructure ServiceIcons for improved clarity and type safety * fix(service-icon): add className for Bash icon to support dark mode styling
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.
What does this PR do?
PR Checklist