Skip to content
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

Update packages to be able to create Linux (DEB) packages. #159

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lchico
Copy link
Member

@lchico lchico commented Sep 16, 2024

Related issue
#143

Description

Configuration options

Logs/Alerts example

Tests

  • Compilation without warnings in every supported platform
    • Linux
    • Windows
    • MAC OS X
  • Source installation
  • Package installation
  • Source upgrade
  • Package upgrade
  • Review logs syntax and correct language
  • QA templates contemplate the added capabilities
  • Memory tests for Linux
    • Scan-build report
    • Coverity
    • Valgrind (memcheck and descriptor leaks check)
    • Dr. Memory
    • AddressSanitizer
  • Memory tests for Windows
    • Scan-build report
    • Coverity
    • Dr. Memory
  • Memory tests for macOS
    • Scan-build report
    • Leaks
    • AddressSanitizer
  • Retrocompatibility with older Wazuh versions
  • Working on cluster environments
  • Configuration on demand reports new parameters
  • The data flow works as expected (agent-manager-api-app)
  • Added unit tests (for new features)
  • Stress test for affected components
  • Decoder/Rule tests
    • Added unit testing files ".ini"
    • runtests.py executed without errors

@lchico lchico linked an issue Sep 16, 2024 that may be closed by this pull request
@lchico lchico changed the title fix: Convert line endings to LF in Linux files for Debian packages. Update packages to be able to create Linux (DEB) packages. Sep 16, 2024
@lchico lchico force-pushed the enhancement/143-linux-deb-package-creation branch 6 times, most recently from 7dfada3 to 264c68e Compare September 23, 2024 00:18
@mjcr99 mjcr99 force-pushed the enhancement/143-linux-deb-package-creation branch from 264c68e to 0c07caa Compare September 25, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linux (DEB) Package Creation
2 participants