You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/11/16 02:40:04 UTC

[iotdb] branch jira-1002 updated (39a05a3 -> efb73f2)

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

sunzesong pushed a change to branch jira-1002
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 39a05a3  Try
     add 96e548c  Fix session user config bug (#2037)
     add 420bdc3  Fix the problem of formatting debug information in MManager (#2028)
     add b762149  fix get total memory size
     add 3dd4dc6  fix
     add a5af774  Merge pull request #2021 from LebronAl/fix_tsServiceImpl_response
     add 32c0432  Add QQ group and wechat group in README and official website (#2044)
     add 321dcf4  Create sonar_and_coverall.yml
     add a076e74  Update sonar_and_coverall.yml
     add 56ab924  Add Sonar and Coveralls Check using Github Action (#2052)
     add efb73f2  Merge remote-tracking branch 'origin/master'

No new revisions were added by this update.

Summary of changes:
 .github/workflows/sonar_and_coverall.yml           | 76 ++++++++++++++++++++++
 README.md                                          | 11 ++++
 README_ZH.md                                       | 13 +++-
 server/src/assembly/resources/conf/iotdb-env.bat   |  2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  8 +--
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 67 ++++++++++++-------
 .../main/java/org/apache/iotdb/session/Config.java |  4 +-
 site/src/main/.vuepress/theme/components/Page.vue  |  3 +
 8 files changed, 154 insertions(+), 30 deletions(-)
 create mode 100644 .github/workflows/sonar_and_coverall.yml