mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
- Added DependencyActionSync and DependencyActionSetup constants to improve dependency management. - Refactored GrpcClient to utilize a logger interface for consistent logging across connection states and errors. - Updated Start, Stop, and connection methods to replace direct log calls with logger methods, enhancing log context and readability. - Simplified test cases by removing error checks on gRPC client start, ensuring cleaner test setup.