This is an automated email from the ASF dual-hosted git repository.
arshad pushed a change to branch frontend-refactor
in repository https://gitbox.apache.org/repos/asf/ambari.git
from 9f13a69dbe AMBARI-26548 : Ambari Web React: Hosts Combo Search
Component (#4071)
add 3342d7b5d2 AMBARI-26393: Ambari Web React: Implement the express &
rolling upgrade. (#4068)
No new revisions were added by this update.
Summary of changes:
ambari-web/latest/src/Utils/Utility.ts | 89 +-
ambari-web/latest/src/api/VersionsApi.ts | 124 +++
ambari-web/latest/src/components/Modal.tsx | 2 +-
.../latest/src/components/NestedCollapse.tsx | 343 ++++++++
ambari-web/latest/src/hooks/useUpgrade.ts | 380 +++++++++
.../ClusterAdmin/StackAndVersions/ListVersion.tsx | 151 +++-
.../ClusterAdmin/StackAndVersions/Upgrade.tsx | 910 +++++++++++++++++++++
.../screens/ClusterAdmin/StackAndVersions/types.ts | 148 +++-
ambari-web/latest/src/store/context.tsx | 20 +
9 files changed, 2132 insertions(+), 35 deletions(-)
create mode 100644 ambari-web/latest/src/components/NestedCollapse.tsx
create mode 100644 ambari-web/latest/src/hooks/useUpgrade.ts
create mode 100644
ambari-web/latest/src/screens/ClusterAdmin/StackAndVersions/Upgrade.tsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]