peaklabs-dev
|
b64de1b5cd
|
fix: order for git deploy types
|
2025-09-18 19:56:46 +02:00 |
|
peaklabs-dev
|
c0ddf73b75
|
fix(ui): change order and fix ui on small screens
|
2025-09-18 19:14:34 +02:00 |
|
peaklabs-dev
|
429c43f9e5
|
chore: change order of runtime and buildtime
|
2025-09-18 19:13:45 +02:00 |
|
Andras Bacsai
|
711c16f0e6
|
refactor(environment): conditionally render Docker Build Secrets checkbox based on build pack type
|
2025-09-18 18:25:36 +02:00 |
|
Andras Bacsai
|
b0ff584ff4
|
fix(environment): correct grammatical errors in helper text for environment variable sorting checkbox
|
2025-09-18 18:17:37 +02:00 |
|
Andras Bacsai
|
f33df13c4e
|
feat(environment): replace is_buildtime_only with is_runtime and is_buildtime flags for environment variables, updating related logic and views
|
2025-09-18 18:14:54 +02:00 |
|
Andras Bacsai
|
c1bee32f09
|
feat(deployment): introduce 'use_build_secrets' setting for enhanced security during Docker builds and update related logic in deployment process
|
2025-09-17 10:34:38 +02:00 |
|
Andras Bacsai
|
97428a4a80
|
feat(executions): add 'Load All' button to view all logs and implement loadAllLogs method for complete log retrieval
|
2025-09-15 11:05:29 +02:00 |
|
Andras Bacsai
|
8e155f25b3
|
refactor(environment): streamline environment variable handling by replacing sorting methods with direct property access and enhancing query ordering for improved performance
|
2025-09-12 12:09:03 +02:00 |
|
Andras Bacsai
|
20ad2165e7
|
feat(environment): introduce 'is_buildtime_only' attribute to environment variables for improved build-time configuration
|
2025-09-11 17:38:16 +02:00 |
|
Andras Bacsai
|
6d477ff593
|
feat(execute-container): enhance container command form with auto-connect feature for single container scenarios
|
2025-09-11 17:37:40 +02:00 |
|
Andras Bacsai
|
5b3b4bbc43
|
refactor(environment): remove 'is_build_time' attribute from environment variable handling across the application to simplify configuration
|
2025-09-11 16:51:56 +02:00 |
|
Andras Bacsai
|
13af4811f5
|
feat(storages): add method to retrieve the first storage ID for improved stability in storage display
|
2025-09-11 13:41:22 +02:00 |
|
Andras Bacsai
|
f64622c764
|
refactor(models): remove 'is_readonly' attribute from multiple database models for consistency
|
2025-09-10 19:34:49 +02:00 |
|
Andras Bacsai
|
754f78bcfd
|
fix(compose): temporary allow to edit volumes in apps (compose based) and services
|
2025-08-27 21:36:05 +02:00 |
|
Andras Bacsai
|
cde528bf5e
|
fix(parsers): enhance volume string handling by preserving mode in application and service parsers. Update related unit tests for validation.
|
2025-08-27 16:54:49 +02:00 |
|
Andras Bacsai
|
d98b7ab7e0
|
feat(policies): add EnvironmentVariablePolicy for managing environment variables ( it was missing )
|
2025-08-26 21:44:36 +02:00 |
|
Andras Bacsai
|
63fcc0ebc3
|
feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
|
2025-08-26 10:27:38 +02:00 |
|
Andras Bacsai
|
ae1b0de561
|
feat(auth): enhance authorization checks in Livewire components for resource management
|
2025-08-26 10:27:38 +02:00 |
|
Andras Bacsai
|
d3059d5514
|
fix(terminal): update text color for terminal availability message and improve readability
|
2025-08-12 10:07:11 +02:00 |
|
Sandro Sobczyński
|
554b566735
|
fix(ui): add flex-wrap to prevent overflow on small screens (#6307)
|
2025-08-04 14:09:26 +02:00 |
|
Sandro Sobczyński
|
7bb91faf92
|
fix(ui): Delete button width on small screens (#6308)
|
2025-08-04 13:11:39 +02:00 |
|
Andras Bacsai
|
43ff38d914
|
feat(terminal): dispatch focus event for terminal after connection and enhance focus handling in JavaScript
|
2025-07-18 22:39:42 +02:00 |
|
Andras Bacsai
|
ef91e43384
|
feat(container): add updatedSelectedContainer method to connect to non-default containers and update wire:model for improved reactivity
|
2025-07-18 20:48:56 +02:00 |
|
Andras Bacsai
|
18f2e5ea32
|
fix(scheduling): remove unnecessary padding from scheduled task form layout for improved UI consistency
|
2025-07-12 12:26:19 +02:00 |
|
Andras Bacsai
|
b181e5bb33
|
fix(ui): env variable settings wrong order
|
2025-07-03 14:01:13 +02:00 |
|
Andras Bacsai
|
2b84ce841b
|
refactor(ui): remove unnecessary step3ButtonText attributes from modal confirmation components for cleaner code
|
2025-06-30 09:15:23 +02:00 |
|
Andras Bacsai
|
90817914d9
|
refactor(ui): separate views for instance settings to separate paths to make it cleaner
|
2025-06-30 08:50:17 +02:00 |
|
Andras Bacsai
|
d37369dcaf
|
fix(ui): enhance terminal access messaging to clarify server functionality and terminal status
|
2025-06-28 14:02:08 +02:00 |
|
Andras Bacsai
|
6d92000d02
|
Update resources/views/livewire/project/shared/health-checks.blade.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-06-26 09:06:25 +02:00 |
|
Andras Bacsai
|
0e27d1f46d
|
fix(ui): update border styling for consistency across components and enhance loading indicators
|
2025-06-25 10:56:35 +02:00 |
|
Andras Bacsai
|
7d985e3915
|
refactor(ui): simplify container selection form in execute-container-command view
|
2025-06-20 09:35:39 +02:00 |
|
Andras Bacsai
|
d2f84a177a
|
refactor(ui): remove unnecessary padding from deployment, backup, and logs sections
|
2025-06-17 10:40:53 +02:00 |
|
Andras Bacsai
|
204ad0fa3d
|
refactor(ui): remove terminal header from execute-container-command view
|
2025-06-17 10:27:41 +02:00 |
|
Andras Bacsai
|
f7daddce58
|
refactor(ui): terminal
|
2025-06-17 09:28:07 +02:00 |
|
Andras Bacsai
|
d1d899c0cf
|
refactor(execute-container-command): simplify connection logic and improve terminal availability checks
|
2025-06-14 13:56:48 +02:00 |
|
Andras Bacsai
|
64dd648b3f
|
fix(terminal): now it should work
|
2025-06-14 13:00:16 +02:00 |
|
Andras Bacsai
|
2a419ab8da
|
Refactor terminal view: streamline HTML structure and improve readability by removing unnecessary conditional blocks
|
2025-06-14 12:42:20 +02:00 |
|
Andras Bacsai
|
15472aa0b7
|
Enhance terminal connection handling in execute-container-command view
|
2025-06-14 12:42:14 +02:00 |
|
Andras Bacsai
|
581151bb11
|
refactor(resource-operations): filter out build servers from the server list and clean up commented-out code in the resource operations view
|
2025-06-13 16:49:27 +02:00 |
|
Andras Bacsai
|
6b64f20773
|
refactor(navbar): remove unnecessary parameters from server navbar component for cleaner implementation
|
2025-06-10 10:55:45 +02:00 |
|
Andras Bacsai
|
6e85419adb
|
feat(terminal): implement resize handling with ResizeObserver for improved terminal responsiveness
|
2025-06-06 22:05:16 +02:00 |
|
Andras Bacsai
|
6aa82817df
|
fix(terminal): add unique wire:key to terminal component for improved reactivity and state management
|
2025-06-06 21:51:42 +02:00 |
|
Andras Bacsai
|
8e70b2907f
|
fix(terminal-connection): improve error handling and stability for auto-connection; enhance component readiness checks and retry logic
|
2025-06-06 21:40:52 +02:00 |
|
Andras Bacsai
|
7df6890920
|
refactor(terminal-connection): streamline auto-connection logic and improve component readiness checks
|
2025-06-06 21:34:27 +02:00 |
|
Andras Bacsai
|
ba970d909c
|
feat(terminal-connection): enhance terminal connection handling with auto-connect feature and improved status messaging
|
2025-06-06 21:15:50 +02:00 |
|
Andras Bacsai
|
1cdc01194b
|
feat(proxy-dashboard): implement ProxyDashboardCacheService to manage Traefik dashboard cache; clear cache on configuration changes and proxy actions
|
2025-06-06 19:18:32 +02:00 |
|
Andras Bacsai
|
ddcb14500d
|
refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend
feat(cloudflare): improved cloudflare tunnel automated installation
|
2025-06-06 14:47:54 +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
|
e355a864c7
|
refactor(logs-view): update logs display for service containers with improved headings and dynamic key binding
|
2025-06-05 11:58:28 +02:00 |
|