qo
Qovery
GitHub
console
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
console
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
2866
3131e483 feat(deployment): cancel in-progress deployment or run it again from deployment detail The deployment detail action is now a single context-aware button — Cancel while a deployment is in progress, Run again once finished; Run again replays the deployment's original action (deploy/restart/stop/uninstall/delete) scoped to its services, defaulting to a deploy replay for unmapped actions; renamed RunAgainButton → DeploymentActionButton.
by Claude
C
Succeeded
2866
3131e483 feat(deployment): cancel in-progress deployment or run it again from deployment detail The deployment detail action is now a single context-aware button — Cancel while a deployment is in progress, Run again once finished; Run again replays the deployment's original action (deploy/restart/stop/uninstall/delete) scoped to its services, defaulting to a deploy replay for unmapped actions; renamed RunAgainButton → DeploymentActionButton.
by Claude
C
Succeeded
2866
24194e00 feat(deployment): replace redeploy with a Run again action on deployment detail The deployment detail page now replays the deployment's original action (deploy/restart/stop/uninstall/delete) scoped to that deployment's services, via a "Run again" button, instead of redeploying the whole environment. Reverts the interim scoped-redeploy change to the shared environment toolbar.
by Claude
C
Succeeded
2866
198ad8b7 fix(deployment): redeploy only the services of the viewed deployment The Redeploy button on the deployment detail page previously redeployed the whole environment. It now scopes the redeploy to the exact set of services that were part of the viewed deployment, by threading the deployment's deploymentHistory into EnvironmentActionToolbar and calling deployAllServices with a DeployAllRequest built from those services. When no deploymentHistory is provided (other toolbar usages), the whole-environment deploy behavior is unchanged.
by Claude
C
Succeeded
2866
198ad8b7 fix(deployment): redeploy only the services of the viewed deployment The Redeploy button on the deployment detail page previously redeployed the whole environment. It now scopes the redeploy to the exact set of services that were part of the viewed deployment, by threading the deployment's deploymentHistory into EnvironmentActionToolbar and calling deployAllServices with a DeployAllRequest built from those services. When no deploymentHistory is provided (other toolbar usages), the whole-environment deploy behavior is unchanged.
by Claude
C
Failed
2866
198ad8b7 fix(deployment): redeploy only the services of the viewed deployment The Redeploy button on the deployment detail page previously redeployed the whole environment. It now scopes the redeploy to the exact set of services that were part of the viewed deployment, by threading the deployment's deploymentHistory into EnvironmentActionToolbar and calling deployAllServices with a DeployAllRequest built from those services. When no deploymentHistory is provided (other toolbar usages), the whole-environment deploy behavior is unchanged.
by Claude
C
Failed
2751/merge
41f2d42b fix(ui): make InputToggle keyboard accessible The InputToggle used a hidden checkbox and onClick-only div handlers, so it was not reachable or operable via the keyboard. On the service port settings form this broke Tab navigation: keyboard users could reach the default fields (application port, protocol) but could not focus or toggle the 'Publicly exposed' switch that gates the advanced fields (e.g. port name). Expose the toggle as a focusable switch (role=switch, aria-checked, tabIndex) with Space/Enter activation and a visible focus outline, while keeping it non-focusable when disabled.
by Claude
C
Succeeded
2725/merge
5d4f0a05 fix(date-picker): prevent infinite update loop with defaultDates The defaultDates prop creates new Date objects on each render even when useMemo is used in the parent. The useEffect comparing by reference would trigger state updates that caused react-datepicker's infinite update loop. Now using a ref to track applied timestamps and only update when the actual date values change. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Succeeded
2725/merge
a3b7355c fix(date-picker): prevent crash when editing start time in logs view getCombinedDateTime can throw when parsing dates/times that pass validation but still produce invalid Date objects. Added try-catch in handleInputChange and getDateTimeInputErrors to gracefully handle these edge cases instead of crashing the frontend. https://claude.ai/code/session_01Qx9Qp1s2DLXDA5FfVeJkxF
by Claude
C
Succeeded
2724/merge
2317ca77 feat(ui): change brand color from violet to green Updated the console color scheme to use green (Italian flag inspired) for the brand/primary color instead of violet, in both light and dark themes. Slack: https://qovery.slack.com/archives/C0A4CDDJBRQ/p1780311859777419 https://claude.ai/code/session_01Bvvc4vztLq8i24BCjdqKHz
by Claude
C
Previous
Next