Mauricio Siu
6c1f2372ed
refactor: clean up project dashboard and API response structure
...
Removed unused imports and redundant code in the project dashboard component to enhance readability. Updated the API project router to streamline the data structure by eliminating unnecessary domain retrievals, while ensuring essential application and compose details are still included. This refactor improves maintainability and optimizes data handling for the project management interface.
2026-03-01 14:15:47 -06:00
Mauricio Siu
7da69862e1
refactor: update project query to use permissions-aware endpoint
...
Replaced the existing project query with the new `allForPermissions` endpoint to enhance data retrieval for server monitoring settings. This change aligns with recent API enhancements aimed at improving permissions management.
2026-03-01 14:07:16 -06:00
autofix-ci[bot]
612e73bb80
[autofix.ci] apply automated fixes
2026-03-01 20:02:48 +00:00
Mauricio Siu
a360a259f5
feat: add admin-only endpoint for project permissions with detailed environment data
...
Introduced a new API endpoint `allForPermissions` to retrieve projects along with their environments and services specifically for admin users. This enhancement allows for a more comprehensive permissions UI by including detailed information about each environment and its associated applications, improving the overall user experience in managing permissions.
2026-03-01 14:02:00 -06:00
Mauricio Siu
149293f4d3
feat: enhance mysql configuration with specific column selections
...
Updated the mysql configuration in the environment service to include specific column selections for the server object. This change improves data structure clarity and allows for more precise data handling in future queries.
2026-03-01 13:57:17 -06:00
Mauricio Siu
a8a5e1c6f1
refactor: remove unused environment property in duplicateEnvironment function
...
Eliminated the 'env' property from the duplicateEnvironment function to streamline the code and improve clarity. This change enhances maintainability by removing unnecessary parameters.
2026-03-01 13:47:38 -06:00
Mauricio Siu
4ede21eda9
feat: enhance project and environment services with additional column selections
...
Updated project and environment services to include specific column selections for various database entities. This improves data retrieval efficiency and allows for more granular control over the returned data structure. Added columns for application, mariadb, mongo, mysql, postgres, redis, and compose entities, as well as enhancements to the environment query structure.
2026-03-01 13:42:34 -06:00
Mauricio Siu
e275e9162e
Merge pull request #3846 from Dokploy/feat/add-more-endpoints-for-search
...
feat: add search functionality across multiple routers with member ac…
2026-03-01 01:27:38 -06:00
autofix-ci[bot]
60a6dc5fab
[autofix.ci] apply automated fixes
2026-03-01 07:15:20 +00:00
Mauricio Siu
705c5bc1c9
feat: add search functionality across multiple routers with member access control
...
Implemented a search feature in application, compose, environment, mariadb, mongo, mysql, postgres, project, and redis routers. Each search allows filtering by various parameters and respects user permissions based on their role. The search queries utilize optimized conditions for efficient data retrieval.
2026-03-01 01:14:46 -06:00
Mauricio Siu
8d56544c1d
Merge pull request #3844 from Dokploy/fix/improve-loading-queries
...
Fix/improve loading queries
v0.28.2
2026-02-28 23:06:59 -06:00
Mauricio Siu
ca527ab6ff
test: add mock implementation for member.findMany in application command and real tests
2026-02-28 22:59:24 -06:00
Mauricio Siu
439fa17292
chore: bump version to v0.28.2 in package.json
2026-02-28 22:52:04 -06:00
Mauricio Siu
096c04486c
refactor: increase cache TTL for trusted origins in admin service
2026-02-28 22:42:15 -06:00
Mauricio Siu
c9e1079076
refactor: remove console log from BreadcrumbSidebar component
2026-02-28 22:39:20 -06:00
Mauricio Siu
e29a86a85f
refactor: optimize trusted origins retrieval and caching in auth and admin services
2026-02-28 22:33:31 -06:00
Mauricio Siu
1ba0eb0c2e
Merge pull request #3835 from Dokploy/3799-bug-misleading-error---compose-file-not-found-when-no-domains-configured
...
refactor: simplify domain handling in Docker compose utility functions
2026-02-28 11:27:34 -06:00
Mauricio Siu
d7dc10993e
refactor: simplify domain handling in Docker compose utility functions
2026-02-28 11:23:16 -06:00
Mauricio Siu
2a5d3975e8
chore: remove proprietary README.md and add database connection logic in index.ts
2026-02-28 11:14:12 -06:00
Mauricio Siu
9f3356ddb4
Merge pull request #3834 from Dokploy/3833-error-when-connecting-a-git-github-app---internal-server-error
...
fix: handle optional chaining for organization and user IDs in GitHub…
2026-02-28 11:07:27 -06:00
Mauricio Siu
f5674f5bf8
fix: handle optional chaining for organization and user IDs in GitHub provider setup
2026-02-28 11:06:45 -06:00
Mauricio Siu
17a617e585
refactor: standardize dialog component formatting in MariaDB, MySQL, and Redis update files
v0.28.1
2026-02-27 14:01:44 -06:00
Mauricio Siu
f50eea9e05
Merge pull request #3826 from Dokploy/3822-renaming-redis-doesnt-close-the-update-dialog
...
feat: add state management for dialog visibility in MariaDB, MySQL, a…
2026-02-27 14:01:02 -06:00
Mauricio Siu
81ee8f653a
feat: add state management for dialog visibility in MariaDB, MySQL, and Redis update components
2026-02-27 14:00:35 -06:00
Mauricio Siu
9507745cc0
Merge pull request #3824 from Dokploy/fix/breaking-change-api-rever4t
...
chore: update @dokploy/trpc-openapi to version 0.0.17 and adjust Open…
2026-02-27 13:55:48 -06:00
Mauricio Siu
d33e164876
chore: bump version to v0.28.1 in package.json
2026-02-27 13:55:18 -06:00
Mauricio Siu
7e6e815375
chore: update @dokploy/trpc-openapi to version 0.0.17 and adjust OpenAPI document URL in settings router
2026-02-27 13:54:58 -06:00
Mauricio Siu
8ab139e222
Merge pull request #3817 from Dokploy/refactor/support-only-for-startup-plan
...
Refactor/support only for startup plan
v0.28.0
2026-02-27 00:20:54 -06:00
Mauricio Siu
55c04b1323
feat: add current billing plan retrieval and enhance SSH error messages with user-friendly guidance
2026-02-27 00:20:20 -06:00
Mauricio Siu
29fc8bfa97
fix: update documentation links for server setup and SSH key creation components
2026-02-27 00:11:00 -06:00
Mauricio Siu
e90d8c0ac4
Merge pull request #3777 from karyanayandi/fix/stable-composite-keys-in-mapped-lists
...
fix: replace index-only keys with stable composite keys in mapped lists
2026-02-26 22:53:22 -06:00
Mauricio Siu
98d09f187e
Merge pull request #3816 from Dokploy/3815-in-database-backups-of-docker-compose-type-projects-the-keep-the-latest-n-function-does-not-take-effect
...
feat: add functionality to keep the latest N backups after running a job
2026-02-26 22:27:04 -06:00
Mauricio Siu
f96a6a509b
feat: add functionality to keep the latest N backups after running a job
2026-02-26 22:26:30 -06:00
Mauricio Siu
df27b8b748
Merge pull request #3813 from Dokploy/3463-container-metrics-query-broken-after-like-change-in-3438
...
refactor: streamline container name processing in metric retrieval fu…
2026-02-26 21:42:40 -06:00
Mauricio Siu
5c915bc1b9
refactor: streamline container name processing in metric retrieval functions
2026-02-26 21:39:57 -06:00
Mauricio Siu
a188ed3914
Merge pull request #3812 from Dokploy/3354-requests-tab-doesnt-show-the-requests-made-to-a-newly-added-projectservice
...
refactor: remove unnecessary access log filters from settings configu…
2026-02-26 21:23:28 -06:00
Mauricio Siu
0094b67c13
refactor: remove unnecessary access log filters from settings configuration
2026-02-26 21:22:41 -06:00
Mauricio Siu
0b9dc3a1a2
Merge pull request #3811 from Dokploy/3332-zombie-processes-from-failed-log-cleanup
...
refactor: improve error handling and logging in cron job setup for ba…
2026-02-26 21:05:30 -06:00
Mauricio Siu
f8628269b9
refactor: improve error handling and logging in cron job setup for backups and log cleanup
2026-02-26 21:04:16 -06:00
Mauricio Siu
345023f090
docs: update contribution guidelines to clarify testing requirements and large feature submissions
2026-02-25 23:46:14 -06:00
Mauricio Siu
3352f7a1c9
Merge pull request #3776 from karyanayandi/fix/replace-full-lodash-imports
...
fix: replace full lodash imports with per-function imports
2026-02-25 23:41:16 -06:00
Mauricio Siu
9e1406e6c8
chore: update dokploy version to v0.28.0 in package.json
2026-02-25 23:40:59 -06:00
Mauricio Siu
798bfc2b92
Merge pull request #3801 from HPaulson/patch-1
...
style: Minor Refactor to VPS recommendation message
2026-02-25 23:39:36 -06:00
Mauricio Siu
9d07903e71
Merge pull request #3804 from Dokploy/3749-updating-the-basic-auth-account-password-did-not-update-the-traefik-middleware-configuration
...
feat: enhance security handling by adding refetch capability and impr…
2026-02-25 23:31:51 -06:00
Mauricio Siu
4baf77c740
feat: enhance security handling by adding refetch capability and improving error messages in security service
2026-02-25 23:30:28 -06:00
Mauricio Siu
0adfa51174
Merge pull request #3802 from Dokploy/3768-volume-backup-custom-webhook-notifications-not-working
...
feat: add custom notification support for volume backup status updates
2026-02-25 23:05:06 -06:00
Mauricio Siu
7a25a9f5b4
feat: add custom notification support for volume backup status updates
2026-02-25 23:04:13 -06:00
Hunter Paulson
3d81b98f48
style: Refactor VPS recommendation message for clarity
2026-02-25 23:47:06 -05:00
Mauricio Siu
9b4a37eebf
Merge pull request #3800 from Dokploy/3765-missing-mounts-endpoint-for-managed-database-services
...
feat: enhance mount API to support service type filtering and organiz…
2026-02-25 22:09:00 -06:00
Mauricio Siu
a467920410
feat: enhance mount API to support service type filtering and organization access checks
2026-02-25 22:08:05 -06:00