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 ab5844a717 AMBARI-26361 : Ambari Web React: Cluster Installation
Wizard - Step2 (#4054)
add 758e462f3d AMBARI-26364 : Ambari Web React: Hosts models and updater
hooks (#4055)
No new revisions were added by this update.
Summary of changes:
ambari-web/latest/src/Utils/misc.ts | 19 +-
.../latest/src/Utils/stringUtils.ts | 12 +-
ambari-web/latest/src/api/hostsApi.ts | 661 +++++++++++++++++++++
.../latest/src/hooks/useHostConfigUpdater.ts | 414 +++++++++++++
ambari-web/latest/src/mappers/hostsMapper.ts | 92 +++
ambari-web/latest/src/models/host.ts | 264 ++++++++
ambari-web/latest/src/models/hostComponent.ts | 264 ++++++++
ambari-web/latest/src/models/hostComponentLog.ts | 58 ++
ambari-web/latest/src/models/hostInfo.ts | 114 ++++
ambari-web/latest/src/models/hostStackVersion.ts | 120 ++++
.../latest/src/screens/Hosts}/enums.ts | 40 +-
.../latest/src/screens/Hosts/utils.tsx | 51 +-
12 files changed, 2045 insertions(+), 64 deletions(-)
copy
ambari-server/src/main/java/org/apache/ambari/server/agent/stomp/ReportsResponse.java
=> ambari-web/latest/src/Utils/stringUtils.ts (82%)
create mode 100644 ambari-web/latest/src/api/hostsApi.ts
create mode 100755 ambari-web/latest/src/hooks/useHostConfigUpdater.ts
create mode 100644 ambari-web/latest/src/mappers/hostsMapper.ts
create mode 100644 ambari-web/latest/src/models/host.ts
create mode 100644 ambari-web/latest/src/models/hostComponent.ts
create mode 100755 ambari-web/latest/src/models/hostComponentLog.ts
create mode 100644 ambari-web/latest/src/models/hostInfo.ts
create mode 100644 ambari-web/latest/src/models/hostStackVersion.ts
copy {ambari-admin/src/main/resources/ui/ambari-admin/src/screens/Users =>
ambari-web/latest/src/screens/Hosts}/enums.ts (53%)
copy contrib/views/capacity-scheduler/src/main/resources/ui/app/initialize.js
=> ambari-web/latest/src/screens/Hosts/utils.tsx (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]