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
Mauricio Siu
e62bb7593a
fix: add early return for empty patches in generateApplyPatchesCommand to prevent unnecessary command execution
2026-02-25 22:00:40 -06:00
Mauricio Siu
4af0bdc27b
Merge pull request #3796 from Dokploy/feat/add-versioning-cloud-images
...
chore: enhance Docker image tagging in GitHub Actions workflow to inc…
2026-02-25 01:36:55 -06:00
Mauricio Siu
b9da9e6367
chore: enhance Docker image tagging in GitHub Actions workflow to include versioning based on branch context
2026-02-25 01:36:24 -06:00
Mauricio Siu
1ea1f6b603
chore: update @dokploy/trpc-openapi to version 0.0.16 in package.json and pnpm-lock.yaml for improved dependency management
2026-02-25 01:26:12 -06:00
Mauricio Siu
677fedbbc0
Merge pull request #3783 from Dokploy/feat/add-support-for-trusted-providers
...
chore: update @better-auth/sso and better-auth to version 1.5.0-beta.…
2026-02-25 01:01:22 -06:00
Mauricio Siu
234862e5b6
chore: update build scripts to use rimraf for cleaning dist directory and add rimraf as a dependency in relevant package.json files
2026-02-24 23:17:14 -06:00
Mauricio Siu
b8bfee7f87
chore: add path mapping for server module in tsconfig.json to improve module resolution in the schedules app
2026-02-24 22:55:42 -06:00