Liu Jicong
ca1c961f9c
fix(tmq): set last scan status
2022-06-30 16:40:17 +08:00
Liu Jicong
8dece648e3
feat(tmq): enable withTbName config for snapshot
2022-06-30 15:38:27 +08:00
Liu Jicong
4695dc2dae
feat(tmq): add snapshot test
2022-06-30 14:41:50 +08:00
Ganlin Zhao
f324a50b2e
Merge pull request #14369 from taosdata/refactor/db_precision
...
refactor(query): function adoption to us/ns db precision
2022-06-30 09:56:47 +08:00
Liu Jicong
8ac13a1234
Merge pull request #14374 from taosdata/feature/stream
...
feat(tmq): offset support snapshot
2022-06-29 23:54:22 +08:00
Cary Xu
c4e71ccd1c
Merge pull request #14373 from taosdata/feature/TD-11274-3.0
...
refactor: add tref to solve the timer not stopped problem
2022-06-29 23:45:37 +08:00
Xuefeng Tan
3f00a6db8e
feat(taosAdapter): remake REST api ( #14351 )
2022-06-29 23:26:10 +08:00
Liu Jicong
94c3eb29d2
fix(tmq): rsp error offset
2022-06-29 23:25:04 +08:00
Liu Jicong
e74187248b
fix(tmq): offset
2022-06-29 22:29:02 +08:00
Cary Xu
6600c4725e
refactor: code optimization
2022-06-29 21:35:04 +08:00
Liu Jicong
0f0fe6276a
merge from 3.0
2022-06-29 21:33:10 +08:00
Cary Xu
79def727b5
Merge branch '3.0' into feature/TD-11274-3.0
2022-06-29 21:33:10 +08:00
Cary Xu
efb2cd27c7
refactor: add tref to solve the timer not stopped problem
2022-06-29 21:32:06 +08:00
Liu Jicong
c2955a807b
feat(tmq): offset support snapshot
2022-06-29 21:04:51 +08:00
Ganlin Zhao
5d9e01c771
Merge pull request #14366 from taosdata/refactor/db_precision
...
refactor(query): function adoption to us/ns db precision
2022-06-29 20:28:53 +08:00
Li Minghao
3a23fb71ec
Merge pull request #14364 from taosdata/feature/3.0_mhli
...
refactor(sync): add SYNC_TERM_INVALID
2022-06-29 20:28:10 +08:00
Ganlin Zhao
5e31c9e8fe
refactor(query): function adoption to us/ns db precision
...
TD-16436
2022-06-29 20:07:33 +08:00
Ganlin Zhao
26e6d7ccf7
Merge pull request #14358 from taosdata/refactor/db_precision
...
refactor(query): function adoption to us/ns db precision
2022-06-29 19:49:04 +08:00
Ganlin Zhao
9e75569870
refactor(query): function adoption to us/ns db precision
...
TD-16436
2022-06-29 19:48:37 +08:00
Shuduo Sang
4e8a925da4
fix: install script for3.0 ( #14363 )
...
* fix: remove sudo from directory maniplation
for 3.0
* fix: remove more sudo from directory maniplation
2022-06-29 19:21:39 +08:00
Minghao Li
c3b2b98454
refactor(sync): delete some asserts
2022-06-29 19:18:15 +08:00
Yihao Deng
abff652735
Merge pull request #14304 from taosdata/enh/stopquery
...
enh: stop query enhancement
2022-06-29 18:42:59 +08:00
Ganlin Zhao
290d5b3f14
refactor(query): function adoption to us/ns db precision
...
TD-16436
2022-06-29 17:50:33 +08:00
Yihao Deng
2001be5996
Merge branch '3.0' into enh/stopquery
2022-06-29 17:24:52 +08:00
liuyao
7069332321
Merge pull request #14349 from taosdata/feature/TD-16874
...
feat(stream): ignore close window
2022-06-29 17:15:31 +08:00
Yihao Deng
ddb68a8e6e
Merge pull request #14337 from taosdata/feat/extraceEpset
...
feat: extract epset from msg cont
2022-06-29 17:12:45 +08:00
Minghao Li
108530c1b6
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
2022-06-29 17:08:22 +08:00
WANG MINGMING
1642cf0e50
Merge pull request #14345 from taosdata/feature/TD-16524
...
fix:disable ttl temporary
2022-06-29 17:01:11 +08:00
dapan1121
4c82ce1810
fix: fix request freed issue
2022-06-29 17:00:48 +08:00
Haojun Liao
0fc154982f
Merge pull request #14353 from taosdata/feature/3_liaohj
...
enh(query): add api to extract scan status
2022-06-29 16:50:49 +08:00
54liuyao
5e0cbdf0b7
feat(stream): ignore close window
2022-06-29 16:49:45 +08:00
Minghao Li
3440822ebf
refactor(sync): add some comments
2022-06-29 16:40:36 +08:00
dapan1121
16c6427e7b
fix: fix scheduler callback issue
2022-06-29 16:29:12 +08:00
Haojun Liao
1b8c5d9269
enh(query): add api to extract scan status
2022-06-29 16:19:19 +08:00
yihaoDeng
f8cf9761f8
fix: avoid compile error
2022-06-29 16:18:23 +08:00
Xiaoyu Wang
c2822a6449
Merge pull request #14347 from taosdata/feature/3.0_wxy
...
feat: sql system info function 'database()', 'client_version()', 'server_version()', 'server_status()', 'current_user()' and 'user()'
2022-06-29 15:45:19 +08:00
Minghao Li
41f24314d0
refactor(sync): add SYNC_TERM_INVALID
2022-06-29 15:44:30 +08:00
afwerar
af340a3825
os: fix gethostname error
2022-06-29 15:20:51 +08:00
Li Minghao
83330f11b3
Merge pull request #14348 from taosdata/feature/3.0_mhli
...
refactor(sync): delete old functions
2022-06-29 15:17:14 +08:00
Minghao Li
18b78f2450
refactor(sync): add return code restore from snapshot
2022-06-29 14:50:59 +08:00
Minghao Li
4bd650609d
refactor(sync): delete old functions
2022-06-29 14:02:40 +08:00
Xiaoyu Wang
19874daf93
fix: illegal memory access in tDeserializeSMCreateStbReq function
2022-06-29 13:49:39 +08:00
Ganlin Zhao
4524b826df
Merge pull request #14323 from taosdata/enh/first_last_select
...
enh(query): first/last function support selectivity
2022-06-29 13:31:40 +08:00
yihaoDeng
6dc7eaa107
modify case
2022-06-29 11:45:18 +08:00
Xiaoyu Wang
ae076af4f1
feat: sql system info function 'database()', 'client_version()', 'server_version()', 'server_status()', 'current_user()' and 'user()'
2022-06-29 11:41:32 +08:00
Shuduo Sang
5c8d734cb3
feat: taosdump update for3.0 ( #14344 )
...
* feat: update taos-tools for 3.0
prepare for 3.0
[TD-13052]
* feat: update taos-tools
fix -I -s
[TD-13052]
* feat: taosdump support new format prepare for 3.0
for 3.0 branch
update taos-tools
[TD-13052]
2022-06-29 11:13:47 +08:00
Zhiqiang Wang
59a7a2bb7d
Merge pull request #14346 from taosdata/fix/ZhiqiangWang/TD-16357-sim-test-ctrl-c-exit
...
test: sim test ctrl-c exit
2022-06-29 11:05:54 +08:00
yihaoDeng
5691b0e82f
feat:modify code
2022-06-29 11:04:04 +08:00
yihaoDeng
ce21baaa86
feat: enh redirect
2022-06-29 10:44:18 +08:00
wangmm0220
fc5cd5810f
fix:disable ttl temporary
2022-06-29 10:36:48 +08:00