Commit Graph

36635 Commits

Author SHA1 Message Date
Yang Zhao 621ef9f1a8
feat: shell support cloud (#15283)
* feat: taos shell support cloud (3.0)

* fix: affected row and reuse data

* feat: add custom ws timeout

* feat: handle ctrl c for ws

* fix: do not show any info about cloud if not websocket defined

* fix: other os compile

* fix: compile os error

* fix: compile error

* fix: review suggestions
2022-07-23 09:35:00 +08:00
Yihao Deng f14511e5bb
Merge pull request #15319 from taosdata/feat/removeIdleConn
feat: remove idle conn
2022-07-23 09:19:38 +08:00
Xiaoyu Wang 863ed594c9
Merge pull request #15315 from taosdata/feature/3.0_debug_wxy
fix: plan problem when functions that requires a timeline is used in a partition by query
2022-07-23 09:11:59 +08:00
shenglian-zhou 3f44b30417
Merge pull request #15314 from taosdata/szhou/fix/udf
fix: restore tmqudf-snapshot1.py
2022-07-23 09:04:37 +08:00
slzhou@taodata.com 189c818f54 fix: change the operator type when switch left and right operands 2022-07-23 09:02:28 +08:00
Hui Li 578835445c
Merge pull request #15300 from taosdata/test3.0/lihui
Test3.0/lihui
2022-07-23 08:17:53 +08:00
Haojun Liao 3f7a4a99fc other: update cmake. 2022-07-23 00:05:48 +08:00
Haojun Liao 4a7a85ab07 other: merge 3.0 2022-07-23 00:02:53 +08:00
Haojun Liao 4d4a52245d fix(query): update the time range after filter data block. 2022-07-22 23:52:48 +08:00
Shengliang Guan c8bdd98467 fix: modifying stb in subscription is not allowed 2022-07-22 22:03:58 +08:00
Shuduo Sang 9a8b9d0704
chore: libtaos ws submodule for3.0 (#15311)
* 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

* fix: .

* chore: update taosws-rs for 3.0

* chore: update taosws-rs for 3.0
2022-07-22 21:35:34 +08:00
Haojun Liao 2b199e7a17 other: merge 3.0 2022-07-22 21:24:10 +08:00
Haojun Liao 819bf03cd1 other: merge 3.0 2022-07-22 21:23:56 +08:00
Haojun Liao c6490cbabe other: merge 3.0 2022-07-22 21:23:33 +08:00
Hui Li 503ae4a3fa
Delete TD-17699.py
test: temp use for fix
2022-07-22 21:23:32 +08:00
Haojun Liao 8517e3a345 other: merge 3.0 2022-07-22 21:23:05 +08:00
plum-lihui 8a997e6063 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-22 21:22:34 +08:00
plum-lihui 7d6fd05a14 test: add case for fix 2022-07-22 21:22:21 +08:00
Haojun Liao 479639d1fc other: merge 3.0 2022-07-22 21:21:55 +08:00
Haojun Liao 5a4fd268f2 other: merge 3.0 2022-07-22 21:21:21 +08:00
Haojun Liao 0a37d4641f other: merge 3.0 2022-07-22 21:20:33 +08:00
Haojun Liao eb2dcbdc46 other: merge 3.0 2022-07-22 21:19:59 +08:00
Haojun Liao dc579e278e other: merge 3.0 2022-07-22 21:19:20 +08:00
Haojun Liao 974dcef723 other: merge 3.0 2022-07-22 21:18:42 +08:00
Haojun Liao 998dedb9fa other: merge 3.0 2022-07-22 21:16:52 +08:00
yihaoDeng 5bb762e59c add debug 2022-07-22 21:15:13 +08:00
Xiaoyu Wang 3b6837598c fix: plan problem when functions that requires a timeline is used in a partition by query 2022-07-22 21:06:20 +08:00
plum-lihui e4b7387061 test: add test cases into ci 2022-07-22 21:04:32 +08:00
Hui Li 74a57ebb14
Merge pull request #15304 from taosdata/test/chr/TD-14699
test: modify testcases of muti-mnodes
2022-07-22 21:00:15 +08:00
plum-lihui 90348e5294 Merge branch '3.0' into test3.0/lihui 2022-07-22 20:58:59 +08:00
yihaoDeng 87a15d4523 rm idle conn 2022-07-22 20:58:00 +08:00
Ganlin Zhao 2e85180c56 fix(query): fix apercentile combine crash in stream
TD-17734
2022-07-22 20:53:28 +08:00
liuyao 63ea81561a
Merge pull request #15312 from taosdata/feature/TD-17357
feat(stream): adjust stream scan
2022-07-22 20:43:21 +08:00
Cary Xu 9b4a9d24d5 Merge branch '3.0' into feature/TD-11274-3.0 2022-07-22 20:39:23 +08:00
Cary Xu 00a9598ac8 enh: rsma level 2/3 submitReq msg use wal version 2022-07-22 20:39:13 +08:00
Xiaoyu Wang 27c71155cc fix: plan problem when functions that requires a timeline is used in a partition by query 2022-07-22 20:29:52 +08:00
Zhiqiang Wang 0438b542c3
Merge pull request #15313 from taosdata/fix/ZhiqiangWang/TD-13063-fix-tmq_sim-ctrl-c-exit-error
test: fix tmq_sim ctrl-c exit error
2022-07-22 20:15:59 +08:00
54liuyao b28553395f feat(stream): adjust stream scan 2022-07-22 20:13:37 +08:00
Xiaoyu Wang 241b385653 fix: plan problem when functions that requires a timeline is used in a partition by query 2022-07-22 20:05:30 +08:00
plum-lihui 1b69d30a16 test: update case 2022-07-22 20:03:37 +08:00
plum-lihui 1568fabc5c Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-22 20:02:55 +08:00
plum-lihui b98da6dd04 test: update test case 2022-07-22 20:02:24 +08:00
shenglian zhou 8bbb4846a0 fix: restore tmqudf-snapshot1.py 2022-07-22 19:49:13 +08:00
afwerar 3d4f23928e test: fix tmq_sim ctrl-c exit error 2022-07-22 19:43:59 +08:00
shenglian-zhou ebc80183e7
Merge pull request #15302 from taosdata/szhou/fix/udf
fix: table merge scan error and udf uv_write callback error
2022-07-22 19:43:07 +08:00
Zhiqiang Wang 3e0942aa2b
Merge pull request #15306 from taosdata/fix/ZhiqiangWang/TD-17736-fix-multi-level-storage-conf-error
os: fix multi level storage conf error
2022-07-22 19:38:03 +08:00
Shengliang Guan b8e241594b
Merge pull request #15307 from taosdata/fix/tsim
test: add cases
2022-07-22 19:14:29 +08:00
Liu Jicong 43abf0d3f1
Merge pull request #15309 from taosdata/feature/tq
fix: memory leak
2022-07-22 19:12:15 +08:00
wenzhouwww@live.cn 950cf5dc35 add case about force stop leader of cluster 2022-07-22 19:09:54 +08:00
Cary Xu 39b768153f
Merge pull request #15308 from taosdata/feat/TD-17552
enh(query): add wal version to agg result datablock
2022-07-22 19:09:31 +08:00