-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(daemon): add service with ClamAV sidecars for Debian #106
feat(daemon): add service with ClamAV sidecars for Debian #106
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #106 +/- ##
=======================================
Coverage 36.94% 36.94%
=======================================
Files 23 23
Lines 720 720
Branches 2 2
=======================================
Hits 266 266
Misses 454 454
☔ View full report in Codecov by Sentry. |
e56f5f7
to
980353b
Compare
980353b
to
bd39e3d
Compare
22b9c60
to
c169a45
Compare
9594ab7
to
438bbab
Compare
…debian_requirements
35554e4
to
7f8bb52
Compare
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces significant updates across multiple files, primarily focusing on enhancing the build and deployment process for the ClamAV Desktop Daemon. Key changes include updates to Docker images for various workflows, the addition of ARM64 support, modifications to installation scripts for Debian systems, and improvements in the handling of client-server communications through WebSocket integration. Additionally, new scripts are introduced for managing service installations and uninstallation, along with enhancements to the documentation for developers. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant WebSocketServer
participant Daemon
Client->>WebSocketServer: Send "Ping" message
WebSocketServer->>Daemon: Forward "Ping" message
Daemon->>WebSocketServer: Respond with "Pong"
WebSocketServer->>Client: Send "Pong" response
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Creating basic service daemon for Linux, macOS & Windows.
Checklist