This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 70f8131 KUDU-2770: apply ustat removal patch from llvm
new c82ba1c webserver: update to latest squeasel build
new c46efd2 [docs] Add new Docker based quickstart page
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:
docker/quickstart.yml | 201 ++++++++++++++++++++++++
docs/configuration.adoc | 1 +
docs/index.adoc | 1 +
docs/quickstart.adoc | 190 ++++++++++++++++++++++
docs/release_notes.adoc | 1 +
docs/support/jekyll-templates/document.html.erb | 1 +
src/kudu/server/webserver.cc | 31 ++--
src/kudu/server/webserver.h | 22 +--
thirdparty/vars.sh | 2 +-
9 files changed, 424 insertions(+), 26 deletions(-)
create mode 100644 docker/quickstart.yml
create mode 100644 docs/quickstart.adoc