Skip to content
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
merged 57 commits into from
Apr 18, 2023
Merged

release to prod-beta #1834

merged 57 commits into from
Apr 18, 2023

Conversation

Fewwy
Copy link
Contributor

@Fewwy Fewwy commented Apr 18, 2023

No description provided.

adonispuente and others added 30 commits March 7, 2023 15:21
* 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]>
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.
## [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.
* 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))
Travis CI User and others added 26 commits March 28, 2023 16:30
# [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))
## [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))
## [1.14.8](v1.14.7...v1.14.8) (2023-04-13)

### Reverts

* Revert "ESSNTL(4056): Adds checks against edge cases for last seen filter (#1787)" ([1f0b70c](1f0b70c)), closes [#1787](#1787)
* 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
## [1.14.8](v1.14.7...v1.14.8) (2023-04-14)

### Bug Fixes

* **LastSeenFilter:** Add edge cases for new filter ([f53155a](f53155a))

### Reverts

* Revert "ESSNTL(4056): Adds checks against edge cases for last seen filter (#1787)" ([1f0b70c](1f0b70c)), closes [#1787](#1787)
@Fewwy Fewwy requested a review from a team as a code owner April 18, 2023 16:20
@Fewwy Fewwy merged commit eee4968 into prod-beta Apr 18, 2023
Fewwy added a commit that referenced this pull request Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants