You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Wazuh integration by adding version, revision, and stage on wz dashboard (#1327)
* Enhance Wazuh integration by adding version, revision, and stage metadata. Update related interfaces and mocks to support new properties across the application.
* Add production flag handling in VERSION.json and update related interfaces
This commit introduces a new step in the build workflow to set the production flag in VERSION.json based on the deployment stage. Additionally, it updates various interfaces and mocks across the application to include the new property, ensuring consistent handling of this metadata throughout the codebase.
* Refactor Wazuh build metadata handling and update related interfaces
This commit removes the production flag handling from the build workflow and integrates it directly into the package.json during the build process. It also introduces a new WazuhBuildInfo interface to encapsulate version, revision, stage, and production status, updating various components and mocks across the application to utilize this new structure for consistent metadata management.
* Update health check mock and enhance injected metadata in tests
This commit replaces the hardcoded health check configuration in the injected metadata service mock with a reference to the centralized healthCheckConfig. Additionally, it updates the PluginsService tests to include the new 'getWazuhBuildInfo' method in the injected metadata mock, ensuring consistency across the application.
* fix prettier
* tmp change on workflow
* restore file
0 commit comments