zyyang
|
0e987bb9e3
|
change
|
2021-01-21 17:00:22 +08:00 |
zyyang
|
9a55077b7c
|
change
|
2021-01-21 14:41:06 +08:00 |
zyyang
|
e783e017e1
|
change
|
2021-01-21 14:33:26 +08:00 |
zyyang
|
44a51efb10
|
change
|
2021-01-21 14:29:06 +08:00 |
zyyang
|
50558edbc1
|
change
|
2021-01-21 14:28:05 +08:00 |
zyyang
|
851a0b64ac
|
change getSchemas method
|
2021-01-21 14:19:20 +08:00 |
zyyang
|
6f6c1f9cd6
|
change
|
2021-01-21 14:13:30 +08:00 |
zyyang
|
c332ce99f3
|
[TD-2271]feature: support Connection and Statement count statistics in JMX
|
2021-01-21 14:07:47 +08:00 |
Shengliang Guan
|
e588cca505
|
Merge pull request #4961 from taosdata/fix/TD-2718
[TD-2718]<fix>: new create multiple tables test cases
|
2021-01-21 13:07:19 +08:00 |
huili
|
9167cf932a
|
Merge pull request #4966 from taosdata/hotfix/TD-2794
Hotfix/td 2794
|
2021-01-21 09:41:25 +08:00 |
huili
|
4799515af6
|
Merge pull request #4969 from taosdata/test/testcase
[TD-2802]<test>improve concurrent inquiry
|
2021-01-21 09:40:22 +08:00 |
huili
|
21738461f8
|
Merge pull request #4963 from taosdata/hotfix/test
[TD-2774]<feature> tdengine docker image support muliti platform
|
2021-01-21 09:39:37 +08:00 |
Elias Soong
|
ce781f5175
|
Merge pull request #4971 from taosdata/docs/Minor-Fix
[TD-2639] <docs>: fix indent of doc.
|
2021-01-20 22:13:09 +08:00 |
Elias Soong
|
6818587a5a
|
[TD-2639] <docs>: fix indent of doc.
|
2021-01-20 22:09:21 +08:00 |
liuyq-617
|
e2f19d120f
|
[TD-2802]<test>improve concurrent inquiry
|
2021-01-20 18:12:39 +08:00 |
zyyang
|
e58c3209c1
|
change
|
2021-01-20 16:32:58 +08:00 |
zyyang
|
bbf6640d6d
|
change
|
2021-01-20 16:32:32 +08:00 |
zyyang
|
5f80b8e78d
|
change
|
2021-01-20 16:12:01 +08:00 |
zyyang
|
bbcdd5dbf8
|
change
|
2021-01-20 15:59:51 +08:00 |
huili
|
7fce3a91d3
|
Merge pull request #4964 from taosdata/xiaoping/add_test_case
[TD-2720][TD-2247][TD-1024]<test>: add test case
|
2021-01-20 15:49:52 +08:00 |
Hui Li
|
5c1c750f04
|
[TD-2774]<feature> tdengine docker image support muliti platform
|
2021-01-20 15:49:00 +08:00 |
Hui Li
|
9e01c82f0e
|
[TD-2774]<feature> tdengine docker image support muliti platform
|
2021-01-20 15:39:19 +08:00 |
Elias Soong
|
0ef98f9b98
|
Merge pull request #4952 from taosdata/docs/Minor-Fix
Fix description about VNode mem cache.
|
2021-01-20 15:29:00 +08:00 |
huili
|
1025e5468c
|
Merge pull request #4967 from taosdata/zyyang-taosdata-patch-3-2
Update connector-java-ch.md
|
2021-01-20 15:27:36 +08:00 |
Elias Soong
|
4b4367e4e2
|
[TD-2639] <docs>: fix escape code type error.
|
2021-01-20 15:26:34 +08:00 |
zyyang
|
d973966747
|
Update connector-java-ch.md
|
2021-01-20 15:25:12 +08:00 |
Ping Xiao
|
789fc75428
|
Merge branch 'develop' into xiaoping/add_test_case
|
2021-01-20 15:20:38 +08:00 |
Hui Li
|
fe88b1a711
|
[TD-2774]<feature> tdengine docker image support muliti platform
|
2021-01-20 15:10:18 +08:00 |
Ping Xiao
|
c1ddf46e93
|
[TD-1024]<test>: add test case
|
2021-01-20 15:06:14 +08:00 |
zyyang
|
b33daefe82
|
[TD-2794]<fix>: fix authentication failed with changed password
|
2021-01-20 15:00:52 +08:00 |
zyyang
|
9c037b011c
|
[TD-2794]<fix>: fix authentication failed with changed password
|
2021-01-20 14:59:53 +08:00 |
haojun Liao
|
99073f1da5
|
Merge pull request #4959 from taosdata/hotfix/TD-2795
[TD-2795]taosd crash when executing interval query
|
2021-01-20 13:53:34 +08:00 |
Minglei Jin
|
54a086f0f3
|
[TD-2718]<fix>: new create multiple tables test cases
|
2021-01-20 12:48:58 +08:00 |
huili
|
d2e9f8f128
|
Merge pull request #4941 from taosdata/hotfix/sangshuduo/TD-2799-two-telemetryReporting-options
[TD-2788] <fix>: fix two telemetryReporting options in taos.cfg.
|
2021-01-20 11:10:28 +08:00 |
huili
|
f58768104f
|
Merge pull request #4950 from taosdata/docs/sangshuduo/TD-2775-update-faq
[TD-2775] <docs>: update faq regarding UPDATE parameter.
|
2021-01-20 11:08:28 +08:00 |
huili
|
cf8230acf8
|
Merge pull request #4954 from taosdata/test/testcase
[TD-2784]<test>test pr from forked repo
|
2021-01-20 11:08:10 +08:00 |
huili
|
32c39b1006
|
Merge pull request #4943 from taosdata/test/jenkins
[TD-2741][TD-2736]<test>add timeout in jenkins
|
2021-01-20 11:07:10 +08:00 |
huili
|
ee5d9b2498
|
Merge pull request #4947 from taosdata/hotfix/sangshuduo/TD-2769-nodejs-12+-adapt
Hotfix/sangshuduo/td 2769 nodejs 12+ adapt
|
2021-01-20 11:06:55 +08:00 |
huili
|
2b7e6d975f
|
Merge pull request #4955 from taosdata/feature/TD-2776
Feature/td 2776
|
2021-01-20 11:06:23 +08:00 |
Elias Soong
|
0a8b339640
|
[TD-2639] <docs>: remove one misplaced doc.
|
2021-01-20 09:55:38 +08:00 |
dapan1121
|
e0a5ae459c
|
fix bug
|
2021-01-19 15:23:43 -10:00 |
haojun Liao
|
c20d574160
|
Merge pull request #4938 from taosdata/feature/TD-2671
[TD-2671]<fix>:support create/drop/alter stable
|
2021-01-19 22:27:41 +08:00 |
haojun Liao
|
20f2762446
|
Merge pull request #4921 from taosdata/hotfix/TD-2719
[TD-2719]trace subquery states
|
2021-01-19 22:22:50 +08:00 |
zyyang
|
745f421fea
|
change
|
2021-01-19 19:18:50 +08:00 |
zyyang
|
cd426de0b3
|
change
|
2021-01-19 19:16:22 +08:00 |
zyyang
|
fe6cebe309
|
change
|
2021-01-19 19:13:44 +08:00 |
zyyang
|
7834d641ed
|
change
|
2021-01-19 19:12:15 +08:00 |
zyyang
|
8439fca9f5
|
change
|
2021-01-19 19:11:27 +08:00 |
zyyang
|
b14692e5a5
|
change
|
2021-01-19 19:04:48 +08:00 |
zyyang
|
19d77697d7
|
change
|
2021-01-19 19:02:36 +08:00 |