Releases: ansible/ansible-hub-ui
Releases · ansible/ansible-hub-ui
4.2.6
[stable-4.2] Bump @patternfly/react-core from 4.135.0 to 4.147.0 (#803) Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.135.0 to 4.147.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.2.5
Add backported-* label on stable-* merges (#428) (#633) * Add backported-* label on stable-* merges runs on push to a stable-* branch, takes the first line of the topmost commit message: Original PR title (#original PR number) (#backport PR number) extracts the first parenthesised PR number, as long as there are 2 and adds a backported-${branch number} label to the original PR * backported-labels: use actions-ecosystem/action-add-labels@v1 * backported-labels: remove deubgging bits (cherry picked from commit 2b61a8c00b6f8df6d3fa347f9017ef9cb49ca79a) Co-authored-by: Martin Hradil <[email protected]>
4.3.2
Bump @redhat-cloud-services/frontend-components-config (#404) (#585) Bumps [@redhat-cloud-services/frontend-components-config](https://github.com/RedHatInsights/frontend-components) from 1.0.0 to 2.1.9. - [Release notes](https://github.com/RedHatInsights/frontend-components/releases) - [Commits](https://github.com/RedHatInsights/frontend-components/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 95757ca0f191ed0080f95e392991efeee5a5c986) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4.2.4
4.4cloud02
[stable-4.3] Fix group_permissions spec to ignore private container p…
Release 4.3.1
Fix wrong path in Partners All tab in insigths mode (#481) (#488) * Fix wrong path in PArtners All tab in insigths mode * keep it simple fix (cherry picked from commit cc50c2944436cee01ee82f4a06967ece4db402a1) Co-authored-by: ZitaNemeckova <[email protected]>
4.3.0
Fix wrong path in Partners All tab in insigths mode (#481) (#488) * Fix wrong path in PArtners All tab in insigths mode * keep it simple fix (cherry picked from commit cc50c2944436cee01ee82f4a06967ece4db402a1) Co-authored-by: ZitaNemeckova <[email protected]>
4.3.0 Beta 4
Namespace, my namespaces merge (#396) (#427) * namespaceBreadcrumb: move the "Namespaces" vs "Partners" logic to a helper export and switch from string computation to having strings for both terms * Remove My Namespaces from menu, breadcrumb and tests edit-namespace: use namespaceBreadcrumb menu: remove My Namespaces tests: don't expect My Namespaces in menu * namespace-detail: use MyNamespaceAPI to determine showControls, not url before: ManageNamespace = NamespaceDetail with showControls=true PartnerDetail = NamespaceDetail with showControls=false after: both removed, route changed to use NamespaceDetail directly NamespaceDetail - move showControls from props to state, set from MyNamespaceAPI * LinkTabs: move CollectionHeader tabs to separate component that's the only tab component we have that supports links in tabs, switching to that one, so moving into a LinkTabs component * namespace-list: merge MyNamespaces & Partners list screens before: MyNamespaces = NamespaceList with filterOwner true, title, and namespacePath myCollectionsByRepo Partners = NamespaceList with filterOwner false, title, and namespacePath namespaceByRepo after: the same, except title is always the same, the Create button only depends on permissions, not filterOwner anymore and added tabs to switch between * NamespaceList - unify conditions for Create button ; LinkTabs - export props type the original logic used filterOwner + rights for the toolbar Create button, and filterOwner + a constant for the empty state Create button now, we're using isStandalone + rights for both * Toolbar (wrapper): call updateParams with page:1 in the new state so that searching always goes to the first page * NamespaceList - drop isStandalone, Create uses rights, adjust EmptyState messages dropping the "No managed namespaces" title altogether, in favor of "No namespaces yet", changing the logic for both Create buttons to just use the `add_namespace` user permission and the "Namespaces will appear once created" vs "This accound is not set up to manage any namespaces" changes from standalone vs cloud to namespaces vs my namespaces tab. (cherry picked from commit 25f72e2ce297aa782029e70c9139bf64c5a5f261) Co-authored-by: Martin Hradil <[email protected]>
4.2.3
Update the createGroup command to use <enter> rather than click (#367…
4.3.0 Alpha 2
4.3.0a2 Disable npm test when running standalone deployments. (#350)