denozord
  • Joined on 2024-11-14
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-26 00:02:22 +07:00
43d473c520 refactor: Enhance health check and load balancing logic in ServiceEditSheet and ServiceRow components, adding support for CNAME records and improving clarity in health check configurations
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 23:51:01 +07:00
2e412d9e77 refactor: Update ServiceEditSheet component to improve load balancing and health check display logic, ensuring accurate representation based on target IPs and enhancing user clarity
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 23:38:59 +07:00
54fd22a42b refactor: Integrate group health check logic into ServiceRow and ServiceGroupItem components, enhancing health status display and improving overall service monitoring capabilities
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 23:24:44 +07:00
7d0a013b56 refactor: Update health check logic in ServiceRow component to conditionally display health status based on health check configuration, improving clarity and user feedback
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 23:12:18 +07:00
934afa5c95 refactor: Enhance health-related components by integrating date formatting for last checked timestamps and improving tooltip display, ensuring better readability and user experience
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 19:06:01 +07:00
5bdf4e774d refactor: Simplify HealthCheckConfigFields component structure and enhance layout by integrating className prop for better styling flexibility, while maintaining functionality for load balancing and health check configurations
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 18:51:59 +07:00
0d652fa1c1 refactor: Update schemas to use coerced boolean types for enabled and health check fields, improving type safety and consistency across service-related schemas
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 18:23:59 +07:00
6a1498bf80 feat: Implement load balancing and health check features for service groups, including DNS-based load balancing modes and health check configurations, enhancing service reliability and performance monitoring
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 17:43:53 +07:00
e5dc483d43 refactor: Enhance ChartCard and DataTable components by improving layout structure, adding pagination controls, and optimizing tab functionality for better user experience
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 17:27:38 +07:00
063761539c refactor: Consolidate density-related logic by moving densityRowClass and densityLabel to a dedicated data-table-density component, improving code organization and reusability across data table components
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 17:27:21 +07:00
4e536c3b7e refactor: Enhance UI components in various files by implementing new layouts, improving accessibility, and optimizing data handling for better performance and user experience
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 16:54:21 +07:00
2147782ba6 refactor: Replace legacy UI components with new App components across various files for improved consistency and maintainability
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-25 15:47:28 +07:00
9569c22e4d chore: Update package.json and pnpm-lock.yaml to add husky for Git hooks; enhance Docker workflow with pnpm setup and linting steps; refactor various components to utilize new form components and improve UI consistency.
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 16:10:43 +07:00
3632bd25e4 chore: Update Dockerfile to refine cleanup process by targeting specific directories for file deletion, enhancing build efficiency and reducing unnecessary operations.
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 16:04:10 +07:00
e6b1f81246 chore: Refactor Dockerfile to improve cleanup process by replacing multiple find commands with targeted rm commands for better efficiency and clarity in the build output.
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 15:13:39 +07:00
1be714b8d2 chore: Update Dockerfile to streamline build process by consolidating build stages and adding turbo.json for enhanced configuration.
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 15:06:40 +07:00
6571e1cc22 chore: Simplify Dockerfile by consolidating COPY commands for package.json and related files, improving clarity and maintainability.
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 14:58:29 +07:00
80b2e21d40 chore: Update .dockerignore to exclude test files and directories for cleaner Docker builds
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 14:45:13 +07:00
20d067426c chore: Remove unused cache-from and cache-to directives in Docker workflow to streamline build process
denozord pushed to main at denozord/cloudflare-domain-manager 2026-06-22 14:40:38 +07:00
41a2684a51 chore: Refactor Dockerfiles to use build stages for improved caching and efficiency; update .dockerignore to exclude additional files; enhance pnpm workspace configuration for better package management.