You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2020/12/28 01:03:12 UTC

[iotdb] branch virtual_partition_2_merge updated (de9e7ef -> e25254b)

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

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


    from de9e7ef  add config and SuppressWarnings
     add b4f41ba  Remove a useless comma in the usage info of cluster (#2328)
     add d76076d  refactor the code
     add 095803c  Merge pull request #2339 from neuyilan/apache_master_1225_refactor_the_code
     add 63c2aad  fix wal buffer annotation (#2311)
     add ec88e69  Bump maven wrapper from 3.6.1 to 3.6.3
     add 231b334  Remove extra bracket to make the param annotation take effect
     add 69de3d6  1. add pr template; 2. disable enforcer check in travis; 3. test sonar token
     add 0b25cba  supply the cluster version status code (#2342)
     add 258d4ce  Fix a potential overflow in udf (#2345)
     new e25254b  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

The 1 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:
 .github/pull_request_template.md                   | 93 ++++++++++++++++++++++
 .github/workflows/sonar_and_coverall.yml           |  2 +-
 .mvn/wrapper/maven-wrapper.properties              |  2 +-
 .travis.yml                                        | 10 +--
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  2 +-
 .../cluster/server/service/BaseSyncService.java    |  7 +-
 .../apache/iotdb/cluster/utils/ClusterUtils.java   |  4 +-
 docs/UserGuide/Client/Status Codes.md              |  8 ++
 docs/zh/UserGuide/Client/Status Codes.md           |  9 ++-
 .../resources/conf/iotdb-engine.properties         |  5 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  5 +-
 .../row/ElasticSerializableRowRecordList.java      |  2 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 -
 13 files changed, 129 insertions(+), 21 deletions(-)
 create mode 100644 .github/pull_request_template.md


[iotdb] 01/01: Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch virtual_partition_2_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e25254b45b1d7a38f70d1aaaea198cf12b1e5a06
Merge: de9e7ef 258d4ce
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Mon Dec 28 09:02:53 2020 +0800

    Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

 .github/pull_request_template.md                   | 93 ++++++++++++++++++++++
 .github/workflows/sonar_and_coverall.yml           |  2 +-
 .mvn/wrapper/maven-wrapper.properties              |  2 +-
 .travis.yml                                        | 10 +--
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  2 +-
 .../cluster/server/service/BaseSyncService.java    |  7 +-
 .../apache/iotdb/cluster/utils/ClusterUtils.java   |  4 +-
 docs/UserGuide/Client/Status Codes.md              |  8 ++
 docs/zh/UserGuide/Client/Status Codes.md           |  9 ++-
 .../resources/conf/iotdb-engine.properties         |  5 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  5 +-
 .../row/ElasticSerializableRowRecordList.java      |  2 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 -
 13 files changed, 129 insertions(+), 21 deletions(-)