You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2019/05/14 17:19:06 UTC

[ambari] branch branch-2.6 updated (d288543 -> ef79004)

This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from d288543  Merge pull request #2969 from hiveww/AMBARI-25274-branch-2.6
     new 433a123  AMBARI-25265. upgrade AngularJS to v1.7.5 (part 1)
     new 6457c7a  AMBARI-25265. upgrade AngularJS to v1.7.5 in ambari-admin ui
     new ef79004  Merge pull request #2974 from hiveww/AMBARI-25265-branch-2.6

The 21109 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 |   6 +-
 .../ambariViews/CreateViewInstanceCtrl.js          |   4 +-
 .../scripts/controllers/ambariViews/ViewUrlCtrl.js |   4 +-
 .../controllers/ambariViews/ViewUrlEditCtrl.js     |   4 +-
 .../controllers/ambariViews/ViewsEditCtrl.js       |  44 ++--
 .../scripts/controllers/groups/GroupsEditCtrl.js   |   7 +-
 .../remoteClusters/RemoteClustersCreateCtrl.js     |   5 +-
 .../remoteClusters/RemoteClustersEditCtrl.js       |  14 +-
 .../stackVersions/StackVersionsCreateCtrl.js       |   4 +-
 .../stackVersions/StackVersionsEditCtrl.js         |   6 +-
 .../admin-web/app/scripts/directives/linkToDir.js  |   2 +-
 .../ui/admin-web/app/scripts/i18n.config.js        |   8 +-
 .../ui/admin-web/app/scripts/services/Cluster.js   | 112 ++++------
 .../ui/admin-web/app/scripts/services/Group.js     |  45 ++--
 .../app/scripts/services/RemoteCluster.js          |  89 ++------
 .../ui/admin-web/app/scripts/services/Stack.js     | 243 ++++++++++-----------
 .../ui/admin-web/app/scripts/services/View.js      | 171 +++++++--------
 .../ui/admin-web/app/views/ambariViews/create.html |   4 +-
 .../ui/admin-web/app/views/ambariViews/edit.html   |  18 +-
 .../admin-web/app/views/ambariViews/listTable.html |   4 +-
 .../admin-web/app/views/ambariViews/listUrls.html  |   4 +-
 .../admin-web/app/views/clusters/manageAccess.html |   4 +-
 .../app/views/clusters/userAccessList.html         |   6 +-
 .../app/views/directives/editableList.html         |   2 +-
 .../ui/admin-web/app/views/groups/create.html      |   2 +-
 .../ui/admin-web/app/views/groups/edit.html        |  16 +-
 .../ui/admin-web/app/views/groups/list.html        |   6 +-
 .../ui/admin-web/app/views/leftNavbar.html         |   6 +-
 .../resources/ui/admin-web/app/views/main.html     |   2 +-
 .../app/views/modals/RoleDetailsModal.html         |   2 +-
 .../remoteClusters/editRemoteClusterPage.html      |   2 +-
 .../admin-web/app/views/remoteClusters/list.html   |   6 +-
 .../views/remoteClusters/remoteClusterPage.html    |   2 +-
 .../ui/admin-web/app/views/stackVersions/list.html |   8 +-
 .../app/views/stackVersions/stackVersionPage.html  |   4 +-
 .../ui/admin-web/app/views/users/create.html       |   2 +-
 .../ui/admin-web/app/views/users/list.html         |   6 +-
 .../app/views/users/modals/changePassword.html     |   2 +-
 .../ui/admin-web/app/views/users/show.html         |  22 +-
 .../src/main/resources/ui/admin-web/bower.json     |  10 +-
 40 files changed, 396 insertions(+), 512 deletions(-)