This is an automated email from the ASF dual-hosted git repository.
atkach pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 563d508 AMBARI-25043. Sensitive Ambari configuration values are
encrypted in Ambari Server DB (#2742)
new a030fe1 AMBARI-25066 Update AngularJS version to 1.7.5 due to known
vulnerabilities
new d069e15 AMBARI-25066 Update AngularJS version to 1.7.5 due to known
vulnerabilities(tests)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/resources/ui/admin-web/app/scripts/app.js | 41 ----------------
.../admin-web/app/scripts/controllers/AppCtrl.js | 2 +
.../controllers/ambariViews/ViewsEditCtrl.js | 6 +--
.../remoteClusters/RemoteClustersListCtrl.js | 2 +-
.../admin-web/app/scripts/directives/linkToDir.js | 2 +-
.../ui/admin-web/app/scripts/services/Cluster.js | 26 +++++------
.../ui/admin-web/app/scripts/services/Group.js | 20 ++++----
.../app/scripts/services/RemoteCluster.js | 42 ++++++++---------
.../ui/admin-web/app/scripts/services/Stack.js | 54 +++++++++++-----------
.../ui/admin-web/app/scripts/services/View.js | 54 +++++++++++-----------
.../ui/admin-web/app/views/ambariViews/edit.html | 10 ++--
.../admin-web/app/views/ambariViews/viewsList.html | 4 +-
.../app/views/clusters/clusterInformation.html | 2 +-
.../remoteClusters/editRemoteClusterPage.html | 2 +-
.../admin-web/app/views/remoteClusters/list.html | 4 +-
.../views/remoteClusters/remoteClusterPage.html | 2 +-
.../resources/ui/admin-web/app/views/sideNav.html | 12 ++---
.../ui/admin-web/app/views/stackVersions/list.html | 6 +--
.../app/views/stackVersions/stackVersionPage.html | 2 +-
.../app/views/userManagement/groupEdit.html | 6 +--
.../admin-web/app/views/userManagement/main.html | 4 +-
.../app/views/userManagement/userEdit.html | 6 +--
.../app/views/userManagement/usersList.html | 2 +-
.../src/main/resources/ui/admin-web/bower.json | 12 ++---
.../ui/admin-web/test/unit/common/app_test.js | 4 +-
.../controllers/ClusterInformationCtrl_test.js | 3 +-
.../test/unit/directives/comboSearch_test.js | 4 +-
.../test/unit/directives/editablelist_test.js | 2 +-
.../admin-web/test/unit/services/Utility_test.js | 3 +-
.../main/admin/stack_upgrade/versions_view.js | 2 +-
.../main/admin/stack_upgrade/version_view_test.js | 4 +-
31 files changed, 154 insertions(+), 191 deletions(-)