8000 Tags · ShaiahWren/ansible-hub-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ShaiahWren/ansible-hub-ui

Tags

dev

Toggle dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @redhat-cloud-services/frontend-components-config from 4.6.34 to…

… 4.6.39 (ansible#3202)

* Bump @redhat-cloud-services/frontend-components-config

Bumps [@redhat-cloud-services/frontend-components-config](https://github.com/RedHatInsights/frontend-components) from 4.6.34 to 4.6.39.
- [Release notes](https://github.com/RedHatInsights/frontend-components/releases)
- [Commits](https://github.com/RedHatInsights/frontend-components/commits)

---
updated-dependencies:
- dependency-name: "@redhat-cloud-services/frontend-components-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* dont expect timestamp in BUILD_HASH

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hradil <mhradil@redhat.com>

4.3.0b4

Toggle 4.3.0b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Namespace, my namespaces merge (ansible#396) (ansible#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 25f72e2)

Co-authored-by: Martin Hradil <mhradil@redhat.com>

4.2.3

Toggle 4.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the createGroup command to use <enter> rather than click (ansi…

…ble#367) (ansible#368)

(cherry picked from commit 4c2232f)

Co-authored-by: Henderson Hummel <hhummel@redhat.com>

4.3.0a2

Toggle 4.3.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable npm test when running standalone deployments. (ansible#350)

4.3.0a1

Toggle 4.3.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Another typo. (ansible#328)

4.2.3b1

Toggle 4.2.3b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Show sync button when remote hosts are set to a third part server. (a…

…nsible#315) (ansible#316)

(cherry picked from commit adcc466)

Co-authored-by: David Newswanger <dnewswan@redhat.com>

4.2.2

Toggle 4.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On the remote form, if a field is set to "", set it to null. (ansible…

…#306) (ansible#307)

(cherry picked from commit 010bef1)

Co-authored-by: David Newswanger <dnewswan@redhat.com>

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Download concurrency to remote form (#273) (#274)

* Add Download concurrency to remote form

Closes-Issue: AAH-211

* Add check that number is bigger than 0

* Fix error message to sound correct

(cherry picked from commit 582e02f)

Co-authored-by: ZitaNemeckova <znemecko@redhat.com>

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Surface super user statuson user views. (#238)

* Surface super user statuson user views.

4.2.0rc3

Toggle 4.2.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix application name in insights mode. (#227)

0