Skip to content

Commit

Permalink
Merge branch '4.9.0' into 6520-remove-discover-implement-embeddable-d…
Browse files Browse the repository at this point in the history
…ashboard-on-malware-detection-module
  • Loading branch information
yenienserrano authored May 2, 2024
2 parents d58903f + eff2af2 commit aaf2e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 143 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ All notable changes to the Wazuh app project will be documented in this file.

### Removed

- Remove some branding references across the application. [#6155](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6155)
- Removed some branding references across the application. [#6155](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6155)
- Removed API endpoint GET /api/timestamp [#6481](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6481)
- Removed API endpoint PUT /api/update-hostname/{id} [#6481](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6481)
- Removed API endpoint DELETE /hosts/remove-orphan-entries [#6481](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6481)
- Remove AngularJS component `click-action` [#6613](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6613)
- Removed AngularJS component `click-action` [#6613](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6613)
- Removed AngularJS service `config-handler` [#6631](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6631)

## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 08

Expand Down
139 changes: 0 additions & 139 deletions plugins/main/public/services/config-handler.js

This file was deleted.

2 changes: 0 additions & 2 deletions plugins/main/public/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { ReportingService } from './reporting';
import { VisFactoryService } from './vis-factory-handler';
import './region-maps';
import './order-object-by';
import { ConfigHandler } from './config-handler';
import { CheckDaemonsStatus } from './check-daemon-status';
import { getAngularModule } from '../kibana-services';

Expand All @@ -30,5 +29,4 @@ app
.service('commonData', CommonData)
.service('reportingService', ReportingService)
.service('visFactoryService', VisFactoryService)
.service('configHandler', ConfigHandler)
.service('checkDaemonsStatus', CheckDaemonsStatus);

0 comments on commit aaf2e4a

Please sign in to comment.