This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from f1046cf [build-support] remove libnuma license info
new 13f226b thirdparty: add gumbo and gumbo-query
new 5817765 webserver: add support for Knox URL rewriting
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:
CMakeLists.txt | 14 +
.../{FindYaml.cmake => FindGumboParser.cmake} | 10 +-
.../{FindYaml.cmake => FindGumboQuery.cmake} | 10 +-
src/kudu/integration-tests/CMakeLists.txt | 3 +-
src/kudu/integration-tests/registration-test.cc | 2 +-
.../integration-tests/webserver-crawl-itest.cc | 322 ++++++++++++++++++++
src/kudu/master/master_path_handlers.cc | 4 +-
src/kudu/server/webserver.cc | 81 +++--
src/kudu/server/webserver.h | 20 +-
src/kudu/tserver/tserver_path_handlers.cc | 3 +-
src/kudu/util/CMakeLists.txt | 1 +
src/kudu/util/thread.cc | 11 +-
...{test_util_prod.cc => web_callback_registry.cc} | 8 +-
src/kudu/util/web_callback_registry.h | 20 +-
thirdparty/LICENSE.txt | 10 +
thirdparty/build-definitions.sh | 34 ++-
thirdparty/build-thirdparty.sh | 20 ++
thirdparty/download-thirdparty.sh | 15 +
thirdparty/patches/gumbo-parser-autoconf-263.patch | 28 ++
thirdparty/patches/gumbo-query-namespace.patch | 330 +++++++++++++++++++++
thirdparty/vars.sh | 24 +-
www/dashboards.mustache | 6 +-
www/home.mustache | 2 +-
www/log-anchors.mustache | 2 +-
www/scans.mustache | 2 +-
www/table.mustache | 2 +-
www/tables.mustache | 2 +-
www/tablet-rowsetlayout-svg.mustache | 2 +-
www/tablet-servers.mustache | 2 +-
www/tablet.mustache | 8 +-
www/tablets.mustache | 4 +-
www/threadz.mustache | 4 +-
32 files changed, 920 insertions(+), 86 deletions(-)
copy cmake_modules/{FindYaml.cmake => FindGumboParser.cmake} (78%)
copy cmake_modules/{FindYaml.cmake => FindGumboQuery.cmake} (79%)
create mode 100644 src/kudu/integration-tests/webserver-crawl-itest.cc
copy src/kudu/util/{test_util_prod.cc => web_callback_registry.cc} (80%)
create mode 100644 thirdparty/patches/gumbo-parser-autoconf-263.patch
create mode 100644 thirdparty/patches/gumbo-query-namespace.patch