Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
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
54fd22a42b
refactor: Integrate group health check logic into ServiceRow and ServiceGroupItem components, enhancing health status display and improving overall service monitoring capabilities
7d0a013b56
refactor: Update health check logic in ServiceRow component to conditionally display health status based on health check configuration, improving clarity and user feedback
934afa5c95
refactor: Enhance health-related components by integrating date formatting for last checked timestamps and improving tooltip display, ensuring better readability and user experience
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
0d652fa1c1
refactor: Update schemas to use coerced boolean types for enabled and health check fields, improving type safety and consistency across service-related schemas
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
e5dc483d43
refactor: Enhance ChartCard and DataTable components by improving layout structure, adding pagination controls, and optimizing tab functionality for better user experience
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
4e536c3b7e
refactor: Enhance UI components in various files by implementing new layouts, improving accessibility, and optimizing data handling for better performance and user experience
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.
3632bd25e4
chore: Update Dockerfile to refine cleanup process by targeting specific directories for file deletion, enhancing build efficiency and reducing unnecessary operations.
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.
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.