-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate Syscollector to Inventory at new-agent repository #45
Merged
cborla
merged 99 commits into
master
from
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
Oct 1, 2024
Merged
Migrate Syscollector to Inventory at new-agent repository #45
cborla
merged 99 commits into
master
from
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
Oct 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 tasks
29 tasks
nbertoldo
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
3 times, most recently
from
August 15, 2024 19:47
08130df
to
5b84f7e
Compare
ncvicchi
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
2 times, most recently
from
August 27, 2024 14:49
c213c35
to
cfa7740
Compare
nbertoldo
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
August 30, 2024 14:44
92bda1d
to
75a7ee9
Compare
nbertoldo
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
September 3, 2024 13:33
ac71ab9
to
34ff756
Compare
TomasTurina
requested changes
Sep 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the UT of the new modules/components running in the GHA workflows (Linux, Windows and macOS)?
ncvicchi
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
3 times, most recently
from
September 5, 2024 17:10
9a3508f
to
8700139
Compare
mjcr99
reviewed
Sep 11, 2024
TomasTurina
reviewed
Sep 11, 2024
3 tasks
cborla
deleted the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
September 12, 2024 02:14
cborla
restored the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
September 12, 2024 02:14
ncvicchi
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
September 19, 2024 02:55
21640a3
to
da7a0eb
Compare
LucioDonda
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
September 20, 2024 20:52
b8fe691
to
e8c737f
Compare
nbertoldo
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
September 23, 2024 21:15
4537aa5
to
be84840
Compare
TomasTurina
reviewed
Sep 24, 2024
…, Alpine, Arch Linux
nbertoldo
force-pushed
the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
from
October 1, 2024 22:39
4eaafd1
to
ac5c5e9
Compare
TomasTurina
approved these changes
Oct 1, 2024
cborla
approved these changes
Oct 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
cborla
deleted the
enhancement/17-migrate-syscollector-to-inventory-at-new-agent
branch
October 1, 2024 23:08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR migrates Syscollector module from the wazuh/wazuh repository to the wazuh/wazuh-agent repository as described in #17.
Description
This PR migrates the Syscollector module from the wazuh/wazuh repository to the wazuh/wazuh-agent repository, following the tasks outlined in #15. This migration is part of the ongoing effort to modularize components in the agent repository. It involves refactoring code, adapting to the new repository structure, and ensuring that the migrated modules (Syscollector and DBsync) function correctly in the new environment.
Changes
Code Migration:
Integration with Queue:
Dependencies:
Testing & Validation:
Code Cleanup:
Proposal
Tests
Tasks