You need to sign in or sign up before continuing.
  1. 10 10月, 2022 1 次提交
  2. 08 10月, 2022 1 次提交
    • wafwerar's avatar
      os: Mac package (#17201) · d05b134a
      wafwerar 提交于
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      d05b134a
  3. 27 9月, 2022 1 次提交
  4. 14 9月, 2022 1 次提交
  5. 02 9月, 2022 1 次提交
  6. 26 8月, 2022 2 次提交
  7. 18 8月, 2022 1 次提交
  8. 19 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: libtaos ws submodule for3.0 (#15122) · 21562c69
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      
      * chore: update taos-tools
      
      * chore: fix release script for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * chore: add taows-rs submodule for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * fix: install script support taosws for 3.0
      
      * fix: script error handle for 3.0
      
      * chore: update taosws-rs for 3.0
      
      fix segfault
      
      * chore: change container_build for websocket build
      
      * fix: install script for taosws
      21562c69
  9. 10 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: update libtaos ws submodule for3.0 (#14729) · 77a17728
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      77a17728
  10. 08 7月, 2022 1 次提交
  11. 30 6月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
  13. 21 6月, 2022 1 次提交
  14. 14 5月, 2022 2 次提交
  15. 16 4月, 2022 2 次提交
  16. 21 9月, 2021 1 次提交
  17. 07 9月, 2021 1 次提交
  18. 30 8月, 2021 2 次提交
  19. 28 8月, 2021 1 次提交
    • H
      modify make_install.sh to support homebrew (#7535) · 767bd334
      hyy1223 提交于
      * modify make_install.sh to support homebrew
      
      * d
      
      * modify make_insta.sh to support homebrew
      
      * modify make_install.sh to support homebrew
      
      * asas
      
      * ss
      
      * modify make_install.sh to support homebrew
      
      * modify make_install.sh to support homebrew
      767bd334
  20. 23 8月, 2021 2 次提交
  21. 13 7月, 2021 1 次提交
  22. 07 7月, 2021 2 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794) · 175202e0
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * fix conflicts
      
      * make install works.
      
      * fix conflicts.
      
      * release script works.
      
      * fix typo
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for check compatibility.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * cherry pick from develop branch.
      
      * cherry pick from develop branch.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      175202e0
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6784) · 3da8055c
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * add /etc/ld.so.conf.d/jemalloc.conf for centos
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      3da8055c
  23. 06 7月, 2021 2 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6767) · 7c869c76
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      7c869c76
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768) · ad7a59d7
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * fix conflicts
      
      * make install works.
      
      * fix conflicts.
      
      * release script works.
      
      * fix typo
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for check compatibility.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      ad7a59d7
  24. 23 6月, 2021 1 次提交
  25. 01 6月, 2021 2 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6334) · 07c48dad
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      07c48dad
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6319) · 09c4c281
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      09c4c281
  26. 22 5月, 2021 1 次提交
    • Z
      Fix/td 4086 (#6153) · 696c7843
      zyyang 提交于
      * [TD-3086]<fix>: clean out unnecessary file in packaging scripts
      
      * [TD-4224]<enhance>: reduce grafana module size in packaging
      
      * change
      
      * [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
      
      Conflicts:
      	packaging/deb/makedeb.sh
      	packaging/rpm/tdengine.spec
      	packaging/tools/make_install.sh
      	packaging/tools/makeclient.sh
      	packaging/tools/makeclient_power.sh
      	packaging/tools/makepkg.sh
      	packaging/tools/makepkg_power.sh
      Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
      696c7843
  27. 19 5月, 2021 1 次提交
  28. 17 5月, 2021 1 次提交
  29. 13 5月, 2021 1 次提交
  30. 28 1月, 2021 2 次提交
  31. 25 1月, 2021 1 次提交