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

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


    from 05bda04  change insert according to review
     add 076b404  change code style.

No new revisions were added by this update.

Summary of changes:
 server/pom.xml                                     |   5 +
 .../iotdb/db/http/constant/HttpConstant.java       | 111 ++++++++++----------
 .../org/apache/iotdb/db/http/core/HttpServer.java  |  80 +++++++-------
 .../iotdb/db/http/core/HttpSnoopServerHandler.java | 107 ++++++++++---------
 .../db/http/core/HttpSnoopServerInitializer.java   |  46 ++++-----
 .../http/handler/DeleteStorageGroupsHandler.java   |  38 +++----
 .../db/http/handler/DeleteTimeSeriesHandler.java   |  42 ++++----
 .../db/http/handler/GetTimeSeriesHandler.java      |  58 +++++------
 .../org/apache/iotdb/db/http/handler/Handler.java  |  37 ++++---
 .../iotdb/db/http/handler/InsertHandler.java       |  84 +++++++--------
 .../apache/iotdb/db/http/handler/QueryHandler.java |  48 +++++----
 .../db/http/handler/StorageGroupsHandlers.java     |  76 +++++++-------
 .../iotdb/db/http/handler/TimeSeriesHandler.java   |  98 +++++++++---------
 .../apache/iotdb/db/http/handler/UsersHandler.java |  43 ++++----
 .../org/apache/iotdb/db/http/router/Router.java    | 115 +++++++++++----------
 .../org/apache/iotdb/db/http/utils/URIUtils.java   |  27 ++---
 .../org/apache/iotdb/db/http/HttpRouterTest.java   |  48 ++++++++-
 .../org/apache/iotdb/db/http/HttpServerTest.java   |  67 +++++++++---
 18 files changed, 617 insertions(+), 513 deletions(-)

Reply via email to