Mauricio Siu
|
52e21dab4e
|
refactor(ui): simplify server selection logic across components - Remove redundant server count check in server selection dropdowns across multiple components (AddApplication, AddCompose, AddDatabase, AddTemplate, StepOne, AddCertificate) to streamline UI behavior.
|
2025-09-03 20:45:47 -06:00 |
|
autofix-ci[bot]
|
4a3a7fa47b
|
[autofix.ci] apply automated fixes
|
2025-09-04 02:43:53 +00:00 |
|
HarikrishnanD
|
940b9967b8
|
feat(ui): add default "Dokploy" option to server selection dropdown - Add "Dokploy" as default option in server selection dropdowns - Hide dropdown when only one server is available (servers.length <= 1) - Show dropdown only when multiple servers exist (servers.length > 1) - Update placeholder text from "Select a Server" to "Dokploy" - Fix issue where users couldn't switch back to default server - Update form submission logic to handle "dokploy" default value - Apply changes to all deployment components (application, compose, template, database, certificate, AI) Resolves #1852
|
2025-09-02 19:17:46 +05:30 |
|
Mauricio Siu
|
f8ebf77575
|
Merge pull request #2493 from nktnet1/fix-server-schedule-responsiveness
fix(ui): schedule responsiveness
|
2025-09-01 22:46:40 -06:00 |
|
Mauricio Siu
|
fd199fdcc0
|
Merge pull request #2498 from Dokploy/2456-cannot-back-up-mariadb-database-access-denied-error
feat(database): enhance password validation for database schemas and …
|
2025-09-01 16:21:22 -06:00 |
|
Mauricio Siu
|
5e1a164a54
|
chore(pr-template): streamline checklist formatting and clarify issue closing instructions
|
2025-09-01 16:19:24 -06:00 |
|
Mauricio Siu
|
bc2b4f1369
|
feat(database): enhance password validation for database schemas and update input components for password visibility
|
2025-09-01 16:16:55 -06:00 |
|
Tam Nguyen
|
38abe03257
|
fix(ui): flex-wrap on schedule name and enabled
|
2025-08-31 10:36:07 +10:00 |
|
autofix-ci[bot]
|
22e40134ea
|
[autofix.ci] apply automated fixes
|
2025-08-31 00:30:08 +00:00 |
|
Tam Nguyen
|
a2841fdd30
|
fix(ui): flex-wrap for cron and shell type
|
2025-08-31 10:27:12 +10:00 |
|
Tam Nguyen
|
468feaa092
|
fix(ui): improve server schedule responsiveness for mobile
|
2025-08-31 10:25:09 +10:00 |
|
Mauricio Siu
|
7273c636a0
|
Merge pull request #2461 from Dokploy/fix/re-apply-database-migration-fix
Reapply "refactor: update database connection handling and remove unu…
|
2025-08-28 19:21:28 -06:00 |
|
Mauricio Siu
|
d6a0585bae
|
chore(package): update dokploy version to v0.25.0
|
2025-08-28 19:03:37 -06:00 |
|
Mauricio Siu
|
935d1686f2
|
chore: add new branch for database migration fix in Dokploy workflow
|
2025-08-28 19:02:21 -06:00 |
|
Mauricio Siu
|
349248105a
|
Merge pull request #2482 from Dokploy/2470-post-rediscreate-returns-true-instead-of-the-redis-payload
fix(redis): return newRedis object instead of true in redis router
|
2025-08-28 18:43:04 -06:00 |
|
Mauricio Siu
|
d922568510
|
fix(redis): return newRedis object instead of true in redis router
|
2025-08-28 18:42:21 -06:00 |
|
Mauricio Siu
|
44ae4df151
|
fix(settings): change user subscription query to protected procedure
|
2025-08-28 18:27:47 -06:00 |
|
Mauricio Siu
|
77fdda4c09
|
Merge pull request #2481 from Dokploy/feat/allow-chatwoot-on-paid-users
feat(settings): add user subscription check to dashboard layout
|
2025-08-28 18:27:05 -06:00 |
|
Mauricio Siu
|
8a1e36cc3b
|
feat(settings): add user subscription check to dashboard layout
|
2025-08-28 18:26:05 -06:00 |
|
Mauricio Siu
|
1635bab44f
|
Reapply "refactor: update database connection handling and remove unused migra…"
This reverts commit 17f333ac2a.
|
2025-08-24 23:49:48 -06:00 |
|
Mauricio Siu
|
4a52459015
|
Merge pull request #2460 from Dokploy/revert-2459-2234-database-migration-fails-with-password-authentication-failed-when-using-a-custom-postgres_password
Revert "refactor: update database connection handling and remove unused migra…"
|
2025-08-24 23:44:23 -06:00 |
|
Mauricio Siu
|
17f333ac2a
|
Revert "refactor: update database connection handling and remove unused migra…"
|
2025-08-24 23:44:00 -06:00 |
|
Mauricio Siu
|
d770307d64
|
Merge pull request #2459 from Dokploy/2234-database-migration-fails-with-password-authentication-failed-when-using-a-custom-postgres_password
refactor: update database connection handling and remove unused migra…
|
2025-08-24 23:43:52 -06:00 |
|
Mauricio Siu
|
aa434cbdea
|
feat(db): add database connection setup using drizzle-orm for PostgreSQL
|
2025-08-24 16:25:04 -06:00 |
|
Mauricio Siu
|
c42054b965
|
feat(migration): implement database migration functionality using drizzle-orm
|
2025-08-24 16:22:42 -06:00 |
|
Mauricio Siu
|
03588bf375
|
chore: remove console.log statement from esbuild configuration
|
2025-08-24 16:21:01 -06:00 |
|
Mauricio Siu
|
8c420ff4f5
|
refactor: update package.json to use TypeScript source files instead of compiled JavaScript
|
2025-08-24 16:20:32 -06:00 |
|
Mauricio Siu
|
cbf6f95891
|
refactor: update database connection handling and remove unused migration and seed files
|
2025-08-24 16:19:33 -06:00 |
|
Mauricio Siu
|
2d2a3d74ec
|
Merge pull request #2412 from moosti/feat/two-factor-autofocus
feat: add autofocus to two-factor authentication input
|
2025-08-24 13:10:30 -06:00 |
|
Mauricio Siu
|
56b9fb531a
|
Merge pull request #2447 from divaltor/volume-backup
feat(volume): Add possibility to keep latest N backups for custom apps
|
2025-08-24 00:44:27 -06:00 |
|
Mauricio Siu
|
59aaa1a47a
|
fix(ui): adjust max width for volume backup dialog based on backup type
|
2025-08-24 00:40:17 -06:00 |
|
autofix-ci[bot]
|
5e4444610c
|
[autofix.ci] apply automated fixes
|
2025-08-24 06:33:36 +00:00 |
|
Mauricio Siu
|
34e6cd87df
|
Merge pull request #2410 from gentslava/fix/ollama-ai-provider
Ollama AI provider
|
2025-08-24 00:30:59 -06:00 |
|
Mauricio Siu
|
31b13b8d34
|
Merge pull request #2453 from Dokploy/2452-no-removal-of-preview-deployments-when-they-are-merged
fix: correct application not found error message and improve error ha…
|
2025-08-23 23:01:03 -06:00 |
|
Mauricio Siu
|
746cf76cf3
|
fix: correct application not found error message and improve error handling in removePreviewDeployment function
|
2025-08-23 22:59:52 -06:00 |
|
Mauricio Siu
|
46c53a05bf
|
Merge pull request #2231 from PiquelChips/feat/label-previews
feat: preview deployments for pull requests with specific labels
|
2025-08-23 20:19:50 -06:00 |
|
Mauricio Siu
|
f97f6d8178
|
Merge branch 'feat/label-previews' of github.com:PiquelChips/dokploy into feat/label-previews
|
2025-08-23 20:19:34 -06:00 |
|
Mauricio Siu
|
c653dd604f
|
feat: add previewLabels property to baseApp in drop and traefik test files
|
2025-08-23 20:19:14 -06:00 |
|
autofix-ci[bot]
|
40877e4370
|
[autofix.ci] apply automated fixes
|
2025-08-24 02:16:35 +00:00 |
|
Mauricio Siu
|
65203036f2
|
Merge branch 'canary' into feat/label-previews
|
2025-08-23 20:15:37 -06:00 |
|
Mauricio Siu
|
2ef5f967a9
|
refactor: clean up imports in show-preview-settings component
|
2025-08-23 20:14:41 -06:00 |
|
Mauricio Siu
|
b20c95ffbc
|
Merge branch 'canary' into feat/label-previews
|
2025-08-23 20:14:16 -06:00 |
|
Mauricio Siu
|
09b2492585
|
Merge branch 'feat/label-previews' of github.com:PiquelChips/dokploy into feat/label-previews
|
2025-08-23 20:13:22 -06:00 |
|
Mauricio Siu
|
ca1fa7c4f7
|
feat: add support for preview labels in deployment process
|
2025-08-23 20:11:18 -06:00 |
|
autofix-ci[bot]
|
112b898d98
|
[autofix.ci] apply automated fixes
|
2025-08-24 02:01:00 +00:00 |
|
Mauricio Siu
|
8185482bcd
|
Merge pull request #2370 from gentslava/fix/traefik_3
bump: Traefik 3.5.0
|
2025-08-23 19:53:47 -06:00 |
|
Mauricio Siu
|
dd8f5dba09
|
Merge branch 'canary' into fix/traefik_3
|
2025-08-23 19:53:40 -06:00 |
|
Mauricio Siu
|
e72a468c7e
|
Merge pull request #2111 from Marukome0743/traefik
feat: bump Traefik v3.2.2 and add swarm network label
|
2025-08-23 19:50:50 -06:00 |
|
Mauricio Siu
|
02dd793dfb
|
Merge pull request #2396 from alexevladgabriel/feat/self-env-refs
feat: Self reference env variables
|
2025-08-23 19:38:34 -06:00 |
|
Mauricio Siu
|
64ef033950
|
Merge pull request #2418 from periakteon/canary
fix(organization): integrate active organization refetching on update/create
|
2025-08-23 19:32:45 -06:00 |
|