From 309769681ce7a554ea1b6b591e88d26054661d15 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 9 Aug 2022 19:29:54 +0800 Subject: [PATCH] chore: update libtaos ws submodule (#15908) * 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 * chore: update taosws-rs 9fa7e2f for develop * chore: update taosws-rs 249a4dc for develop * chore: update taosws-rs 648cc62 for develop * chore: update taosws-rs 29424d5 for develop * chore: change taosws-rs' repo path Co-authored-by: tangfangzhi --- .gitmodules | 2 +- src/plugins/taosws-rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9ae88e6381..661a9f573f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,4 +24,4 @@ url = https://github.com/Yurunsoft/tdengine-restful-connector.git [submodule "src/plugins/taosws-rs"] path = src/plugins/taosws-rs - url = https://github.com/taosdata/taosws-rs + url = https://github.com/taosdata/taos-connector-rust diff --git a/src/plugins/taosws-rs b/src/plugins/taosws-rs index 29424d58c8..8388ef29f1 160000 --- a/src/plugins/taosws-rs +++ b/src/plugins/taosws-rs @@ -1 +1 @@ -Subproject commit 29424d58c8055361b779d588a9ca306ed87c28bf +Subproject commit 8388ef29f1db937f2d894c675d906511c8d45717 -- GitLab