Skip to content

feat: select visible deployments#3423

Open
mcfdez wants to merge 5 commits intoDokploy:canaryfrom
mcfdez:feat/select-visible-deployments
Open

feat: select visible deployments#3423
mcfdez wants to merge 5 commits intoDokploy:canaryfrom
mcfdez:feat/select-visible-deployments

Conversation

@mcfdez
Copy link
Copy Markdown
Contributor

@mcfdez mcfdez commented Jan 9, 2026

What is this PR about?

This pull request introduces a configurable limit for the number of deployments displayed and queried throughout the dashboard and backend. It replaces the previous fixed limit of 10 deployments with a user-selectable value (up to 100), updates related API schemas, and ensures backend logic supports this flexibility. Additionally, the retention logic for old deployments is updated to keep up to 100 recent records instead of 10.

Checklist

Before submitting this PR, please make sure that:

Issues related

closes #3321

Screenshots

image image image image

@mcfdez mcfdez requested a review from Siumauricio as a code owner January 9, 2026 17:23
@mcfdez mcfdez force-pushed the feat/select-visible-deployments branch from 55a0f9b to 80bb5dd Compare January 19, 2026 08:00
@jonhattan
Copy link
Copy Markdown

Please, enable a custom limit, or even an unlimited option. In some cases (schedule running each few minutes) a big history is desirable.

@mcfdez mcfdez force-pushed the feat/select-visible-deployments branch from 80bb5dd to 7cb98e7 Compare March 13, 2026 07:00
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Mar 13, 2026
autofix-ci Bot and others added 3 commits March 13, 2026 07:01
…ut option

- Added a custom input field for setting deployment limits, allowing values between 1 and 500.
- Updated the API schema to support a maximum limit of 500 for deployment queries.
- Improved user experience by enabling a toggle between predefined limits and a custom value.
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow users to customize or increase the number of visible deployments

3 participants