Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2023-02-01) ### Bug Fixes * **ADVISOR-2957:** Updates api to accept perPage+page params ([#1744](#1744)) ([7999a28](7999a28)) * **API:** enable sorting on apiHostGetHostById ([#1713](#1713)) ([6d54aeb](6d54aeb)) * **API:** ESSNTL-1392 - Include hostnameOrId to filter tags ([#1533](#1533)) ([6addc32](6addc32)) * **AppEntry:** Calling init with undefined causes an error in non-dev ([#1615](#1615)) ([afa12d0](afa12d0)) * **App:** ESSNTL-2943 - Store registry in state ([#1603](#1603)) ([7cf2ec7](7cf2ec7)) * **Clickable:** ESSNTL-3456 don't append tags and SIDs for modals ([cb5921e](cb5921e)) * **compliance:** Fix undefined inventoryId ([#1129](#1129)) ([0c69c18](0c69c18)) * **devtools:** RHIF-12 - Use stage as default environment ([9d290ea](9d290ea)) * **EntityTable:** ESSNTL-2913 - Add sortKey fallback ([a035f79](a035f79)) * **ESSNTL-3183:** fix insights-client status in General informaion tab ([2a37c0e](2a37c0e)) * **ESSNTL-3204:** update InsightsPrompt display condition ([b4608d0](b4608d0)) * **ESSNTL-3336:** fix os column sorting ([ae3ef76](ae3ef76)) * **ESSNTL-3336:** get operating system column index explicitly ([ef34976](ef34976)) * **ESSNTL-3914:** remove staleness from default filter, add unknown option ([#1715](#1715)) ([c943de4](c943de4)) * **ESSNTL-3955:** enable giving default filter values from consumer apps ([#1731](#1731)) ([d9c18d4](d9c18d4)) * **ESSNTL-4142:** get rid of circular deps to avoid early access registery context ([#1746](#1746)) ([4add162](4add162)) * **ESSNTL-4149:** fix applying default filters from URL, with some cleanup ([#1750](#1750)) ([41ad116](41ad116)) * **ESSNTL-726:** move change of display name to default details reducer ([#1652](#1652)) ([c34cd35](c34cd35)) * **ESSNTL-726:** Update display name, once we fire the update function ([#1634](#1634)) ([b4133c8](b4133c8)) * **InsightsDisconnected:** update the disconnected systems verification logic ([40cd00d](40cd00d)) * **InventoryTable:** ESSNTL-2579 - Fixes default filter selection in Inventory ([#1564](#1564)) ([de3920c](de3920c)) * **InventoryTable:** ESSNTL-3415 - Make defaultColumns a function ([75f65e5](75f65e5)) * **InventoryTable:** ESSNTL-3505 - Only use columns already in the store ([#1668](#1668)) ([f4a8d47](f4a8d47)) * **InventoryTable:** Mount the component to allow state updates ([#1583](#1583)) ([c3dfa9c](c3dfa9c)) * **InventroyDetails:** ESSNTL-2943 - "Fix" errors preventing details to load ([#1584](#1584)) ([b62d37c](b62d37c)) * **LoadingCard:** export loading card via fed modules ([#1693](#1693)) ([5d158ea](5d158ea)) * **modal:** Opens modal according to given URL ([2eef2c6](2eef2c6)) * **OS filter:** render empty state if no versions ([#1644](#1644)) ([8807d16](8807d16)) * **redirect:** workaround can be removed as BZ1958379 is closed ([8478f1a](8478f1a)) * **RHIF-54:** fix the command for insights-client install ([50ee72d](50ee72d)) * **Routes:** Use proper react-router Redirect ([#1616](#1616)) ([c6989ee](c6989ee)) * **SystemsTable:** ESSNTL-2194 - Use compact table ([#1515](#1515)) ([5d85165](5d85165)) * **TagsApi:** ESSNTL-3427 add fetch tags for all stale status ([e2e6a7d](e2e6a7d)) * **Tags:** show all tags for all systems ([ea9c8f8](ea9c8f8)) * **vulnerability:** Fix undefined inventoryId ([#1128](#1128)) ([1b8ec31](1b8ec31)) ### Features * **ESSNTL-3576:** introduces system update method filter ([b2f6c94](b2f6c94)) * **ESSNTL-3580:** introduce rhc status filter ([0d646a0](0d646a0)) * **InventoryTable:** RHICOMPL-2377 - Add and call getTags for custom tags list ([#1416](#1416)) ([23e06a3](23e06a3)) * **InventoryTable:** RHIF-18 - Update OS filter to groups ([#1494](#1494)) ([28983c2](28983c2)) * **OS filter:** request available values from API ([d4475e8](d4475e8)) ### Reverts * Revert "fix(ESSNTL-3336): fix os column sorting" ([bf4f8e0](bf4f8e0))
- Loading branch information