-
Notifications
You must be signed in to change notification settings - Fork 64
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
release to prod-beta #1834
Merged
release to prod-beta #1834
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
* feat(ESSNTL-4056): Add lastSeen filter * fix test * feat(ESSNTL-4056): move functionality inside the filter component * Add min date
# [1.8.0](v1.7.2...v1.8.0) (2023-03-07) ### Features * **ESSNTL-4056:** Add lastSeen filter ([#1781](#1781)) ([7bb6ac8](7bb6ac8))
Implements https://issues.redhat.com/browse/ESSNTL-3737. Implements https://issues.redhat.com/browse/ESSNTL-3735. This makes it possible to rename or delete a group from the group details page.
Temporarily removes the "loading test" due to some problems it causes for the next tests.
# [1.9.0](v1.8.0...v1.9.0) (2023-03-13) ### Features * **ESSNTL-3737, -3735:** Rename and delete group ([#1780](#1780)) ([bdf4c6a](bdf4c6a))
This rewrites some interceptors to always have the third argument compliant with the interceptors' response object interface (e.g., always include statusCode, body). Co-authored-by: Aleksandr Voznesenskii <[email protected]>
## [1.9.1](v1.9.0...v1.9.1) (2023-03-13)
Before, if you applied a global filter (workloads, sids, tags), the inventory table did not reflect the filter. Now global filters are applied to the table and work together with table filters. Co-authored-by: Michael Johnson <[email protected]>
## [1.9.2](v1.9.1...v1.9.2) (2023-03-13) ### Bug Fixes * **ESSNTL-4404:** global filters and tags ([#1788](#1788)) ([b10ce31](b10ce31))
* Connect group details with inventory table * Remove sorting from the system update method col * Enhance tableProps, implement select none/page * Implement tests for GroupSystems.cy.js * Remove hostIds from fixtures to avoid render table
# [1.10.0](v1.9.2...v1.10.0) (2023-03-14) ### Features * **ESSNTL-3727:** Display group systems ([#1790](#1790)) ([08408ad](08408ad))
This serves as a temporary solution for the missing GET endpoints implementation on the API level. This will allow QEs to open the views and find required components selectors.
…or, vuln tabs (#1791) Co-authored-by: Aleksandr Voznesenskii <[email protected]>
## [1.10.1](v1.10.0...v1.10.1) (2023-03-14) ### Bug Fixes * **ESSNTL-3760:** handle insights disconnected hosts for patch, advisor, vuln tabs ([#1791](#1791)) ([f8d7afd](f8d7afd))
# [1.11.0](v1.10.1...v1.11.0) (2023-03-15) ### Features * **ESSNTL-4196:** Show group detail info tab ([#1792](#1792)) ([f0f421b](f0f421b))
# [1.12.0](v1.11.0...v1.12.0) (2023-03-15) ### Features * **ESSNTL-4195:** Inventory table - group filter ([#1776](#1776)) ([358400e](358400e))
) * fix(ESSNTL-4056): updates for edge cases * Add additional edge cases
This adds a fallback value for lastSeenFilter object which appears to be undefined or null in some CI tests.
## [1.12.1](v1.12.0...v1.12.1) (2023-03-22) ### Bug Fixes * Fix the CI error related to lastSeen filter ([#1802](#1802)) ([a19f6aa](a19f6aa))
Implements https://issues.redhat.com/browse/RHIF-125. This replaces the remaining occurrences of direct call to insights.chrome with useChrome hook.
## [1.12.2](v1.12.1...v1.12.2) (2023-03-22)
* fix(RHCLOUD-24793): Show ROS tab is azure or aws cloud provider * Enable ros only for AWS
## [1.12.3](v1.12.2...v1.12.3) (2023-03-28) ### Bug Fixes * **RHCLOUD-24793:** Show ROS tab is azure or aws cloud provider ([#1800](#1800)) ([2331f03](2331f03))
Implements https://issues.redhat.com/browse/ESSNTL-3729, https://issues.redhat.com/browse/ESSNTL-3730. --------- Co-authored-by: Georgy Karataev <[email protected]>
# [1.13.0](v1.12.3...v1.13.0) (2023-03-29) ### Features * **ESSNTL-3729:** Add new actions to kebab and new modal ([#1794](#1794)) ([011f64c](011f64c))
# [1.14.0](v1.13.0...v1.14.0) (2023-03-30) ### Features * **ESSNTL-3728:** Enable multiple hosts addition to group ([#1798](#1798)) ([c9a1d4e](c9a1d4e))
## [1.14.1](v1.14.0...v1.14.1) (2023-03-30) ### Bug Fixes * **ESSNTL-4196:** Tie URLs to chrome isBeta ([#1817](#1817)) ([7c686e5](7c686e5))
## [1.14.2](v1.14.1...v1.14.2) (2023-03-31) ### Bug Fixes * **ESSNTL-3727:** Fix minor issues for groups/%id view ([#1820](#1820)) ([1fa8d01](1fa8d01))
Hides the Group filter on the group systems view (/groups/%id).
## [1.14.3](v1.14.2...v1.14.3) (2023-04-03) ### Bug Fixes * **ESSNTL-3727:** Hide Group filter ([#1823](#1823)) ([7657a7e](7657a7e))
Fixes https://issues.redhat.com/browse/ESSNTL-3728. * Remove prepareColumns duplicate, use correct links * Show Tags filter in the filters dropdown * Fix AddSystemsToGroupModal tests
## [1.14.4](v1.14.3...v1.14.4) (2023-04-03) ### Bug Fixes * **ESSNTL-3728:** Fix links, show missing tags filter ([#1824](#1824)) ([ebfad9c](ebfad9c))
…ced to 1 * chore: add ignoreRefresh prop to fix inventoryTable flickering * fix(RHIF-232): flickering inventory table is fixed, api reqs are reduced to 1
## [1.14.5](v1.14.4...v1.14.5) (2023-04-03) ### Bug Fixes * **RHIF-232:** flickering inventory table is fixed, api reqs are reduced to 1 ([97af8a3](97af8a3))
Fixes https://issues.redhat.com/browse/ESSNTL-3729, https://issues.redhat.com/browse/ESSNTL-3730. --------- Co-authored-by: Georgy Karataev <[email protected]>
## [1.14.6](v1.14.5...v1.14.6) (2023-04-06) ### Bug Fixes * **ESSNTL-3729:** Fix add button behavior ([#1825](#1825)) ([cdf9848](cdf9848))
#1828) * bug(inventory groups): changed the column order to allign with the app * fix(inventory groups): fixed tests
## [1.14.7](v1.14.6...v1.14.7) (2023-04-11) ### Bug Fixes * **inventory groups:** changed the column order to allign with the app ([#1828](#1828)) ([3124e53](3124e53))
* feat(inventory groups): fixed edge case with create group * fix(inventory groups): fixed edge case with cross button * bug(inventory groups): fixed order of columns in add system modal
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.
No description provided.