feat(deployment-history): add service deployment and update environment deployment view#2422
Conversation
…nt view - Renamed 'Deployment' tab to 'Deployments' for consistency in navigation. - Added a new route for service deployments, improving the structure of deployment-related views. - Introduced a new `ServiceDeploymentList` component with enhanced loading states and UI consistency. - Updated `EnvironmentDeploymentList` to include an empty state for better user feedback when no deployments are available. - Refactored deployment-related tests to ensure accurate rendering and functionality. - Removed deprecated deployment feature pages to streamline the codebase.
- Updated routeTree.gen.ts to include new routes for improved organization and clarity. - Consolidated existing imports and added several new routes related to authentication, organization settings, and project management. - Removed unused route references to streamline the codebase and improve maintainability.
|
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 @@
## new-navigation #2422 +/- ##
=================================================
Coverage ? 43.90%
=================================================
Files ? 969
Lines ? 18875
Branches ? 5521
=================================================
Hits ? 8287
Misses ? 9101
Partials ? 1487
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:
|
- Introduced a `suspense` parameter to the `useDeploymentQueue` hook for improved loading state management. - Updated the `ServiceDeploymentList` component to utilize the new `suspense` option in both `useService` and `useDeploymentHistory` hooks, enhancing user experience during data fetching.
…ify table cell styling - Removed unnecessary padding and border classes from table header and cell components in both EnvironmentDeploymentList and ServiceDeploymentList for improved consistency and readability. - Streamlined the mapping of header and cell elements by eliminating the index parameter where it was not needed.
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 22. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
…e minWidth from table cell styles - Eliminated minWidth property from header and cell components in both EnvironmentDeploymentList and ServiceDeploymentList to simplify styling and improve layout consistency.
…e minSize from table cell configurations
Summary
DeploymentActioncomponent and usingIconcomponent instead of custom SVGScreenshots / Recordings
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-release