Andras Bacsai
9d64b30612
fix(ui): improve listbox hover state and Traefik redirects
...
Add an opaque hover background for listbox triggers and preserve single-escaped
Traefik redirect capture groups when generating application labels.
2026-08-17 21:26:57 +02:00
Andras Bacsai
43cd1f4c0d
chore(release): bump Coolify versions to 4.3.8
2026-08-17 20:56:02 +02:00
Andras Bacsai and GitHub
c314319a7e
fix(sudo): preserve substitutions in backup shell commands ( #11329 )
2026-08-17 16:23:30 +02:00
Andras Bacsai and GitHub
282227b238
fix(domains): preserve ports in split URL inputs ( #11328 )
2026-08-17 16:05:21 +02:00
Andras Bacsai
70b9acc424
fix(ui): position table dropdowns outside overflowing containers
...
Update Coolify release metadata to version 4.3.7 and nightly 4.3.8.
2026-08-16 23:48:25 +02:00
Andras Bacsai
b3b4d8a5f1
chore(release): bump Coolify versions to 4.3.6 and 4.3.7
2026-08-16 20:18:38 +02:00
Andras Bacsai
4c22919d38
chore(release): bump Coolify and nightly versions
2026-08-16 09:31:37 +02:00
Andras Bacsai
7bcdc23086
ci(build): use short SHA tags for image manifests
...
Expose the short SHA between workflow jobs and verify image tag propagation.
2026-08-15 23:50:14 +02:00
Andras Bacsai
2113c0687d
fix(deployment): constrain desktop logs layout and bump version
...
Set the fallback Coolify version to 4.3.4 and keep the deployment logs panel at a fixed desktop height.
2026-08-15 22:07:44 +02:00
Andras Bacsai
76030a30d4
chore(v5): archive V5 implementation and remove runtime integration
...
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
2026-08-15 19:13:30 +02:00
Andras Bacsai and GitHub
1440d35750
fix(resources): preserve records sharing IDs across model types ( #11300 )
2026-08-15 18:43:20 +02:00
Andras Bacsai and GitHub
bb9f5e5768
fix(healthcheck): allow more time for Coolify startup ( #11299 )
2026-08-15 18:38:59 +02:00
Andras Bacsai
1c25b58dc8
fix(proxy): set Traefik network labels for compose services
...
Add the Coolify network label when no user-selected Traefik network exists, while preserving custom labels for applications and services.
2026-08-15 18:31:32 +02:00
Andras Bacsai and GitHub
905dd42467
fix(docker): keep MinIO client versions consistent ( #11291 )
2026-08-15 18:04:47 +02:00
Andras Bacsai
0a6db15216
fix(backup): use shared compression for database dumps
...
Centralize compressor selection and apply helper-image compression to dump-all database backups.
2026-08-15 15:51:11 +02:00
Andras Bacsai
2677e47138
fix(storage): split S3 endpoint input and persist stopped status
...
Persist exited status across application, database, service, and preview stop paths, and reuse the split host/port/path input for S3 endpoints with linked validation feedback.
2026-08-15 11:46:49 +02:00
Juan Torchia
6ff6615600
fix(docker): keep MinIO client versions consistent
2026-08-14 21:06:13 +00:00
Andras Bacsai and GitHub
096a1f5f08
fix(database): set PostgreSQL SSL certificate ownership ( #11286 )
2026-08-14 20:44:05 +02:00
Andras Bacsai
b3789d4a36
fix(ui): normalize S3 endpoints and remove duplicate config warnings
...
Normalize endpoints on blur and submit, link internal-target errors to settings, and target the S3 submit loading state.
2026-08-14 18:48:34 +02:00
Andras Bacsai
a257224bb7
fix(validation): improve private URL handling and error feedback
...
Reject link-local targets even when allowlisted, link private-target errors to endpoint settings, and tighten persistent-volume table widths.
2026-08-14 13:34:00 +02:00
Andras Bacsai
fe1dc209b7
ci(images): prevent publishing duplicate production versions
...
Add version checks and concurrency controls to helper and realtime image workflows, with tests covering registry validation.
2026-08-14 00:06:56 +02:00
Andras Bacsai
fd5eb3e0cd
feat(project): add icons and improve persistent volume management
...
Add project icon storage and serving with local/S3 support, prevent deletion of compose-managed volumes, and optimize volume backups. Refine project and backup UI components with consistent styling and coverage.
2026-08-13 22:56:52 +02:00
Andras Bacsai
719942853f
fix(upgrade): explain manual reload fallback
2026-08-13 14:44:25 +02:00
Andras Bacsai
8576214a6d
fix(upgrade): handle status polling after older release restarts
...
Treat recovered health checks and polling errors as successful completion when older target releases cannot report upgrade status.
2026-08-13 14:30:47 +02:00
Andras Bacsai
6492d08136
fix(upgrade): use authenticated status polling after restart
...
Remove the version header from the health endpoint and use upgrade status polling to determine completion.
2026-08-13 14:23:29 +02:00
Andras Bacsai
5f3108b68d
feat(ui): unify resource headings with responsive action menus
...
Add responsive overflow handling and dedicated action menus for application,
service, database, and server headings, while improving upgrade and email
settings flows and returning 404s for missing deployment environments.
2026-08-13 12:17:16 +02:00
Andras Bacsai
4a7e77f809
Merge remote-tracking branch 'origin/main' into 11244-deprecated-docker-flags
2026-08-13 11:24:48 +02:00
Andras Bacsai
e79230cf37
fix(docker): replace deprecated stop flags with version-aware ones
...
Store each server's Docker version and build stop commands via
dockerStopCommand() so newer Docker uses --timeout instead of
deprecated --time/-t. Also show Docker version in server details.
2026-08-13 11:17:44 +02:00
Andras Bacsai and GitHub
462d6af99e
feat(services): add Jean Server one-click template ( #11248 )
2026-08-13 11:15:42 +02:00
Andras Bacsai
c3f485e0d6
feat(services): add Jean Server one-click template and extra fields
...
Register the jean-server compose template, logo, and catalog entries,
and expose token and allowed-origins settings on the service form.
Sort extra fields by sortOrder and omit empty service-name prefixes.
2026-08-13 11:00:04 +02:00
Andras Bacsai
7162185400
fix(metrics): convert container memory samples from bytes to MB
...
Sentinel stores container used memory in bytes while application and
database charts label the series as megabytes. Convert those samples
before they reach the frontend so the graph is not inflated by ~1024x.
2026-08-13 10:58:28 +02:00
Andras Bacsai
6481ffffcf
fix(upgrade): wait for new version before showing success
...
Expose the running Coolify version on /api/health and only treat an upgrade as complete once that version meets the target. Parse upgrade status in a shared service, start the update after the Livewire response, and keep polling when the instance is still on the old version.
2026-08-13 10:46:06 +02:00
Andras Bacsai
882e25e072
fix(ui): reserve scrollbar space and animate event multiselect
...
Always reserve vertical scrollbar space on base and v5 body
layouts to prevent content shift. Match notification event
multiselect panel open/close transitions to other listboxes.
2026-08-13 09:17:37 +02:00
Andras Bacsai
e17c516bf2
chore(release): bump Coolify version to 4.3.2
2026-08-12 23:40:14 +02:00
Andras Bacsai
bc98d52104
chore(release): bump Coolify to 4.3.1 and label workflow runs
2026-08-12 17:06:40 +02:00
Andras Bacsai
5e7ba47054
test(models): cover finished_at datetime cast
2026-08-12 16:27:33 +02:00
Andras Bacsai
08627795a5
ci(release): standardize production workflows on main
...
Route production builds, releases, and changelog generation through `main`, update contribution guidance for main/next branch targets, and cover the branch policy in workflow tests.
2026-08-12 13:12:55 +02:00
Andras Bacsai
12b14bbefd
ci(release): support main during production branch rename
...
Run production builds and changelog generation from both v4.x and main while excluding both branches from staging builds.
2026-08-12 12:53:16 +02:00
Andras Bacsai
8c88f6093a
chore(release): bump default version to 4.3.1
2026-08-12 12:27:08 +02:00
Andras Bacsai
decf6c7a9a
fix(release): preserve tags when publishing draft releases
...
Upgrade github-script to v8 and pass the release tag and target commit when creating and publishing releases.
2026-08-12 12:02:37 +02:00
Andras Bacsai
cde9597c09
fix(release): run support image workflows on main
2026-08-11 16:35:03 +02:00
Andras Bacsai
8bf4ac9c68
fix(release): restrict production workflows to v4.x
...
Update release documentation and workflow coverage tests for the branch strategy.
2026-08-11 16:32:22 +02:00
Andras Bacsai
5e0e76df4b
feat(release): rebuild stable images from reviewed draft releases
...
Add manual fix-release validation and stable image rebuilds, inject traceable development versions into SHA builds, and suppress invalid release links for development versions.
2026-08-11 16:11:13 +02:00
Andras Bacsai
32bf1860d4
feat(domains): add structured URL editing and responsive domain controls
...
Add reusable domain URL parsing and input components, expose per-domain
redirect and indexing controls, and improve application and service domain
layouts across responsive breakpoints.
2026-08-11 00:06:55 +02:00
Andras Bacsai
8c9a7413d0
Merge remote-tracking branch 'origin/next' into feat/noindex-domains
2026-08-10 14:23:09 +02:00
Andras Bacsai
a84505efe8
style(ui): refine focus ring thickness and warning color
2026-08-10 11:52:24 +02:00
Andras Bacsai
f412b2bf0d
feat(dashboard): add server metrics charts and polish UI feedback
2026-08-10 11:08:04 +02:00
Andras Bacsai
003e44d123
Merge remote-tracking branch 'origin/next' into feat/noindex-domains
2026-08-08 11:26:20 +02:00
Andras Bacsai and GitHub
f9caa5250d
feat(servers): add cross-instance server migration ( #11075 )
2026-08-07 23:07:55 +02:00
Andras Bacsai
a4f7cb723a
fix(services): default celld image tag to latest
...
Use ${CELLD_VERSION:-latest} in the celld compose template
and regenerate service templates; update unit tests.
2026-08-07 18:17:33 +02:00