Mauricio Siu
01c33ad98b
feat(ui): add tooltips to service action buttons for improved user guidance
...
- Integrate tooltips for Deploy, Rebuild, Start, and Stop buttons across various service components
- Provide context-specific explanations for each action button
- Enhance user understanding of service management actions
- Consistent tooltip styling and implementation using TooltipProvider
2025-03-08 18:26:39 -06:00
Mauricio Siu
9816ecaea1
Merge pull request #1433 from Dokploy/1334-increase-the-size-of-environment-window
...
refactor(ui): improve environment code editor styling and layout
2025-03-08 18:09:04 -06:00
Mauricio Siu
832fa526dd
refactor(ui): improve environment code editor styling and layout
...
- Adjust CodeEditor component wrapper and class names
- Enhance font and styling for environment configuration
- Optimize form item and control rendering
2025-03-08 18:08:49 -06:00
Mauricio Siu
2a5eceb555
Merge pull request #1432 from Dokploy/1315-show-containers-sorted-by-name
...
refactor(docker): sort container lists by name
2025-03-08 17:56:49 -06:00
Mauricio Siu
08d7c4e1c3
refactor(docker): sort container lists by name
...
- Add sorting to container retrieval methods in docker service
- Ensure consistent container list ordering across different container fetching functions
- Improve readability and predictability of container list results
2025-03-08 17:56:20 -06:00
Mauricio Siu
c89f957133
refactor(ui): enhance update server button and sidebar layout
...
- Improve UpdateServer component with flexible rendering and tooltip support
- Modify sidebar layout to integrate update server button more cleanly
- Add conditional rendering and styling for update availability
- Introduce more consistent button and tooltip interactions
2025-03-08 15:31:08 -06:00
Mauricio Siu
8ba3a42c1e
Merge pull request #1430 from Dokploy/1278-dokploy-oom-issue-on-requests-tab
...
feat(monitoring): add date range filtering and log cleanup scheduling
2025-03-08 14:56:17 -06:00
César González Tarín
a96af6536b
fix: database empty backups fix
2025-03-08 21:42:59 +01:00
Mauricio Siu
2c3ff5794d
refactor(user): update log cleanup configuration
...
- Replace enableLogRotation boolean with logCleanupCron configuration
- Align with recent log scheduling and monitoring improvements
2025-03-08 14:23:52 -06:00
Mauricio Siu
673e0a6880
feat(monitoring): add date range filtering and log cleanup scheduling
...
- Implement date range filtering for access logs and request statistics
- Add log cleanup scheduling with configurable cron expression
- Update UI components to support date range selection
- Refactor log processing and parsing to handle date filtering
- Add new database migration for log cleanup cron configuration
- Remove deprecated log rotation management logic
2025-03-08 14:20:27 -06:00
Mauricio Siu
b64ddf1119
Merge pull request #1392 from ali-issa/feature/project-view-tab-reorg
...
feat: reorganize project view tabs into logical workflow groups #1261
2025-03-08 12:36:46 -06:00
Mauricio Siu
2f074ac734
Merge pull request #1405 from frostming/patch-1
...
feat: fallback to openai compatible provider if url host doesn't match
2025-03-07 00:56:33 -06:00
Mauricio Siu
96e3721b4b
chore(ai): remove debug logging in model fetching
2025-03-07 00:56:12 -06:00
Mauricio Siu
b8e5cae88f
feat(ai): improve model fetching and error handling
...
- Add server-side model fetching endpoint with flexible provider support
- Refactor client-side AI settings component to use new API query
- Implement dynamic header generation for different AI providers
- Enhance error handling and toast notifications
- Remove local model fetching logic in favor of server-side implementation
2025-03-07 00:55:11 -06:00
Mauricio Siu
fa20444a14
Merge pull request #1414 from gentslava/fix/template-superset
...
fix(template): superset
2025-03-07 00:12:43 -06:00
Mauricio Siu
668ccabec8
Merge pull request #1390 from hexaaagon/feat/zipline
...
feat(zipline): update zipline version
2025-03-07 00:12:19 -06:00
Mauricio Siu
aa07a0c574
Merge pull request #1417 from vinumzz/vinumzz-remove-shadow-monitoring
...
refactor: remove unnecessary extra shadow from monitoring page
2025-03-07 00:10:22 -06:00
Mauricio Siu
0b64b43376
Merge pull request #1415 from gentslava/feature/template-datalens
...
feat(template): DataLens
2025-03-07 00:10:03 -06:00
Mauricio Siu
5c65dc9a21
Update apps/dokploy/templates/datalens/docker-compose.yml
2025-03-07 00:06:20 -06:00
Mauricio Siu
58262606d4
Update apps/dokploy/templates/datalens/docker-compose.yml
2025-03-07 00:06:16 -06:00
Mauricio Siu
f73959db41
Update apps/dokploy/templates/datalens/docker-compose.yml
2025-03-07 00:06:10 -06:00
Mauricio Siu
e6c664e65f
Update apps/dokploy/templates/datalens/docker-compose.yml
2025-03-07 00:06:06 -06:00
Mauricio Siu
36cc157566
Merge pull request #1355 from drudge/templates/hoarder
...
feat: add Hoarder template
2025-03-07 00:03:42 -06:00
Mauricio Siu
7e070623cc
Merge pull request #1411 from gentslava/canary
...
fix: breadcrumbs UX
2025-03-06 23:58:42 -06:00
Mauricio Siu
b2c0a685f8
fix(destinations): validate server selection for cloud destinations
2025-03-06 23:57:39 -06:00
Mauricio Siu
c14528886d
Merge pull request #1424 from Dokploy/1382-automated-postgres-backup-always-empty
...
feat(destinations): add createdAt timestamp and display creation date
2025-03-06 23:54:03 -06:00
Mauricio Siu
29eb490e2d
feat(destinations): add createdAt timestamp and display creation date
2025-03-06 23:46:21 -06:00
Mauricio Siu
6166963b00
fix(gitlab): remove debug console logs from connection testing
2025-03-06 22:27:30 -06:00
Mauricio Siu
f544efed35
Merge pull request #1422 from Dokploy/1418-fetching-gitlab-repositories-0-found
...
fix(gitlab): update repository filtering and connection testing
2025-03-06 22:17:34 -06:00
Mauricio Siu
598d095241
fix(gitlab): update repository filtering and connection testing
...
- Change repository filtering to use 'user' kind instead of 'member'
- Add console logging for debugging GitLab provider and repository connection
- Ensure consistent filtering logic in both getGitlabRepositories and testGitlabConnection
2025-03-06 22:17:20 -06:00
Mauricio Siu
457a8e05fd
chore(issue-template): update bug report label emoji
2025-03-06 22:05:31 -06:00
Mauricio Siu
3ca057c44a
chore(issue-template): update bug report label and add cloud version option
2025-03-06 22:04:46 -06:00
Nicholas Penree
ad3a0198e9
feat: add Hoarder template
2025-03-06 08:23:49 -05:00
Peter Vinum
ab5f62604c
refactor: remove unnecessary extra shadow from monitoring page
2025-03-06 14:08:23 +01:00
Vyacheslav Shcherbinin
bf9e886b9a
Disable demo
2025-03-06 14:14:01 +07:00
Vyacheslav Shcherbinin
f5cd0fbdd8
Restart policy
2025-03-06 11:32:13 +07:00
Vyacheslav Scherbinin
8859cc97b4
fix: superset docker-compose
2025-03-06 10:46:10 +07:00
Vyacheslav Scherbinin
3bdd5e4dd0
Template DataLens
2025-03-06 10:34:13 +07:00
Vyacheslav Scherbinin
b0c710aa92
Tab instead space
2025-03-05 21:25:11 +07:00
Vyacheslav Scherbinin
c83d0a95b7
Remove ending separator
2025-03-05 20:53:38 +07:00
Vyacheslav Scherbinin
71ca5babfd
Remove duplicate breadcrumb
2025-03-05 20:51:09 +07:00
Vyacheslav Scherbinin
f342613503
Text format
2025-03-05 20:27:16 +07:00
vicke4
cf4d6539e4
feat(server): function to keep only the latest N backups
2025-03-05 17:52:38 +05:30
vicke4
401f8d9be4
fix(ui): showing manual backup indicator only against the current backup
2025-03-05 17:52:38 +05:30
vicke4
1d2da0ac35
feat(ui): add keep latest backup count to show backups page
2025-03-05 17:52:38 +05:30
vicke4
d1391d7ddb
feat(ui): add keep the latest input in create backups dialog
2025-03-05 17:52:38 +05:30
vicke4
b35bd9b719
feat(ui): coarsing number to avoid form validation error & placeholder change
2025-03-05 17:52:38 +05:30
vicke4
faab80bee1
feat(ui): add keep the latest input on backups dialog
2025-03-05 17:52:38 +05:30
vicke4
54a3c6efff
feat(database): add keepLatestCount column to backup table
2025-03-05 17:52:38 +05:30
Frost Ming
efd176451f
fix: default case correct
2025-03-05 16:19:28 +08:00