1. 23 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: update libtaos ws submodule (#15310) · 24004e78
      sangshuduo 提交于
      * chore: add taosws-rs as plugin
      
      * chore: update taosws-rs
      
      * chore: add taosws install/remove in scripts
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * fix: _smartly_ build ws lib
      
      * chore: enhance CMakeLists.txt
      
      * fix: packaging/tools/make_install.sh
      
      * chore: update taos-tools
      
      * docs: modify readme
      
      * fix: tools/*.sh
      
      * chore: update taosws-rs
      
      * test: fix tools/taosdumpTest3.py
      
      * chore: use feat/ws-stmt branch of taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * fix: install script support libtaosws
      
      * fix: install script support libtaosws
      
      * fix: script error handle
      
      * chore: update taosws-rs
      
      fix segfault
      
      * chore: update jenkins file to support websocket build
      
      * chore: revert jenkinsfile2
      
      * fix: tools/remove_client.sh
      
      * fix: install script
      
      * chore: add libtaosws to tools
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      fix float null
      
      * chore: enable websocket build
      
      * chore: use seperate build for arm64
      
      * chore: update CMakeLists.txt to allow taosws compile on any platform
      
      * ci: build in container to make runtime env same with build env
      Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
      24004e78
  2. 18 7月, 2022 1 次提交
    • Y
      fix: use taosws lib for websocket interact in taos shell (#14802) · 8af64798
      Yang Zhao 提交于
      * fix: update taos-tools
      ”
      
      * chore: add taosws-rs as plugin
      
      * chore: update taosws-rs
      
      * chore: add taosws install/remove in scripts
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * fix: _smartly_ build ws lib
      
      * chore: enhance CMakeLists.txt
      
      * fix: packaging/tools/make_install.sh
      
      * chore: update taos-tools
      
      * fix: use rust websock lib
      
      * feat: add vertical and file dump for shell
      
      * test: change test case
      
      * test: change test cases
      
      * fix: remove test case and add macro
      
      * fix: change print message
      
      * feat: add timeout and hint for error response
      
      * fix: small typo
      
      * fix: windows compile
      
      * fix: typo
      
      * fix: reconnect
      
      * fix: do not parse cloud dsn
      
      * fix: update taosws-rs
      
      * fix: win and mac compile
      Co-authored-by: sangshuduo's avatarShuduo Sang <sangshuduo@gmail.com>
      8af64798
  3. 03 7月, 2022 1 次提交
    • X
      fix(test):C# example ineffective in CI under TDegnine/example (#14472) · e561c92e
      xiaolei li 提交于
      * fix(test):C# example ineffective in CI under tdegnine/example
      
      * fix(test):C# examples add into CI cases.task
      
      * test(fix):update C# CI example target framework to NET 6.0
      
      * fix(test):C# example in CI, path incorrect
      
      * fix(test):C# example CI ineffective
      
      * fix(test):C# example CI taosdemo realese path incorrect
      e561c92e
  4. 25 6月, 2022 1 次提交
  5. 14 6月, 2022 1 次提交
  6. 06 6月, 2022 1 次提交
  7. 27 5月, 2022 1 次提交
  8. 09 5月, 2022 1 次提交
  9. 07 5月, 2022 1 次提交
  10. 06 5月, 2022 2 次提交
  11. 01 5月, 2022 2 次提交
  12. 16 4月, 2022 2 次提交
  13. 15 4月, 2022 2 次提交
  14. 14 4月, 2022 1 次提交
    • B
      test: add test scripts for document sample code to CI task (#11482) · 800b878f
      Bo Ding 提交于
      * docs: add R example source code
      
      * test: check if RJDBC was installed
      
      * test: add R test scripts
      
      * test: chmod of test_R.sh
      
      * test: fix test_go.sh; add R sample to document
      
      * test: add test scripts to cases.task
      
      * test: fix errors caused by  tset_python.sh and test_java.sh
      
      * test: fix  test_python.sh
      
      * test: modify java test case and improve opentsdb-json.mdx
      
      * test: fix test_R.sh
      800b878f
  15. 13 4月, 2022 1 次提交
  16. 10 4月, 2022 1 次提交
    • B
      test scripts for all connector's sample codes (#11354) · 4eba506f
      Bo Ding 提交于
      * test: add test scripts
      
      * test: change mod of test scripts to 755
      
      * map docs-examples to container
      
      * test: add test_python.sh
      
      * test: add test_c.sh
      
      * test: add test_go.sh
      
      * test: fix test_go.sh
      
      * test: add test_node.sh
      
      * test: fix test_node.sh
      
      * test: add test_rust.sh
      
      * test: fix connect.rs
      
      * test: fix csharp demo program
      
      * test: add test_csharp.sh
      
      * typo
      
      * test: add java sample code to test
      Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
      4eba506f
  17. 08 4月, 2022 1 次提交
  18. 07 4月, 2022 1 次提交
  19. 02 4月, 2022 2 次提交
    • X
      [TD-13707]<feature>:TypeScript RESTful (#11171) · c323744d
      xiaolei li 提交于
      * [TD-14356]<fix>:csharp remove stream_open() && stream_close()
      
      * [TD-13707]<feature>:TypeScript RESTful 1st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 2st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 3st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 4st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 5st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 6st
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 7th
      
      * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 8th
      
      * [TD-13707]<feature>:TypeScript RESTful 3rd
      
      * [TD-13707]<feature>:TypeScript RESTful 4th
      
      * [TD-13707]<feature>:TypeScript RESTful 5th
      
      * [TD-13707]<feature>:TypeScript RESTful 6th
      c323744d
    • S
      add tests case for nchar string functions bugs · f3f9da2f
      slzhou 提交于
      f3f9da2f
  20. 28 3月, 2022 1 次提交
  21. 26 3月, 2022 2 次提交
  22. 25 3月, 2022 1 次提交
    • X
      [TD-14212]<fix>:add R example code to CI 1st (#10921) · 97d728d1
      xiaolei li 提交于
      * [TD-14212]<test>:add R example code to CI 1st
      
      * [TD-14212]<fix>:add R example code to CI 2nd
      
      * [TD-14212]<fix>:add R example code to CI 3rd
      
      * [TD-14212]<fix>:add R example code to CI 4th
      
      * [TD-14212]<fix>:add R example code to CI 5th
      
      * [TD-14212]<fix>:add R example code to CI 6th
      
      * [TD-14212]<fix>:add R example code to CI 7th
      
      * [TD-14212]<fix>:add R example code to CI 8th
      
      * [TD-14212]<fix>:add R example code to CI 9th
      
      * [TD-14212]<fix>:add R example code to CI,fix typo
      97d728d1
  23. 22 3月, 2022 1 次提交
  24. 21 3月, 2022 2 次提交
  25. 18 3月, 2022 2 次提交
  26. 17 3月, 2022 2 次提交
  27. 15 3月, 2022 4 次提交
  28. 14 3月, 2022 1 次提交