Skip to content

Commit

Permalink
[Backport 4.5-7.16] Create CLI to extract API data from specification…
Browse files Browse the repository at this point in the history
… file (#5553)

Create CLI to extract API data from specification file (#5519)

* feat: create CLI to get the API data from the API spec file

- Create a new CLI to get the API data from the API specification file
- Add a new package script to get the data from the development major.minor
  version of API
- Remove the previous scripts and package script

* update: update API data

* changelog: add pull request entry

---------

Co-authored-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
(cherry picked from commit 92f9b91)
  • Loading branch information
Desvelao authored Jun 14, 2023
1 parent 2c316e9 commit 146751e
Show file tree
Hide file tree
Showing 6 changed files with 823 additions and 583 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Added a description to step 3 of the deploy a new agent section. [#5419](https://github.com/wazuh/wazuh-kibana-app/pull/5419)
- Added a title to the agent name input of the deploy a new agent section. [#5429](https://github.com/wazuh/wazuh-kibana-app/pull/5429)
- Added callout below the agent name entry of the deploy a new agent section. [#5429](https://github.com/wazuh/wazuh-kibana-app/pull/5429)
- Added new CLI to generate API data from specification file [#5519](https://github.com/wazuh/wazuh-kibana-app/pull/5519)

### Changed

Expand Down Expand Up @@ -46,6 +47,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Removed deprecated request and code in agent's view [#5451](https://github.com/wazuh/wazuh-kibana-app/pull/5451)
- Removed unnecessary dashboard queries caused by the deploy agent view. [#5453](https://github.com/wazuh/wazuh-kibana-app/pull/5453)
- Removed repeated and unnecessary requests in security section. [#5500](https://github.com/wazuh/wazuh-kibana-app/pull/5500)
- Removed scripts to generate API data from live Wazuh manager [#5519](https://github.com/wazuh/wazuh-kibana-app/pull/5519)
- Removed pretty parameter from cron job requests. [#5532](https://github.com/wazuh/wazuh-kibana-app/pull/5532)
- Removed unnecessary requests in `Management/Status` section. [#5528](https://github.com/wazuh/wazuh-kibana-app/pull/5528)
- Removed obsolete code that caused duplicate requests to the api in `Management`. [#5485](https://github.com/wazuh/wazuh-kibana-app/pull/5485)
Expand Down
Loading

0 comments on commit 146751e

Please sign in to comment.