-
Notifications
You must be signed in to change notification settings - Fork 187
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
Merge last changes into cloud/4.0-7.9 #2715
Conversation
…ions [FIX] Fullscreen visualizations overlayed
Create Index Pattern without available indices
* Fixed correct render view when inventory data is empty for Solaris agents. * Resolved in one line. * Moved all method to const function. * Updated CHANGELOG.md
* Added new action and reducer to get status and context of server (clustar or manager). * Added new method isClusterOrManager to get cluster status, set on redux and used to set dynamic actions. * Fixed and replaced all permissions by contextConfigServer (cluster or manager) * Rollback, wrong change. * Request changes of validation null properties. * Added initial state of clusterStatus * Moved method isClusterOrManager to management-main.js to distribute to all components with clusterStatus prop. * Fixed permissions to edit and export to csv. * Fixed permissions for manager or cluster. Added on wz-user-permissions.ts logic for posible combinations with & in resources. * Changed to const permissions declaration. * Fixed user-permissions to support cominations of resources with &. Refactor, prettier and lint. * Refactor Withe and Black mode. (juts simplify code) * Fixed typo error * Fixed errors detected on PR. * Removed unnecessary request, to update list content, we have this value. This resolve error when we create new list and dont have permissions to view all lists. * First commit scaffolding test wz-users-permissions * Fixed mock of userPermissions and requiredPermissions * Implemented a basic suite of test for wz-user-permissions.ts * Removed import. * Added header Wazuh Copyright. * Added CHANGELOG.md
- Replaced OS buttons by button group - Show a message with OS, OS version or OS architecture are missing. Hide the command to install the agent when some of these options are missing. - The start agent step is showing when OS options are all selected
…2681) * fix(frontend): add metafields when refresh index pattern and default known fields * fix(changelog): added PR to changelog about metafields when refreshing index pattern
Bugfixed/dev tools recommendations
Modified agent registration adding groups and arch
Feature/2702/wui rules
…-Elasticsearch-users-for-environments-without-security
…ng-about-Elasticsearch-users-for-environments-without-security Feature/2713 error toast is showing about elasticsearch users for environments without security
return notAllowInWazuhPermissions(resource); | ||
} | ||
}) | ||
: userPartialResources?.length |
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.
The App's tsconfig.json
doesn't transpile the optional channing. We should modify this line or adapt the tsconfig.json
? !isAllow(userPermissions[actionName][userResource]) | ||
: true; | ||
} else { | ||
!isAllow(userPermissions[actionName][userResource]); |
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.
Should this line be returned?
…formatted-CDB-list Fixed error due to new use of path in the export of lists
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!
Hi team, this added these changes to the cloud branch
Added
Fixed
Closes #2712