Commit Graph

2633 Commits

Author SHA1 Message Date
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
Andras Bacsai
86ce9f3ddf fix: local dropzonejs 2025-01-07 11:03:41 +01:00
Andras Bacsai
2fc5893e98 fix: update Livewire button click method to use camelCase 2025-01-07 11:03:23 +01:00
Andras Bacsai
af482f0572 fix: show if only build servers are added to your team 2025-01-07 10:43:21 +01:00
Andras Bacsai
7f9e54516b fix: prevent default link behavior for resource and settings actions in dashboard 2025-01-07 09:51:25 +01:00
Piotr Wojcik
736cf20141 Custom network aliases for other deployment options (not for compose and swarm) 2025-01-07 01:59:51 +01:00
peaklabs-dev
49f468c4b7 fix: potential fix for permissions update 2025-01-06 19:37:51 +01:00
peaklabs-dev
fdb5f069fc chore: ajust time to 50s (tests done) 2025-01-06 18:32:05 +01:00
peaklabs-dev
d0c84bc6fa fix: indent 2025-01-06 18:22:12 +01:00
peaklabs-dev
0991898853 chore: final css touches 2025-01-06 18:16:30 +01:00
peaklabs-dev
cb75ca8bea chore: more css as it still looks like shit 2025-01-06 18:11:04 +01:00
peaklabs-dev
0f77e282cb chore: css 2025-01-06 18:05:58 +01:00
peaklabs-dev
3c623d6553 chore: improve error styling 2025-01-06 17:59:17 +01:00
peaklabs-dev
3adc9cf335 fix: render html correctly now 2025-01-06 17:55:37 +01:00
peaklabs-dev
a29547b3ba fix: error rendering 2025-01-06 17:49:55 +01:00
peaklabs-dev
2c4bdb76bd chore: use new functions 2025-01-06 16:58:20 +01:00
Andras Bacsai
5ad6b86735 fix: disappearing UI after livewire event received 2025-01-06 14:05:20 +01:00
🏔️ Peak
74524221a3 Merge pull request #4739 from biostaz/main
Improve modal closing logic for intentional user interaction
2025-01-06 12:06:39 +01:00
Piotr Wojcik
9acde06795 Custom network aliases for Dockerfile and Docker Image apps 2025-01-05 07:47:57 +01:00
Adam
8bcb39ad5f Improve modal closing logic for intentional user interaction 2025-01-04 22:40:35 +01:00
Andras Bacsai
c33132d8d9 fix: show backup timezone on the UI 2025-01-03 20:39:27 +01:00
Andras Bacsai
f575d1249e Merge branch 'main' into next 2024-12-27 11:09:29 +01:00
peaklabs-dev
f2cb040ba9 feat: new encryption options 2024-12-23 15:26:26 +01:00
Andras Bacsai
ad1651282a fix: use local monaco-editor instead of Cloudflare 2024-12-18 13:52:35 +01:00
Andras Bacsai
07984ce74f Merge branch 'next' into fix-postgres-init-scripts 2024-12-18 10:35:16 +01:00
🏔️ Peak
f92ddd77f3 Merge branch 'next' into fix-docker-cleanup-notifications 2024-12-17 15:25:20 +01:00
peaklabs-dev
ed2ccaf8af fix: Advanced server UI 2024-12-17 15:22:10 +01:00
Andras Bacsai
9e3467578f feat: add environment_uuid support and update API documentation
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.

This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
Andras Bacsai
0ce01238d7 fix: html css 2024-12-17 13:40:07 +01:00
Andras Bacsai
bf9d89f279 Merge branch 'next' into fix-environement-route 2024-12-17 12:17:50 +01:00
Andras Bacsai
38256af9b3 fix: refactor database view 2024-12-17 12:10:55 +01:00
Andras Bacsai
b7748479d4 fix: service ui structure 2024-12-17 11:13:17 +01:00
Andras Bacsai
2a9d499251 feat: migrate env variables to polymorphic relationship
fix: proxy status query ui
2024-12-17 10:38:42 +01:00
Andras Bacsai
7edd2285b5 Refactor PostgreSQL selection UI in project creation form for improved layout and documentation links 2024-12-17 10:38:42 +01:00
Andras Bacsai
e76817d401 improve application view 2024-12-16 14:11:45 +01:00
Andras Bacsai
a0ad4bc90e better impersonate 2024-12-16 12:48:09 +01:00
🏔️ Peak
f8a2d92ea0 Merge branch 'next' into fix-postgres-init-scripts 2024-12-16 12:36:50 +01:00
Andras Bacsai
acf10f39f3 fix: compose loading seq 2024-12-16 10:19:11 +01:00