You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ar...@apache.org on 2017/10/18 14:34:10 UTC

[11/11] mesos git commit: Upgrades AngularJS used by Mesos WebUI to version 1.2.32.

Upgrades AngularJS used by Mesos WebUI to version 1.2.32.

The version of AngularJS distributed with Mesos (1.2.3) was found to
have security issues which have been addressed in latter versions.

Review: https://reviews.apache.org/r/63102


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1b5a4e77
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1b5a4e77
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1b5a4e77

Branch: refs/heads/master
Commit: 1b5a4e77e55f5c8665526294626a66905569a284
Parents: b0a660b
Author: Alexander Rojas <al...@mesosphere.io>
Authored: Wed Oct 18 12:11:40 2017 +0200
Committer: Alexander Rojas <al...@mesosphere.io>
Committed: Wed Oct 18 16:33:37 2017 +0200

----------------------------------------------------------------------
 src/webui/master/static/index.html              |     4 +-
 src/webui/master/static/js/angular-1.2.3.js     | 20282 ---------------
 src/webui/master/static/js/angular-1.2.3.min.js |   201 -
 src/webui/master/static/js/angular-1.2.32.js    | 22197 +++++++++++++++++
 .../master/static/js/angular-1.2.32.min.js      |   218 +
 .../master/static/js/angular-route-1.2.3.js     |   891 -
 .../master/static/js/angular-route-1.2.3.min.js |    14 -
 .../master/static/js/angular-route-1.2.32.js    |   921 +
 .../static/js/angular-route-1.2.32.min.js       |    14 +
 9 files changed, 23352 insertions(+), 21390 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1b5a4e77/src/webui/master/static/index.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/index.html b/src/webui/master/static/index.html
index 6250fff..46cb284 100644
--- a/src/webui/master/static/index.html
+++ b/src/webui/master/static/index.html
@@ -114,8 +114,8 @@
     <script src="static/js/jquery-3.2.1.min.js"></script>
     <script src="static/js/underscore-1.4.3.min.js"></script>
     <script src="static/js/clipboard-1.5.16.min.js"></script>
-    <script src="static/js/angular-1.2.3.min.js"></script>
-    <script src="static/js/angular-route-1.2.3.min.js"></script>
+    <script src="static/js/angular-1.2.32.min.js"></script>
+    <script src="static/js/angular-route-1.2.32.min.js"></script>
     <script src="static/js/ui-bootstrap-tpls-0.9.0.min.js"></script>
     <script src="static/js/relative-date.js"></script>