Andras Bacsai
664e2eaac7
fix(environment-variable): update checkbox visibility and helper text for build and runtime options
...
- Removed unnecessary condition for displaying the buildtime checkbox.
- Improved the layout and helper text for runtime and literal checkboxes to enhance user understanding.
2025-09-24 17:27:48 +02:00
Andras Bacsai
d04bd084a1
refactor(toast-component): improve layout and icon handling in toast notifications
...
- Updated the toast component to enhance the layout by changing the alignment of items from 'start' to 'center'.
- Added 'flex-shrink-0' class to SVG icons to prevent them from shrinking, ensuring consistent icon display across different toast types.
2025-09-23 15:29:38 +02:00
Andras Bacsai
b1abdcee83
feat(environment-variables): implement environment variable analysis for build-time issues
...
- Added EnvironmentVariableAnalyzer trait to analyze and warn about problematic environment variables during the build process.
- Integrated analysis into ApplicationDeploymentJob and Livewire components to provide feedback on potential build issues.
- Introduced a new Blade component for displaying warnings related to environment variables in the UI.
2025-09-23 08:53:14 +02:00
Andras Bacsai
69c36e6333
refactor(server): update dispatch messages and streamline data synchronization
2025-09-23 08:49:11 +02:00
Andras Bacsai
c1521ff754
Merge pull request #6556 from terijaki/patch-1
...
Change favicon image type to PNG and SVG
2025-09-22 12:55:19 +02:00
Andras Bacsai
e4b7b454cc
style(proxy): adjust padding in proxy configuration form for better visual alignment
2025-09-22 09:54:59 +02:00
Andras Bacsai
e2c5caf78c
refactor(proxy): streamline proxy configuration form layout and improve button placements
2025-09-22 09:54:29 +02:00
Andras Bacsai
26f22243b9
Merge pull request #6659 from ShadowArcanist/shadow/change-deployment-logs-color-lightmode
...
fix(ui): non-error deployment debug log lines appear red in light mode
2025-09-22 09:52:26 +02:00
Andras Bacsai
7549b432ef
Merge branch 'next' into shadow/fix-typo-slash-proxy-page
2025-09-22 09:49:59 +02:00
Andras Bacsai
5933df2ed4
Merge pull request #6667 from ShadowArcanist/shadow/proxy-visual-improvements
...
chore(ui): improve proxy configuration page
2025-09-22 09:48:19 +02:00
Andras Bacsai
b1ad24eecf
Merge pull request #6657 from ShadowArcanist/shadow/metrics-visual-improvements
...
chore(ui): improve sentinel metrics
2025-09-22 09:46:26 +02:00
Andras Bacsai
3cc2426b9a
style(environment-variable): adjust SVG icon margin for improved layout in locked state
2025-09-22 09:26:55 +02:00
ShadowArcanist
4ea4846124
Moved Proxy config reset button from bottom of the editor to next to the proxy name
2025-09-22 00:26:08 +05:30
ShadowArcanist
24fdac624d
Improved spacing between titles on proxy configuration page
2025-09-22 00:15:02 +05:30
ShadowArcanist
11878bcf5d
Added (Coolify Proxy) to the proxy name on Configuration page
...
New users can easily understand Traefik or Caddy is being used as the Coolify proxy
2025-09-22 00:09:49 +05:30
ShadowArcanist
9da54bc94f
Added description text on Proxy configuration title
2025-09-22 00:05:26 +05:30
ShadowArcanist
8c005435b5
Added confirmation modal for switching proxies
2025-09-21 23:59:46 +05:30
ShadowArcanist
eab9f91879
Fixed incorrect proxy config file path on ui
2025-09-21 20:20:32 +05:30
ShadowArcanist
6f64629adb
Fixed deployment logs showing in red text for non error lines in light mode
2025-09-20 23:38:29 +05:30
ShadowArcanist
cb7fbe9a71
Renamed metrics titles CPU(%) to CPU usage - same for memory
2025-09-19 23:19:24 +05:30
ShadowArcanist
ee40fa0bef
Added proper labels for Y axis data on metrics graphs
2025-09-19 23:14:15 +05:30
ShadowArcanist
20c57cde78
Enabled animations for metrics graphs
2025-09-19 22:59:31 +05:30
ShadowArcanist
ac577b076e
Fixed typo on server metrics description
2025-09-19 22:57:54 +05:30
ShadowArcanist
a0f4566580
Fixed Memory title on app metrics being larger than CPU title
2025-09-19 22:55:25 +05:30
ShadowArcanist
610ef31034
Hidden metrics charts grid borders on darkmode (it was too bright on darkmode)
2025-09-19 22:51:24 +05:30
ShadowArcanist
0ef0247e14
Improved metrics graph tooltip to show usage in a better way and added timestamp to the tooltip
2025-09-19 22:40:08 +05:30
Andras Bacsai
99fd4b424d
feat(environment): add dynamic checkbox options for environment variable settings based on user permissions and variable types
2025-09-19 14:17:10 +02:00
Andras Bacsai
bfaefed1ae
refactor(environment): streamline rendering of Docker Build Secrets checkbox and adjust layout for environment variable settings
2025-09-19 13:45:37 +02:00
ShadowArcanist
65f24de101
Changed Sentinel metrics color from yellow to blue + cyan (cpu + memory)
2025-09-19 16:26:11 +05:30
Andras Bacsai
d8d316b5f8
feat(search): implement global search functionality with caching and modal interface
2025-09-19 10:17:55 +02:00
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
e4c3389e12
feat(sentinel): add slide-over for viewing Sentinel logs and custom Docker image input for development
2025-09-14 19:22:03 +02:00
Andras Bacsai
8056d7fcac
fix(navbar): restrict subscription link visibility to admin users in cloud environment
2025-09-13 15:08:52 +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
4ac89f2ad3
feat(application): display parsing version in development mode and clean up domain conflict modal markup
2025-09-11 10:58:59 +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
fc7770100b
refactor(application-source): improve layout and accessibility of Git repository links in the application source view
2025-09-10 18:29:52 +02:00
Andras Bacsai
1ca94b90da
fix(proxy): replace CheckConfiguration with GetProxyConfiguration and SaveConfiguration with SaveProxyConfiguration for improved clarity and consistency in proxy management
2025-09-09 12:52:19 +02:00
Terijaki
0f030c5e54
Change favicon image type to PNG and SVG
...
Changing to the correct type. Incorrect type can cause issues with certain browsers.
2025-09-07 13:28:37 +02:00