From 4f5487f572ce24a64e22547b45160567356a34f9 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 9 Aug 2022 20:37:34 +0800 Subject: [PATCH] chore: libtaos ws submodule (#15916) * 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 * chore: update libtaos-ws for develop Co-authored-by: tangfangzhi --- .gitmodules | 3 --- src/plugins/taosws-rs | 1 - 2 files changed, 4 deletions(-) delete mode 160000 src/plugins/taosws-rs diff --git a/.gitmodules b/.gitmodules index 661a9f573f..8179b9caa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,3 @@ [submodule "src/connector/php-tdengine-restful-connector"] path = src/connector/php-tdengine-restful-connector url = https://github.com/Yurunsoft/tdengine-restful-connector.git -[submodule "src/plugins/taosws-rs"] - path = src/plugins/taosws-rs - url = https://github.com/taosdata/taos-connector-rust diff --git a/src/plugins/taosws-rs b/src/plugins/taosws-rs deleted file mode 160000 index 8388ef29f1..0000000000 --- a/src/plugins/taosws-rs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8388ef29f1db937f2d894c675d906511c8d45717 -- GitLab