Antonio

Results 254 comments of Antonio

In the validation, we should consider the values used by cloud environments, to be sure these pass the setting validations. Some plugin configurations to keep in mind: - https://github.com/wazuh/wazuh-saas/blob/master/services/internal/environments/common/data/kubernetes/wazuh-dashboard-wazuh-app-configmap.yaml

### Automatic management of the plugin's settings We're centralizing the plugin settings definitions in a single source. These definitions are used by: - the generation of the initial/default plugin configuration...

- Renamed the `validationOptions` to `validate` - Added new properties to manage how the assets are stored: - Define the relative target path of the plugin where the file will...

- Added new `options` type related to the `editor` input form.

- Added new setting property | Property | Required | Description | |-------------------------|----------|------------------------------------------------| | `transformUIInputValue` | No | Transforms the value of the input HTML element | This setting helps...

Due to a requirement for a [new feature](https://github.com/wazuh/wazuh-kibana-app/issues/4434), it is required to refactor the form and input components, so their state is controlled in the form parent component. Tasks: -...

Added tests for: - `useForm` hook. - default configuration file. - `InputForm` component.

# Research I tested the reported issue in the Wazuh plugin for `4.2.5`, `4.2.6` and `4.3.0` (current development status) and is happening. The problem is caused due to how the...

### Research I was researching about the problem and: - I could remove from the URL the `agentId` query param when using the `Unpin agent` button displayed on the Office...

- Refactored the frontend and backend to support the update and reading of multiple settings in the same request.