-
Notifications
You must be signed in to change notification settings - Fork 196
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
Bug/7266 fix redundant changelog entry #7319
Open
guidomodarelli
wants to merge
172
commits into
main
Choose a base branch
from
bug/7266-fix-redundant-changelog-entry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Improve dev.sh * Bump Wazuh 4.9.2 rev 00 (#6971) * Bump version to 4.9.2 * Fix changelog * Add terminal info and imposter version manage * Update CHANGELOG.md * Update README.md * Clean 4.9.2 brach and solve comments * Add Mac jq installation and WazuhStack var --------- Co-authored-by: Federico Rodriguez <[email protected]>
* style: Update warning message for query results limit * style: Update message for query result limit exceeded * style: Change query limit tooltip text * style: Fix trailing comma in query result message * style: run prettier * Revert "style: run prettier" This reverts commit 0989f5b. * style: run prettier * Revert "style: run prettier" This reverts commit e835ab8.
* Added links to vulnerability reference * Added Changelog * Change render * Add rel to EuiLink * Bump Wazuh 4.9.2 rev 00 (#6971) * Bump version to 4.9.2 * Fix changelog * Add withespace to split * Added to script multiples links * Clean 4.9.2 branch * Update changelog --------- Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Antonio <[email protected]>
…ndpoints Summary (#6983) * fix(agent-menu): add vulnerabilities detection * fix(agent-menu): add Office 365 link * fix: unsupported module definition by agent OS - Fix vulnerabilities detection unsupported component by agent OS - Replace the varible used to define the unsupported component for Docker - Add unsupported module Office 365 to SunOS and "Others" OS - Fix bug on the available options on the agent configuration report * chore(changelog): add entries * fix: documentation URL link
* Changed follow redirects versions * Updated yarn and changelog * fix(changelog): enhance entry --------- Co-authored-by: Antonio David Gutiérrez <[email protected]> Co-authored-by: Antonio <[email protected]>
* Remove unnecessary style * Update changelog * Fix prettier issues
* Columns selector shows firts picked columns * Update Changelog * Solve defaults columns render lasts * Remove reduce
* Refactor useDataSource hook for improved error handling * Add comment for vulnerability dashboard error handling * Refactor data source hook and remove unused TimeRange * Fix issue causing vulnerability dashboard load failure for read-only users * Fix Prettier issues * Add tests for PatternDataSource class and RecordMock types * Fix syntax error in PatternDataSource file * Fix Prettier issues * Prettier --------- Co-authored-by: Federico Rodriguez <[email protected]>
* refactor: Update default pagination options and sorting columns * feat: Add tsconfig.json for main plugin * style: Remove unnecessary white-space and formatting * style: Simplify function parameters and formatting * style: Remove unnecessary whitespace and fix formatting * style: Update quotes and remove unnecessary line breaks * style: Update pagination to use default setting * feat: Add function to get cell actions in data grid * feat: Add filtering functionality to data grid * feat: Add filters and setFilters to data grid props * refactor: Simplify arrow function parameters and formatting * refactor: Update code formatting for better readability * docs: Update CHANGELOG.md * Add cell filter actions to data grid component * Add tests for cell filter actions functions * Refactor data grid service to improve column mapping * Refactor data-grid-service.ts for better readability * Refactor parseData to handle generic source type * Update getFieldFormatted function parameters types * Fix Prettier issues * Upgrade Event-tab column selector and optimize data grid * Refactor default columns assignment in useDataGrid * Refactor cell filter actions and data grid service logic * Add page size to cell filter actions tests --------- Co-authored-by: Federico Rodriguez <[email protected]>
* font size correction in threat hunting * update changelog * correction in the jq command for macOS in the dev sh file * Use default styling in renderRequirementsSecurityOperations component --------- Co-authored-by: Federico Rodriguez <[email protected]>
* Update repository security policy * Fix format
* feat: Add loading searchbar progress component * Change loading spinners to search progress in some views * style: Remove unused imports and elements from LoadingSearchbarProgress * Bump Wazuh 4.9.2 rev 00 (#6971) * Bump version to 4.9.2 * Fix changelog * Update Wazuh version to 4.9.1 in all files * Fix Prettier issues * Refactor error handling imports in wz-flyout-discover * Fix Prettier issues * Update loading spinner to loading searchbar progress component * Refactor loading spinners to use searchbar progress bars * Refactor loading spinner and panel components * Update condition to check for server in third argument * Remove loading spinner component and styles * Refactor compliance table functions and components * Remove unnecessary SCSS file import in LoadingSearchbarProgress * Refactor function parameters and object keys in compliance table --------- Co-authored-by: Federico Rodriguez <[email protected]>
* Remove groups autoformat * Add changelog
* fix: a problem upgrading the API host registry data through /api/check-stored-api endpoint The allow_run_as missing data in the API host registry could cause the authentication used the internal user instead of the context of logger user when run_as was enabled. * chore(changelog): add entry * fix: ensure the user authentication uses the related endpoint according to the configuration of run_as - Ensure the user authentication uses the related endpoint according to the configuration of run_as Move the logic to decide the authentication (user or not run_as) to asCurrentUser.authenticate - Fix when the `run_as: false` for a server API host, any login of an user caused the internal user token was replaced by the obtained for the logged user. --------- Co-authored-by: Federico Rodriguez <[email protected]>
Bump revision to 01 RC1
…gent (#6980) * style: Update .gitignore formatting * Revert "style: Update .gitignore formatting" This reverts commit 31ce19c. * Add Random class for generating random values * Add DateFormatter class for date formatting * Add NumberFormatter class with pads method * Add new alert generation types and configurations * Rename common.js to common.ts, update common data and add DECODER.- Add type definitions for IPs, USERS, PORTS, WIN_HOSTNAMES, PATHS, AGENTS, GEO_LOCATION, and DECODER * Add constants for alert and rule generation * Delete old regulatory compliance data and add new one * Create RuleGenerator class for generating random rules * Rename file extension to TypeScript and update script with new data types and structure * Change to Typescript * Rename Random.ts to Random.js, update Random class methods. Add Yara module with rule generation functionality.- Add Yara module for rule generation * Delete unused regulatory compliance rules and modules * Update import statements to require() in web.js file. Modifying exports to use module.exports * Update require statements to use const and module.exports * Update audit data file to export variables as CommonJS * Rename file from .ts to .js, update exports * Update AWS sample data to use CommonJS module exports * Rename file ciscat.ts to ciscat.js, update exports * Refactor docker.js to use require instead of import * Update gcp.js with module.exports for constants * Update module exports in sample data for GitHub alerts * Refactor integrity monitoring data structure to use module.exports * Rename mitre.ts to mitre.js and update exports * Update office data exports to use module.exports * Rename file extension from .ts to .js and update imports. * Convert osquery.ts to osquery.js and export dataOsquery * Convert import/export statements to require/module.exports * Update sample data export to use module.exports * Rename virustotal.ts to virustotal.js, change exports to module.exports. * Convert data export to module.exports in vulnerabilities.js * Update array fill method in generate-alerts sample data file * Add DateFormatter class for date formatting function * Add NumberFormatter class for padding numbers with zeros * Add rule generator for alert system * Add function to generate YARA alerts * Add common data for generating alerts * Add regulatory compliance sample data * Add constants for alert and rule generation * Change path to plugins/main/server/lib/generate-alerts * Delete common data generation script * Refactor imports and exports for generate-alerts-script * Rename types.ts to types.d.ts for generate-alerts module * Refactor alert generation script into separate module * Add interpolateAlertProps function for alert props interpolation * Add number formatting tests for NumberFormatter * Refactor number padding method in NumberFormatter class * Refactor date formatting methods and add unit tests * Add unit tests for Random helper functions * Add test for date function in random helper * Update sample data variables with constants * Update YARA parameter to lowercase in generateAlerts script * Add visualization panels for agent-related data * Add visualization for agents' evolution * Update visualization functions and add new top 10 agents * Refactor date formatting methods for readability * Update dashboard panel titles for clarity and consistency * Update uiState with vis columnsWidth in dashboard-panels.ts * Add new dashboard panels for malware detection * Update dashboard panels UI state with column width settings * Update frequency values to numeric type for alerts data * Update instance profile ID generation with character set * Update trojans signatures to escape special characters * Update frequency value to integer in sample data for web.js * Add Random.ALPHABET to Random.createHash call in aws.js * Update alert rule frequency to be a number * Fix typo in loop condition length comparison * Add test case for verifying unique values within length * Add tests for rule-generator and regulatory-compliance * Rename number-format.test.js to number-formatter.test.js * Update test functions to use arrow functions * Update trojans signatures in policy-monitoring.js * Refactor trojan signatures in policy monitoring data * Add tests for month name formatting in DateFormatter * Add sample data and update dashboard visualizations * fix typo in CHANGELOG
* Modify statistic route * Modify statistic test * Modify statistic controller * Create service to verify index existance * Change component to use the new service * Fix statistic index verification * Fix new error with update saved object * Fix prettier issues * Remove unused backend routes * Add new functions to the service * Adapt previous logic to new functions location * Change index pattern verification process in statistics * Change index not found window * Rename ambiguous name functions * Fix prettier issues * Fix error shown before loading * Minor consistency fixes * Fix error in index validation logic
Merge 4.9.1 into 4.10.0
* chore(changelog): add missing entries * chore(bump): 4.10.0 rev01
* Support Wazuh 4.10.1 * Fix changelog
* fix style when unnpinned an agent in endpoint summary section * update changelog
…es not work (#7019) * Fix when generating a PDF report, the open report button in safari does not work * update changelog * New solution for pdf report problem * update changelog * update changelog
* chore: rename use-data-grid.ts file * fix: use the field formatter to render the fields in the WzDataGrid * feat: add the wazuh.vulnerability.under_evaluation field to the vulnerabilities sample data tool * feat(vulnerabilities): add visualization related to evaluation status to the dashboard * changelog: add entry * fix(changelog): rephrase * Change visualization to only pending * Add post fixed filter place to render components * Add under evaluation filter component * Apply under evaluation filter in vuls tabs * Add style to button group in filter * Apply prettier * Apply prettier * Fix style in dark and light theme * Added changelog --------- Co-authored-by: Chantal Belén kelm <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]> Co-authored-by: Maximiliano Ibarra <[email protected]>
* Update PDF report year * Add changelog
* Update search bar layout in WzSearchBar component * Update single quotes to double quotes in search-bar component * Fix overflow hidden * Add changelog * Fix post filter flexgroup --------- Co-authored-by: Federico Rodriguez <[email protected]>
* Remove pdf report footer year * Add changelog
Bump revision to 02
* Fixed no-agent spawn * Added Changelog --------- Co-authored-by: Federico Rodriguez <[email protected]>
* Update malware detection description in Wazuh modules * Update malware feature description * Update md5 value for a specific test case
Merge 4.11.0 into 4.12.0
* Fix typo in flyout title for available updates * Fix typo in flyout title for available updates
* change(data-grid): enhance performance of data grid with many fields - Remove to the Columns button the ability to set the columns visibility - Create an Available fields button as additional control of data grid that manages the fields visibility similar to the render of Columns button when this ability was enabled Side changes: - Change the color of Export formatted button of data grid to text to match the color of the of buttons * chore(changelog): add entry * fix: revert undesired change in environments * Add limit to available columns * Remove show all and hide all * Add count to available fields * fix: change to lower case method in data grid * fix: move fields warning component definition and move splice data grid * fix(data-grid): style name typo --------- Co-authored-by: Ian Yenien Serrano <[email protected]> Co-authored-by: Federico Rodriguez <[email protected]>
* Added comma separato in home * Added some number view more * Added chagelog * Snapshots updated * Added a conditional to render statValue * Create a new funtion to encapsulate it * Change js a ts * Update with a function that add formatted to a string with numbers * Resolve comments * Resolve test
chore(bump): 4.10.1 rev 01
Merge 4.10.2 into 4.11.0
Merge 4.11.0 into 4.12.0
…#7245) * remove: node_build field in the package manifest of main plugin * chore(changelog): add entry
* Bump version 4.10.2-00 * Upgrade imposter versions to 4.10.2
* Repair agent deployment docu url * Added changelog * fix(changelog): rephrase entry --------- Co-authored-by: Antonio David Gutiérrez <[email protected]>
* apply wzmenu fix * change prev prop to this * fix: remove unused code in menu component * chore(changelog): add entry --------- Co-authored-by: Federico Rodriguez <[email protected]>
* fix: error using the backend logger to add an UI log due to accessing to logger undefined property * chore(changelog): add entry
* Upgrade ws * Upgrade braces
### Description Merge 4.10.2 into 4.11.0
### Description Merge 4.11.0 into 4.12.0 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md) - [ ] Commits are signed per the DCO using --signoff
* Added test and columns to know fields * added more columns to test * added vulnerability.reference column * Move test * Added changelog * Added statistics and monotoring * Added new tets to check dashborads panels * Separated test for statistics and dashboard and resolve comments * Mock nodeList * Resolve some typos and resolve comments * Fix typo in dashboard-test * Added a todo comment
* Change filter field to platform instead of name * Added changelog * Update CHANGELOG
* Add dateRange parameter to CSV export and Wazuh Discover component * Update changelog * Fix prettier
Add VERSION.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List