Andras Bacsai
d2f84a177a
refactor(ui): remove unnecessary padding from deployment, backup, and logs sections
2025-06-17 10:40:53 +02:00
Andras Bacsai
618a7d459c
refactor(logs): enhance container loading logic and improve UI for logs display across various resource types
2025-06-05 13:24:26 +02:00
Andras Bacsai
15435c0c9d
fix(deployment-show): remove unnecessary fixed positioning for button container to improve layout responsiveness
2025-06-04 11:52:14 +02:00
0x4e32
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
Andras Bacsai
1f7f267d60
chore(versions): update coolify version to 4.0.0-beta.416 and nightly version to 4.0.0-beta.417 in configuration files; fix links in deployment view
2025-04-29 11:02:36 +02:00
Andras Bacsai
d47946a0ad
fix(ui): Disable livewire navigate feature (causing spam of setInterval())
2025-04-29 09:04:24 +02:00
Andras Bacsai
3c538e00dd
fix(deployment): improve log line rendering and formatting
2025-02-12 10:51:26 +01:00
astrid
4790d00ad4
hide expand button if no additional lines to show
2025-01-23 20:43:20 +01:00
peaklabs-dev
1072a0c17c
feat(ui): improve deployment UI
...
- fix: show time details even if a deployment has failed
- feat: added back "finished x min ago" to make it easier to see how long ago a deployment was finished
2025-01-23 13:21:11 +01:00
peaklabs-dev
e0aeb35316
fix: Cancelled deployments should not show end and duration time
2025-01-16 15:43:48 +01:00
peaklabs-dev
794e5357c9
chore: remove unused code and fix import
2025-01-16 15:39:53 +01:00
peaklabs-dev
30f36f96db
fix: use finished_at for the end time instead of created_at
2025-01-16 15:12:57 +01:00
peaklabs-dev
48b10de4f3
feat: improve deployment UI
...
- show full commit message with an expand button
- show only the first 7 characters of the commit hash, like on GitHub
2025-01-16 14:53:49 +01:00
🏔️ Peak
11d1a9e6fd
Merge branch 'next' into docker-cleanup-executions-ui
2025-01-16 14:41:23 +01:00
Andras Bacsai
7a8f66b2ec
fix: logs icons everywhere + terminal
2025-01-16 12:40:37 +01:00
Andras Bacsai
55d61ffaee
fix: add finished_at to app deployment jobs
...
fix: show deployment job running measurements
fix: terminal should not be wire:navigated
2025-01-16 12:05:59 +01:00
🏔️ Peak
881914dc86
Merge branch 'next' into docker-cleanup-executions-ui
2025-01-16 11:13:57 +01:00
peaklabs-dev
85f38b7cb5
refactor: improve data formatting and UI
...
- move date and duration functions to a shared function
- remove duplicate code
- redesigned the deployment executions tab
- added start and end times for backups, scheduled tasks, deployments and docker cleanup executions
- calculated the duration for backups, scheduled tasks, deployments and Docker cleanup executions
- redesigned status badges with colors to make it easier to see your current status
- removed dependency on dayjs
- fixed calculation of execution time was sometimes incorrect
2025-01-15 18:35:20 +01:00
peaklabs-dev
6a429c46d3
fix: even more wire:navigate
2025-01-10 16:45:08 +01:00
Andras Bacsai
7519dff04d
ui update on logs
2024-12-05 10:30:04 +01:00
Andras Bacsai
94c264c6d7
Fix deployment status border color in deployment index view
2024-12-04 13:49:19 +01:00
Andras Bacsai
bd3220ad73
Merge pull request #3283 from TimKochDev/fix-deployments-typo
...
fix: Deployment running for - without "ago"
2024-09-05 11:34:04 +02:00
Andras Bacsai
6528bc5766
chore: Update UI for displaying deployment status in deployment list
2024-09-05 11:25:01 +02:00
Andras Bacsai
93af54ef84
chore: Update UI for displaying deployment status in deployment list
2024-09-05 11:23:59 +02:00
mahansky
b0039885eb
use computed property
2024-09-04 03:39:50 +02:00
mahansky
63a07e7649
deployment log improvements
2024-09-03 20:09:42 +02:00
Tim Koch
f072823f00
fix: Deployment running for - without "ago"
2024-09-01 22:01:05 +02:00
Andras Bacsai
cd85094113
feat: more api endpoints
2024-06-21 16:46:13 +02:00
Andras Bacsai
f6f44d8e8f
fix: show commit message on webhooks + prs
2024-06-14 14:48:12 +02:00
Andras Bacsai
e4e9de0a53
refactor: Update text color for stderr output in deployment show view
2024-06-13 12:51:55 +02:00
Andras Bacsai
c35f6e926d
refactor: update text color for stderr output in deployment show view
2024-06-13 12:25:10 +02:00
Andras Bacsai
35cea852ca
feat: add titles
2024-06-07 11:01:10 +02:00
Andras Bacsai
ace127acf4
refactor: Improve display of deployment time in index.blade.php
2024-05-31 13:01:44 +02:00
Andras Bacsai
dbb7989027
Merge branch 'next' into wrong-time-during-a-failed-deployment
2024-05-31 12:56:20 +02:00
Esteban Ecallard
e16bd194a3
fix: removal of the failed deployment condition, addition of since started instead of finished time
2024-05-29 12:35:32 +00:00
Esteban Ecallard
a3765c19e3
feat: if the time seems too long it remains at 0s
2024-05-29 12:32:47 +00:00
Andras Bacsai
e26f4ce707
chore: Update deployment index.blade.php script for better performance
2024-05-29 11:13:22 +02:00
Andras Bacsai
1f7725ada3
chore: Fix formatting issue in deployment index.blade.php file
2024-05-28 19:00:59 +02:00
Esteban Ecallard
de3b8a10a0
Update index.blade.php
2024-05-23 15:20:28 +02:00
Esteban Ecallard
8feece702c
fix: wrong time during a failed deployment
2024-05-23 15:15:18 +02:00
Andras Bacsai
3f1b7192ff
feat: save commit message and better view on deployments
2024-05-15 11:31:03 +02:00
Andras Bacsai
e341121f61
chore: Refactor deployment index.blade.php for improved readability and rollback handling
2024-05-15 10:47:57 +02:00
Andras Bacsai
cd3e2963b3
Refactor gitCommitLink method to handle different git repository formats
2024-05-15 10:45:08 +02:00
Andras Bacsai
d09c88f71c
Fix formatting issue in deployment show.blade.php
2024-04-18 11:14:26 +02:00
Andras Bacsai
17955fc419
Refactor error message styling in deployment show.blade.php
2024-04-17 10:49:30 +02:00
Andras Bacsai
7a32b8d1d2
feat: configuration checker for all resources
2024-04-12 12:44:49 +02:00
Andras Bacsai
0d78b44c80
Fix formatting in deployment show.blade.php file
2024-04-10 21:15:23 +02:00
Andras Bacsai
d0482d66c2
Refactor code for displaying command output in deployment show view
2024-04-10 21:11:41 +02:00
Andras Bacsai
15d2c0e436
Update font style for logs in deployment show view
2024-04-09 08:46:06 +02:00
Andras Bacsai
132807b55d
fix: always rebuild Dockerfile / dockerimage buildpacks
2024-04-02 20:50:35 +02:00