You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2022/01/18 12:44:43 UTC

[iotdb] branch master updated (34fe4f4 -> 5203eea)

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

rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 34fe4f4  [IOTDB-2359] Refactor docs in 0.13 - query data (#4883)
     add 5203eea  [IOTDB-2283] REST: support metadata query (#4856)

No new revisions were added by this update.

Summary of changes:
 docs/zh/UserGuide/API/RestService.md               | 637 ++++++++++++++++++++-
 openapi/src/main/openapi3/iotdb-rest.yaml          |   4 +
 pom.xml                                            |   2 +-
 .../iotdb/db/conf/rest/IoTDBRestServiceConfig.java |   8 +-
 .../handler/PhysicalPlanValidationHandler.java     |   1 +
 .../protocol/rest/handler/QueryDataSetHandler.java | 248 ++++++--
 .../protocol/rest/impl/GrafanaApiServiceImpl.java  |   5 +-
 .../db/protocol/rest/impl/RestApiServiceImpl.java  |  17 +-
 .../iotdb/db/protocol/rest/IoTDBRestServiceIT.java | 507 ++++++++++++++++
 9 files changed, 1358 insertions(+), 71 deletions(-)