IMPALA-10103: upgrade jquery to 3.5.1

Testing:
Manually clicked through most of the web UI pages
and interacted with data tables, etc.

Change-Id: Icf0445163a6bf15c56de0c6ca10798e09e0a4fcb
Reviewed-on: http://gerrit.cloudera.org:8080/16355
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Tim Armstrong
2020-08-24 17:08:46 -07:00
committed by Impala Public Jenkins
parent 41065845e9
commit b46ea7664c
5 changed files with 6 additions and 6 deletions

2
.gitattributes vendored
View File

@@ -27,4 +27,4 @@ www/datatables.min.js binary
www/datatables-1.10.18.min.js binary
www/datatables-1.10.18.min.css binary
www/highlight/highlight.pack.js binary
www/jquery/jquery-3.4.1.min.js binary
www/jquery/jquery-3.5.1.min.js binary

View File

@@ -49,7 +49,7 @@ shell/ext-py/six-1.14.0/*
shell/ext-py/sqlparse-0.3.1/*
shell/ext-py/thrift_sasl-0.4.2/*
www/d3.v3.min.js
www/jquery/jquery-3.4.1.min.js
www/jquery/jquery-3.5.1.min.js
tests/comparison/leopard/static/css/hljs.css
tests/comparison/leopard/static/js/highlight.pack.js
common/protobuf/kudu

View File

@@ -21,7 +21,7 @@ common-footer.tmpl) }}
<!DOCTYPE html>
<html>
<head><title>Apache Impala</title>
<script src='{{ __common__.host-url }}/www/jquery/jquery-3.4.1.min.js'></script>
<script src='{{ __common__.host-url }}/www/jquery/jquery-3.5.1.min.js'></script>
<script src='{{ __common__.host-url }}/www/bootstrap/js/bootstrap-4.3.1.min.js'></script>
<script src='{{ __common__.host-url }}/www/scripts/util.js'></script>
<link rel="stylesheet" type="text/css" href="{{ __common__.host-url }}/www/datatables-1.10.18.min.css"/>
@@ -90,4 +90,4 @@ function make_url(path) {
}
return url;
}
</script>
</script>

File diff suppressed because one or more lines are too long

2
www/jquery/jquery-3.5.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long