close
Skip to content

fix: tooltip incorrectly lists volumes among Daily Cleanup targets#4328

Open
teoobarca wants to merge 1 commit intoDokploy:canaryfrom
teoobarca:fix/tooltip-volumes-not-pruned
Open

fix: tooltip incorrectly lists volumes among Daily Cleanup targets#4328
teoobarca wants to merge 1 commit intoDokploy:canaryfrom
teoobarca:fix/tooltip-volumes-not-pruned

Conversation

@teoobarca
Copy link
Copy Markdown

@teoobarca teoobarca commented Apr 29, 2026

The Daily Docker Cleanup tooltip lists volumes among pruned resources, but cleanupAll in packages/server/src/utils/docker/utils.ts excludes the volume prune via excludedCleanupAllCommands (added in #3267).

Removes volumes from the tooltip to match actual behavior.

Greptile Summary

Removes volumes from the Daily Docker Cleanup tooltip to match the actual behavior of cleanupAll, which explicitly skips volume pruning via excludedCleanupAllCommands (intentionally excluded since #3267 to prevent accidental data loss from stopped containers).

Confidence Score: 5/5

Safe to merge — single-line tooltip copy fix with no logic changes.

The change is a one-line documentation/UI fix that correctly aligns tooltip text with verified server-side behavior. No logic, no risk.

No files require special attention.

Reviews (1): Last reviewed commit: "fix: tooltip incorrectly lists volumes a..." | Re-trigger Greptile

The Daily Docker Cleanup tooltip lists `volumes` among pruned
resources, but `cleanupAll` in `packages/server/src/utils/docker/utils.ts`
excludes the volume prune via `excludedCleanupAllCommands` (added in Dokploy#3267).

Removes `volumes` from the tooltip to match actual behavior.
@teoobarca teoobarca requested a review from Siumauricio as a code owner April 29, 2026 07:49
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant