slzhou
|
a018c70117
|
udfd proxy init and close for udf calling
|
2022-04-21 13:10:46 +08:00 |
Hongze Cheng
|
1fe0daaf36
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-21 03:49:47 +00:00 |
Hongze Cheng
|
38e103dbec
|
refact meta 6
|
2022-04-21 03:47:58 +00:00 |
Minghao Li
|
672be6f4ff
|
del trace log flag
|
2022-04-21 11:35:22 +08:00 |
Minghao Li
|
0df5100836
|
add syncLogStoreCheck.cpp
|
2022-04-21 11:25:17 +08:00 |
Hui Li
|
b602a77cc9
|
Merge pull request #11539 from taosdata/test/chr/TD-14699
build: modify install.sh
|
2022-04-21 11:24:23 +08:00 |
Liu Jicong
|
29c7cbf433
|
Merge pull request #11702 from taosdata/feature/tq
refactor(tmq)
|
2022-04-21 11:23:36 +08:00 |
Hui Li
|
e42c083775
|
Merge pull request #11656 from taosdata/cpwu/3.0
test: add distinct python case
|
2022-04-21 11:23:12 +08:00 |
slzhou
|
d044a4ee81
|
fix bug that udfd can not be spawned
|
2022-04-21 11:21:27 +08:00 |
cpwu
|
395d9e8bcd
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-21 11:03:06 +08:00 |
cpwu
|
b713b255ae
|
fix case
|
2022-04-21 11:01:59 +08:00 |
Liu Jicong
|
8b1e51d910
|
refactor(tmq): refine api
|
2022-04-21 10:52:10 +08:00 |
Hui Li
|
06247e1eac
|
Merge pull request #11699 from taosdata/TD-14874
ci: put python test cases in Jenkins
|
2022-04-21 10:45:02 +08:00 |
dapan1121
|
3f880627fd
|
Merge pull request #11700 from taosdata/feature/qnode5
Feature/qnode5
|
2022-04-21 10:34:38 +08:00 |
dapan1121
|
3ae9769887
|
stmt
|
2022-04-21 10:16:43 +08:00 |
tangfangzhi
|
4b982805f8
|
set LD_LIBRARY_PATH for python test
|
2022-04-21 10:15:28 +08:00 |
tangfangzhi
|
c4f02d6dfa
|
put python test cases in Jenkins
|
2022-04-21 09:54:50 +08:00 |
cpwu
|
e6d067a330
|
fix casr case
|
2022-04-21 09:53:02 +08:00 |
slzhou
|
d4734eb18e
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd
|
2022-04-21 09:45:54 +08:00 |
slzhou
|
b4d3008da3
|
remove udfd start/stop from tudf.c
|
2022-04-21 09:45:37 +08:00 |
slzhou
|
adf993cdc3
|
start/stop/restart from dnode
|
2022-04-21 09:25:45 +08:00 |
Hongze Cheng
|
e5e7e713b1
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-21 01:18:43 +00:00 |
shenglian-zhou
|
babef48c8a
|
Merge pull request #11687 from taosdata/3.0_udfd
feat(udf):dnode start/stop/restart udfd and vnode create/destory proxy to udfd
|
2022-04-21 09:10:16 +08:00 |
Liu Jicong
|
0d6c170391
|
Merge pull request #11696 from taosdata/feature/tq
fix(tmq): rebalance
|
2022-04-21 02:09:08 +08:00 |
Liu Jicong
|
ce6459a9f8
|
fix(tmq): rebalance
|
2022-04-21 01:47:29 +08:00 |
Liu Jicong
|
6a7f526f3a
|
Merge pull request #11693 from taosdata/feature/tq
refactor(tmq): subscribe and rebalance process
|
2022-04-20 22:29:59 +08:00 |
Liu Jicong
|
558edd3713
|
merge from 3.0
|
2022-04-20 22:12:10 +08:00 |
Liu Jicong
|
f7a63661ac
|
fix
|
2022-04-20 22:08:04 +08:00 |
Liu Jicong
|
d75ab9b3ff
|
refactor
|
2022-04-20 21:36:55 +08:00 |
Hongze Cheng
|
e2e0e850f1
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-20 12:53:33 +00:00 |
Haojun Liao
|
46a3a58fac
|
refactor:do some internal refactor.
|
2022-04-20 20:41:53 +08:00 |
wangmm0220
|
d2a1203eeb
|
refactor: fix bugs in to_json
|
2022-04-20 20:39:19 +08:00 |
Shuduo Sang
|
29d994d1dd
|
feat: taos shell refactor (#11688)
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
* refactor shell
* [TD-13558]<feature>: taos shell test speed
* [TD-13558]<feature>: taos -n startup works
* taos -n rpc works
* taos -n server works
* cleanup code since no endPort in 3.0
* update taos-tools
* [TD-13558]<feature>: taos -C works
* improve taos shell -c WIP
* update taos-tools
* add demoapi.c
* adjust show databases result for 3.0
* test: add platform logic
* add nchar
* adjust taos_fetch_lengths
* print fields
* remove show databases check from insert cases
* fix lua example compile for 3.0
still not work
* remove lua.py from smoketest
* use get_column_data_offset() to get offset and convert length
* add int, float, timestamp value convert
* improve tests/pytest/insert/binary.py
* improve example/src/demoapi.c
|
2022-04-20 20:34:45 +08:00 |
Hongze Cheng
|
c8acaa77bb
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-20 12:29:57 +00:00 |
plum-lihui
|
3ecf6df9e3
|
[test: add valgrind case]
|
2022-04-20 20:29:50 +08:00 |
Minghao Li
|
bbe85695cf
|
add syncMaybeAdvanceCommitIndex, maybe only one replica
|
2022-04-20 20:29:20 +08:00 |
Minghao Li
|
a6ee17fd43
|
add syncElectTest1.cpp
|
2022-04-20 20:26:10 +08:00 |
WANG MINGMING
|
66400aff66
|
Merge pull request #11671 from taosdata/feature/TD-13041
feat: json tag
|
2022-04-20 20:22:59 +08:00 |
dapan1121
|
dff638c377
|
stmt
|
2022-04-20 20:07:49 +08:00 |
plum-lihui
|
da232cbeaf
|
[test: check error from valgrind log file]
|
2022-04-20 20:02:10 +08:00 |
Minghao Li
|
250622d1de
|
snapshot from -1
|
2022-04-20 19:58:36 +08:00 |
Shengliang Guan
|
2d94f8a875
|
refactor: rename files
|
2022-04-20 19:46:55 +08:00 |
Hongze Cheng
|
fbddf859c8
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-04-20 11:44:29 +00:00 |
Shengliang Guan
|
9e287ce29f
|
refactor: rename shell functions
|
2022-04-20 19:44:25 +08:00 |
Shengliang Guan
|
cb80e69b5a
|
Merge pull request #11684 from taosdata/feature/check
fix: invalid comment len
|
2022-04-20 19:38:59 +08:00 |
cpwu
|
322d71e1a7
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-20 19:37:14 +08:00 |
cpwu
|
4a6b3d82fd
|
fix cast case
|
2022-04-20 19:36:29 +08:00 |
Hongze Cheng
|
6953688761
|
add commit snapshot
|
2022-04-20 11:30:18 +00:00 |
slzhou
|
d8ba1d32f4
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd
|
2022-04-20 19:29:17 +08:00 |
slzhou
|
ca34398c43
|
prepare for dnode start/stop/restart udfd and vnode/snode/qnode split
|
2022-04-20 19:27:39 +08:00 |