Shengliang Guan
|
a28562cdcd
|
allow topic to be 0
|
2021-03-22 05:01:37 +00:00 |
Shengliang Guan
|
e600ffa154
|
Merge pull request #5519 from taosdata/release/s118
Release/s118
|
2021-03-22 10:30:28 +08:00 |
Shengliang Guan
|
ff4646612e
|
Merge pull request #5512 from taosdata/feature/linux
run ci for odbc
|
2021-03-22 10:30:02 +08:00 |
Shuduo Sang
|
bf684ed118
|
cast to long in taodemo.c
|
2021-03-21 18:42:15 +00:00 |
plum-lihui
|
e6f2fbb82d
|
change version
|
2021-03-22 01:17:34 +08:00 |
Shengliang Guan
|
d546f74a84
|
Merge pull request #5516 from taosdata/hotfix/TD-3310
TD-3310
|
2021-03-21 12:51:26 +08:00 |
Shengliang Guan
|
4ee65dcd0e
|
Merge branch 'hotfix/TD-3310' into feature/linux
|
2021-03-20 20:59:56 +08:00 |
Shengliang Guan
|
24db5df0c5
|
TD-3310
|
2021-03-20 19:27:49 +08:00 |
Shengliang Guan
|
81c538ce13
|
TD-3302
|
2021-03-20 19:18:54 +08:00 |
Shengliang Guan
|
89b913c2bc
|
TD-3310
|
2021-03-20 19:16:12 +08:00 |
Shengliang Guan
|
69dfd40a3b
|
Merge remote-tracking branch 'origin/develop' into feature/linux
|
2021-03-20 18:50:42 +08:00 |
Shuduo Sang
|
30b2611257
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5515)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
* [TD-3317] <feature>: support interlace mode insertion.
perfect
* [TD-3317] <feature>: support interlace mode insertion.
cleanup.
* [TD-3317] <feature>: support interlace mode insertion.
adjust algorithm of loop times.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3317] <feature>: support interlace mode insertion.
add time shift for no sleep time.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-20 09:21:05 +08:00 |
haojun Liao
|
e555bb974c
|
Merge pull request #5510 from taosdata/hotfix/TD-3375
[TD-3375]wrong table id issue
|
2021-03-19 18:18:08 +08:00 |
Shengliang Guan
|
e3b4ceab88
|
Merge remote-tracking branch 'freemine/odbc2' into feature/linux
|
2021-03-19 10:15:06 +00:00 |
Shengliang Guan
|
c5ff2275e9
|
Merge pull request #5511 from taosdata/feature/linux
change queued msg from 10k to 100k
|
2021-03-19 18:00:37 +08:00 |
huili
|
78ca40f843
|
Merge pull request #5503 from taosdata/test/testcase
[TD-3367]<test>restore last_cache
|
2021-03-19 17:59:58 +08:00 |
Shuduo Sang
|
b294d3ebaa
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5500)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
* [TD-3317] <feature>: support interlace mode insertion.
perfect
* [TD-3317] <feature>: support interlace mode insertion.
cleanup.
* [TD-3317] <feature>: support interlace mode insertion.
adjust algorithm of loop times.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-19 17:43:18 +08:00 |
haojun Liao
|
8805404cd5
|
Merge pull request #5504 from taosdata/hotfix/TD-3351
[TD-3351]fix fid error when ts < 0
|
2021-03-19 17:39:26 +08:00 |
liuyq-617
|
76643f0f5d
|
fix
|
2021-03-19 17:37:44 +08:00 |
freemine
|
ef67b46901
|
link taos_static for tcodbc
|
2021-03-19 16:59:25 +08:00 |
liuyq-617
|
41884e2803
|
fix rmtaos error
|
2021-03-19 16:58:37 +08:00 |
Shengliang Guan
|
6143a169f7
|
change queued msg from 10k to 100k
|
2021-03-19 08:22:59 +00:00 |
dapan1121
|
485ec16ca4
|
wrong table id issue
|
2021-03-19 16:14:14 +08:00 |
Shengliang Guan
|
dd0f7be31d
|
Merge pull request #5502 from taosdata/fix/TD-3370
[TD-3370]<fix>: fix used disk size, show acctual used instead of non-…
|
2021-03-19 15:39:03 +08:00 |
freemine
|
79e7343495
|
Merge remote-tracking branch 'upstream/develop' into odbc2
|
2021-03-19 15:32:18 +08:00 |
Elias Soong
|
66217d3060
|
Merge pull request #5507 from taosdata/Aries-Lee1991-patch-2
Update README-CN.md
|
2021-03-19 14:55:13 +08:00 |
Elias Soong
|
86de3015f5
|
Merge pull request #5506 from taosdata/Aries-Lee1991-patch-1
Update README.md
|
2021-03-19 14:54:36 +08:00 |
Elias Soong
|
3163a4d570
|
Merge pull request #5508 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix link url detail.
|
2021-03-19 14:53:30 +08:00 |
Elias Soong
|
46791d86e1
|
[TD-2639] <docs>: fix link url detail.
|
2021-03-19 14:52:47 +08:00 |
Xiaxin Li
|
c2296f76b0
|
Update README-CN.md
Add the link to switch interface language to English.
|
2021-03-19 14:52:40 +08:00 |
Xiaxin Li
|
edf8eb5932
|
Update README.md
Add the link to switch interface language to Chinese.
|
2021-03-19 14:51:16 +08:00 |
Elias Soong
|
ab3e51356f
|
Merge pull request #5505 from taosdata/Aries-Lee1991-patch-1
Add README-CN.md
|
2021-03-19 14:42:23 +08:00 |
Xiaxin Li
|
b043c45dbf
|
Add README-CN.md
add README-CN.md
|
2021-03-19 14:39:05 +08:00 |
dapan1121
|
6eeebb0b2c
|
fix fid error when ts < 0
|
2021-03-19 14:24:39 +08:00 |
liuyq-617
|
6c96795ab1
|
[TD-3367]<test>restore last_cache
|
2021-03-19 14:14:21 +08:00 |
Minglei Jin
|
20f2a7b71e
|
[TD-3370]<fix>: fix used disk size, show acctual used instead of non-avail to current user
|
2021-03-19 13:54:27 +08:00 |
Shengliang Guan
|
31e5c26bdd
|
Merge pull request #5501 from taosdata/feature/linux
TD-3372
|
2021-03-19 13:51:14 +08:00 |
huili
|
49e7159be0
|
Merge pull request #5497 from taosdata/xiaoping/add_test_case
[TD-3365]<test>: add test case for query filter on tag type
|
2021-03-19 13:50:24 +08:00 |
Ping Xiao
|
4afccbd0a5
|
[TD-3365]<test>: update test case
|
2021-03-19 13:36:30 +08:00 |
Shengliang Guan
|
e9ea8814ec
|
TD-3372
|
2021-03-19 05:30:31 +00:00 |
Shengliang Guan
|
bd45b7a66d
|
Merge pull request #5498 from taosdata/feature/linux
Feature/linux
|
2021-03-19 13:27:55 +08:00 |
Ping Xiao
|
6dcdd6263a
|
Merge branch 'develop' into xiaoping/add_test_case
|
2021-03-19 13:22:19 +08:00 |
haojun Liao
|
7b1dbf2bc6
|
Merge pull request #5499 from taosdata/feature/query
[td-3361]<fix>: fix crash caused by nchar type filter.
|
2021-03-19 13:18:59 +08:00 |
Shuduo Sang
|
d5bacb71c6
|
[TD-3369] <fix>: fix taosdemo invalid write valgrind reports. (#5496)
|
2021-03-19 11:51:13 +08:00 |
Ping Xiao
|
ae73ff2074
|
update docker cluster script
|
2021-03-19 11:12:06 +08:00 |
Haojun Liao
|
22698b8db0
|
[td-225]update the output column index.
|
2021-03-19 10:51:55 +08:00 |
freemine
|
64e3e94466
|
Merge remote-tracking branch 'upstream/develop' into odbc2
|
2021-03-19 10:49:27 +08:00 |
Haojun Liao
|
5586c23906
|
[td-3361]<fix>: fix crash caused by nchar type filter.
|
2021-03-19 10:07:27 +08:00 |
Shengliang Guan
|
8b4bb3fcc4
|
Merge remote-tracking branch 'origin/develop' into feature/linux
|
2021-03-19 02:00:06 +00:00 |
Shengliang Guan
|
c65a1d939c
|
Merge remote-tracking branch 'origin/release/s117_2' into feature/linux
|
2021-03-19 02:00:00 +00:00 |