You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/07/16 14:39:59 UTC

[incubator-doris] branch master updated (db50c19 -> d07a23e)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from db50c19  [Thread Resource Leak] Fix thread resource leak after checkpoint catalog destroyed (#4049)
     add d07a23e  [webserver] Introduce mustache to simplify BE's website render (#4062)

No new revisions were added by this update.

Summary of changes:
 be/src/http/default_path_handlers.cpp              |   3 +-
 be/src/http/web_page_handler.cpp                   | 130 +++---
 be/src/http/web_page_handler.h                     |  34 +-
 be/src/util/CMakeLists.txt                         |   2 +
 be/src/util/easy_json.cc                           | 209 ++++++++++
 be/src/util/easy_json.h                            | 190 +++++++++
 be/src/util/mustache/mustache.cc                   | 448 +++++++++++++++++++++
 be/src/util/mustache/mustache.h                    |  27 ++
 be/test/util/CMakeLists.txt                        |   1 +
 be/test/util/easy_json-test.cpp                    | 110 +++++
 .../BIGINT.md => webroot/be/home.mustache          |  27 +-
 11 files changed, 1115 insertions(+), 66 deletions(-)
 create mode 100644 be/src/util/easy_json.cc
 create mode 100644 be/src/util/easy_json.h
 create mode 100644 be/src/util/mustache/mustache.cc
 create mode 100644 be/src/util/mustache/mustache.h
 create mode 100644 be/test/util/easy_json-test.cpp
 copy docs/en/sql-reference/sql-statements/Data Types/BIGINT.md => webroot/be/home.mustache (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org