Commit Graph

2368 Commits

Author SHA1 Message Date
Andras Bacsai
618b89f648 Merge pull request #4842 from peaklabs-dev/docker-cleanup-executions-ui
feat: Docker cleanup execution UI and some UI improvements
2025-01-16 21:42:02 +01:00
Andras Bacsai
e77c04a1e3 Add 'System Wide' checkbox for GitHub App configuration 2025-01-16 21:26:58 +01:00
Andras Bacsai
3c83c7fd6c Merge pull request #4754 from coollabsio/improve-git-and-service-provider
Improves: GitHub handling, AppServiceProvider and 500 error message rendering
2025-01-16 21:09:08 +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
peaklabs-dev
1169a49373 chore: remove dayjs 2025-01-16 14:48:41 +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
e2a9cb61aa Merge branch 'next' into docker-cleanup-executions-ui 2025-01-16 11:28:09 +01:00
peaklabs-dev
f5bc80b580 fix: use wire:navigate on server sidebar 2025-01-16 11:24:22 +01:00
Andras Bacsai
11414d347f feat: enhance import command options with additional guidance and improved checkbox label 2025-01-16 11:14:06 +01:00
🏔️ Peak
881914dc86 Merge branch 'next' into docker-cleanup-executions-ui 2025-01-16 11:13:57 +01:00
Andras Bacsai
433dff2684 improve navigation 2025-01-16 11:04:50 +01:00
Andras Bacsai
3f92c1e37b Merge pull request #4796 from peaklabs-dev/fix-navigation
Feat: Improve navigation performance
2025-01-16 10:42:42 +01:00
peaklabs-dev
65a2629237 feat: Docker cleanup executions UI 2025-01-15 20:11:40 +01:00
peaklabs-dev
684d3dd312 feat: new sidebar menu and order 2025-01-15 20:02:44 +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
23ae0677eb feat: move docker cleanup to its own tab 2025-01-15 14:02:33 +01:00
Andras Bacsai
d9965fbdbe fix: wording 2025-01-14 09:22:15 +01:00
Andras Bacsai
b01ea8b46d Merge pull request #4818 from peaklabs-dev/feat-backup-retention
Feat: Improve backup retention (for database backups)
2025-01-14 09:10:33 +01:00
Andras Bacsai
6a8cc0f80d Merge branch 'next' into fix-cloning 2025-01-14 08:50:22 +01:00
Andras Bacsai
aab5398b80 fix: monaco editor disabled state 2025-01-14 08:49:03 +01:00
peaklabs-dev
e9f691bf45 fix: storage retention setting
- feat: add storage retention to local storage as well
- fix: UI input for max storage now allows exact decimals so MB input is now also possible
- fix: Database column is now decimal instead of integer
- fix: variable naming of storage check no longer overwrites $backup - renamed it to $backupExecution
2025-01-13 19:49:12 +01:00
peaklabs-dev
71edab4192 fix: UI 2025-01-13 16:54:22 +01:00
peaklabs-dev
a8b77b389a feat: use new backup deletion functions 2025-01-13 16:38:16 +01:00
peaklabs-dev
e037ed738a feat: UI for backup retention settings 2025-01-13 16:36:41 +01:00
Andras Bacsai
e6692c95c9 feat: add is_coolify_host to the server api responses 2025-01-13 12:31:03 +01:00
Andras Bacsai
dd2d306abc feat: force deployment of services
fix: added advanced ui dropdown to services
2025-01-13 12:03:03 +01:00
peaklabs-dev
36b16e9d62 chore: disable volume data cloning for now 2025-01-13 11:14:00 +01:00
Andras Bacsai
7eaf5d73f6 refactor: improve checkbox component accessibility and styling 2025-01-12 18:45:15 +01:00
peaklabs-dev
b94fc07d7c fix: service navigation 2025-01-10 16:46:31 +01:00
peaklabs-dev
6a429c46d3 fix: even more wire:navigate 2025-01-10 16:45:08 +01:00
peaklabs-dev
a1dbcb5f4d fix: more wire:navigate 2025-01-10 15:20:01 +01:00
peaklabs-dev
26b394195a fix: use wire:navigate on projects page 2025-01-10 14:46:12 +01:00
peaklabs-dev
829fc00af6 fix: use wire:navigate on dashboard 2025-01-10 14:39:40 +01:00
peaklabs-dev
b8efff4eb4 fix: use wire:navigate on sidebar
- This makes the app feel like a single page application because it does not reload anything - before it reloaded each time.
- It makes the whole navigation experience much smoother.
2025-01-10 14:36:33 +01:00
🏔️ Peak
c1504fa5ff Merge branch 'next' into improve-git-and-service-provider 2025-01-09 21:18:30 +01:00
peaklabs-dev
34873b2c59 feat: volume cloning for ResourceOperations 2025-01-09 14:13:09 +01:00
peaklabs-dev
1c357f987d fix: view text and helpers 2025-01-09 13:56:00 +01:00
peaklabs-dev
3723c84624 feat: docker volume data cloning
- UI implementation
- functional implementation for databases - volume gets cloned successfully
2025-01-08 23:13:05 +01:00
peaklabs-dev
3d4e8b9867 chore: switch up readonly lables to make more sense 2025-01-08 17:05:11 +01:00
Andras Bacsai
c702ebff6d fix: ui bug on pw confirmation 2025-01-07 14:39:31 +01:00
Andras Bacsai
40d9e05c0b feat: restore backup from server file 2025-01-07 14:39:31 +01:00
peaklabs-dev
8a80401f15 feat: Purify for better sanitization 2025-01-07 13:47:16 +01:00
peaklabs-dev
70f93b1513 fix: sanitize html error messages 2025-01-07 13:38:21 +01:00
Andras Bacsai
5064fa246e feat/fix: able to import full db backups for pg/mysql/mariadb 2025-01-07 13:00:41 +01:00
Andras Bacsai
326d0ccdb6 fix: import backups due to js stuff should not be navigated 2025-01-07 11:04:03 +01:00