This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
from 1c93e96fcf2 HBASE-29026 Replace some deprecated calls (#6658)
add 99bc299870e HBASE-28832 Upgrade from bootstrap 3.4.1 to non vulnerable
version 5.3.3 (#6524)
No new revisions were added by this update.
Summary of changes:
NOTICE.txt | 14 +-
.../org/apache/hadoop/hbase/http/log/LogLevel.java | 41 +-
.../src/main/resources/META-INF/NOTICE.vm | 14 +-
.../main/resources/hbase-webapps/rest/footer.jsp | 4 +-
.../main/resources/hbase-webapps/rest/header.jsp | 52 +-
.../resources/hbase-webapps/rest/processRest.jsp | 18 +-
.../src/main/resources/hbase-webapps/rest/rest.jsp | 2 +-
.../hadoop/hbase/tmpl/common/TaskMonitorTmpl.jamon | 36 +-
.../hbase/tmpl/master/MasterStatusTmpl.jamon | 205 ++--
.../hadoop/hbase/tmpl/master/RSGroupListTmpl.jamon | 24 +-
.../hbase/tmpl/master/RegionServerListTmpl.jamon | 42 +-
.../hbase/tmpl/regionserver/BlockCacheTmpl.jamon | 24 +-
.../hbase/tmpl/regionserver/RSStatusTmpl.jamon | 75 +-
.../hbase/tmpl/regionserver/RegionListTmpl.jamon | 24 +-
.../tmpl/regionserver/ReplicationStatusTmpl.jamon | 12 +-
.../tmpl/regionserver/ServerMetricsTmpl.jamon | 32 +-
.../hadoop/hbase/tmpl/tool/CanaryStatusTmpl.jamon | 20 +-
.../main/resources/hbase-webapps/master/footer.jsp | 4 +-
.../main/resources/hbase-webapps/master/header.jsp | 91 +-
.../hbase-webapps/master/operationDetails.jsp | 17 +-
.../hbase-webapps/master/processMaster.jsp | 16 +-
.../main/resources/hbase-webapps/master/quotas.jsp | 10 +-
.../resources/hbase-webapps/master/rsgroup.jsp | 34 +-
.../hbase-webapps/master/startupProgress.jsp | 1 +
.../main/resources/hbase-webapps/master/table.jsp | 1037 ++++++++++----------
.../hbase-webapps/regionserver/footer.jsp | 4 +-
.../hbase-webapps/regionserver/header.jsp | 77 +-
.../hbase-webapps/regionserver/processRS.jsp | 16 +-
.../regionserver/rsOperationDetails.jsp | 16 +-
.../static/css/bootstrap-theme.min.css | 6 -
.../hbase-webapps/static/css/bootstrap.min.css | 12 +-
.../resources/hbase-webapps/static/css/hbase.css | 81 +-
.../resources/hbase-webapps/static}/favicon.ico | Bin
.../static/fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes
.../static/fonts/glyphicons-halflings-regular.svg | 288 ------
.../static/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes
.../static/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes
.../hbase-webapps/static/js/bootstrap.min.js | 11 +-
.../resources/hbase-webapps/static/js/jqSpager.js | 20 +-
.../hadoop/hbase/http/TestInfoServersACL.java | 2 +-
.../src/main/appended-resources/META-INF/NOTICE | 14 +-
.../static/css/bootstrap-theme.min.css | 6 -
.../hbase-webapps/static/css/bootstrap.min.css | 12 +-
.../resources/hbase-webapps/static/css/hbase.css | 68 +-
.../resources/hbase-webapps/static}/favicon.ico | Bin
.../static/fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes
.../static/fonts/glyphicons-halflings-regular.svg | 288 ------
.../static/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes
.../static/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes
.../hbase-webapps/static/hbase_logo_small.png | Bin 1926 -> 3206 bytes
.../hbase-webapps/static/js/bootstrap.min.js | 11 +-
.../main/resources/hbase-webapps/thrift/footer.jsp | 4 +-
.../main/resources/hbase-webapps/thrift/header.jsp | 53 +-
55 files changed, 1191 insertions(+), 1647 deletions(-)
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css
copy {src/site/resources/images =>
hbase-server/src/main/resources/hbase-webapps/static}/favicon.ico (100%)
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.eot
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.svg
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.ttf
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff
delete mode 100644
hbase-server/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/css/bootstrap-theme.min.css
copy {src/site/resources/images =>
hbase-thrift/src/main/resources/hbase-webapps/static}/favicon.ico (100%)
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.eot
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.svg
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.ttf
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff
delete mode 100644
hbase-thrift/src/main/resources/hbase-webapps/static/fonts/glyphicons-halflings-regular.woff2