Mauricio Siu
295b6df5e1
refactor(compose): reorganize imports and simplify command execution for starting Docker Compose
2025-08-01 01:15:29 -06:00
Mauricio Siu
b5b63eae4f
Merge pull request #2288 from Dokploy/git-fetch-origin-git-checkout-2263-swarm-containers-no-data-found
...
refactor(application): update application handling to support multipl…
2025-08-01 00:35:32 -06:00
Mauricio Siu
794e03460f
refactor(application): update application handling to support multiple app names and improve data structure
2025-08-01 00:34:57 -06:00
A-D-E
e8f36f8ba5
The getGitlabBranches function was only returning the first 20 branches
...
due to GitLab's default API pagination limit. This prevented users from
accessing branches in repositories with more than 20 branches.
Changes:
- Add pagination loop to fetch all branches across multiple pages
- Set per_page to 100 (GitLab's maximum) for efficiency
- Add safety check using x-total header to prevent unnecessary requests
- Follow the same pagination pattern as validateGitlabProvider function
Fixes issue where branch selection was limited to first 20 branches
in repositories with many branches.
2025-07-30 15:17:14 +02:00
Lucas Manchine
64290fcbf6
fix linter issues
2025-07-29 09:33:19 -03:00
f9210d3165
lint: formatted changes using biome
2025-07-28 23:39:06 +02:00
rainwashed
9bc6411c98
fix: github app creation name conflicting with already existing Dokploy-Time names
...
appended a 5-char random string to the name creation as to prevent
conflicts with other existing Dokploy GitHub apps.
2025-07-28 17:18:30 -04:00
f8261b5364
feat(dashboard): use username instead of email for the generation of the
...
fallback avatar image
2025-07-28 19:20:05 +02:00
30c2c7afb0
feat(dashboard): generate user fallback avatar using user email. Allow
...
user to select the default avatar.
2025-07-28 16:17:52 +02:00
Marukome0743
f26c1c0da6
refactor: lint apps/docker/__test__ files
2025-07-28 20:32:08 +09:00
Marukome0743
d02976476a
refactor: lint apps/components/layouts files
2025-07-28 19:56:44 +09:00
Mauricio Siu
17e9154887
Merge pull request #2257 from Dokploy/fix/send-build-error-on-remote-servers
...
Fix/send build error on remote servers
v0.24.5
2025-07-28 01:52:57 -06:00
Mauricio Siu
2442494096
fix(application): simplify error message handling in deployment notifications
2025-07-28 01:51:21 -06:00
Mauricio Siu
bac2afb423
refactor(application): exclude appName from updateApplication data to streamline database updates
2025-07-28 01:50:58 -06:00
Mauricio Siu
4e9630e976
Merge pull request #2256 from Dokploy/feat/enhancements-cloud-version-ui
...
feat(dashboard): enhance application and database forms with tooltips…
2025-07-28 01:50:26 -06:00
Mauricio Siu
558f6aecae
fix(application): improve error handling and notification messages during deployment
2025-07-28 01:48:33 -06:00
autofix-ci[bot]
9baafb83ff
[autofix.ci] apply automated fixes
2025-07-28 07:38:28 +00:00
Mauricio Siu
c3e2b0d0f1
feat(dashboard): enhance application and database forms with tooltips for better user guidance
2025-07-28 01:12:43 -06:00
Mauricio Siu
11d584316a
chore(package): bump version to v0.24.5
2025-07-28 00:57:44 -06:00
Mauricio Siu
f78dc555b2
Merge pull request #2244 from jhon2c/feat/improve-server-ux
...
feat(ux): Improve UX Based on Community Feedback
2025-07-27 23:21:24 -06:00
Mauricio Siu
5812b12a59
Merge pull request #2236 from masesisaac/canary
...
fix(dashboard): Update app security view to hide password
2025-07-27 23:16:07 -06:00
Mauricio Siu
7301d15e8f
Merge pull request #2230 from amustapha/patch-1
...
fix: wrap user prompt in ai modal to prevent text stretch
2025-07-27 23:15:01 -06:00
Mauricio Siu
f79796a6c8
Merge pull request #2188 from Marukome0743/vscode
...
chore: add biome settings for vscode editor
2025-07-27 23:14:33 -06:00
Mauricio Siu
4122b37abd
Merge pull request #2250 from Dokploy/feat/add-name-field-to-profile
...
feat(profile): add optional name field to user profile form and schema
2025-07-27 23:13:26 -06:00
Mauricio Siu
79e9593663
feat(profile): add optional name field to user profile form and schema
2025-07-27 23:13:06 -06:00
masesisaac
def3fa0030
fix(security): change password input type to 'password'
2025-07-28 04:58:43 +03:00
autofix-ci[bot]
d561068bcd
[autofix.ci] apply automated fixes
2025-07-26 17:26:20 +00:00
Jhon
212c1b2d5f
feat(dashboard): show "Action Required" badge for incomplete Git provider setup
2025-07-26 14:18:26 -03:00
Jhon
d3a54172b5
feat(ux): add conditional server selection functionality to application forms
2025-07-26 13:53:28 -03:00
PiquelChips
1f9ef473f1
format some files
2025-07-24 19:45:43 +02:00
PiquelChips
a0bbf7be23
add check for presence of labels
2025-07-24 19:35:33 +02:00
PiquelChips
a5bc384d77
run database migration
2025-07-24 19:02:50 +02:00
masesisaac
cda33eb291
refactor(dashboard): reorder imports in show-security.tsx for consistency
2025-07-24 17:45:26 +03:00
masesisaac
c178234e53
fix(dashboard): hide basic auth password by default
2025-07-24 17:41:51 +03:00
Lucas Manchine
4f2b270f1d
improved form
2025-07-23 18:32:42 -03:00
Lucas Manchine
e22489926b
feat: Add stop_grace_period to swarm settings, test layout
2025-07-23 21:18:57 +00:00
Lucas Manchine
b4a5221caf
feat: Add stop_grace_period to swarm settings
2025-07-23 20:38:27 +00:00
PiquelChips
f2ae39aa86
feat: preview deployments for pull requests with specific labels
2025-07-23 21:39:54 +02:00
Abdulhakeem Adetunji Mustapha
329db1fd1a
fix: wrap user prompt in ai modal to prevent text stretch
2025-07-23 19:30:47 +01:00
Marukome0743
6efbf030a7
chore: add biome settings for vscode editor
2025-07-23 08:49:59 +09:00
Mauricio Siu
b95dfed8fc
chore(package): bump version to v0.24.4
v0.24.4
2025-07-20 20:06:47 -06:00
Mauricio Siu
7fe3418d55
Merge pull request #2218 from Dokploy/2179-reloading-traefik-on-the-remote-server-will-cause-traefik-on-the-instance-to-change-accordingly
...
fix(traefik): remove duplicate file write operation in writeTraefikCo…
2025-07-20 20:05:48 -06:00
Mauricio Siu
288d86c73b
fix(traefik): remove duplicate file write operation in writeTraefikConfigInPath function
2025-07-20 20:05:30 -06:00
Mauricio Siu
ffd5ccd386
Merge pull request #2202 from gentslava/feat/traefik-config
...
feat(config): Traefik
2025-07-20 19:45:53 -06:00
Mauricio Siu
98ddd096e5
Update packages/server/src/setup/traefik-setup.ts
2025-07-20 19:45:41 -06:00
Mauricio Siu
da6cc9fe72
Merge pull request #2190 from Marukome0743/format
...
chore: version up format.yml actions
2025-07-20 19:44:20 -06:00
Mauricio Siu
22d0af269e
Merge pull request #2200 from Marukome0743/server
...
refactor: lint and sort imports on dokploy/server
2025-07-20 19:42:15 -06:00
Mauricio Siu
f0fdc46de5
Merge pull request #2187 from Marukome0743/v2
...
chore: upgrade to Biome v2
2025-07-20 19:41:49 -06:00
Mauricio Siu
9aea24115d
Merge pull request #2199 from Marukome0743/lint
...
refactor: lint and sort import on dokploy application
2025-07-20 19:41:02 -06:00
Mauricio Siu
a9ee6c2393
Merge pull request #2194 from Marukome0743/pnpm
...
chore(package): version up pnpm to v9.12.0
2025-07-20 19:40:09 -06:00