MysticBoy
df503b11ab
Refactoring Code
2020-05-24 12:32:03 +08:00
MysticBoy
5aeb4c0dfb
modify cJSON.h
2020-05-24 11:44:36 +08:00
Jeff Tao
b128febbdc
Merge pull request #1849 from haoyifan/timer_fix
...
[Timer] Initialize the last tmrCtrls.
2020-05-24 11:38:29 +08:00
Shengliang Guan
903ca108e0
Merge pull request #2016 from taosdata/enhance/sequence
...
Enhance/sequence
2020-05-24 10:54:29 +08:00
Jeff Tao
4187ae43ab
compiling option
2020-05-23 14:59:11 +00:00
Jeff Tao
19bc76109b
compliing opton for sync
2020-05-23 14:47:49 +00:00
MysticBoy
5d6d23ffbf
Merge remote-tracking branch 'remotes/origin/develop' into feature/mqtt
2020-05-23 21:56:38 +08:00
Jeff Tao
b9c08aff60
make more changes on vnodeMain.c
2020-05-23 13:54:36 +00:00
MysticBoy
400c1a8627
Implemented subscription json data from Mqtt broker! we subscription topic "/taos/+/+/+/" , format just like this '/taos/<token>/<db name>/<table name>/', next will add auth by token.
2020-05-23 21:54:12 +08:00
Jeff Tao
2a4fecebe6
tune the code to make the vnode cleanup process more clear
2020-05-23 13:39:44 +00:00
Haojun Liao
afc8b5a3cd
[td-225]refactor codes
2020-05-23 18:27:29 +08:00
Haojun Liao
5bc5563816
[td-225]
2020-05-23 18:12:51 +08:00
Shengliang Guan
c733b76be4
Merge pull request #2013 from taosdata/patch/td-317
...
fix td-317: max table name length now is 392
2020-05-23 18:03:37 +08:00
Tao Liu
df01a390d4
[TD-90] developing
2020-05-23 09:40:46 +00:00
Haojun Liao
4737c8cd44
[td-225]
2020-05-23 17:36:38 +08:00
Haojun Liao
c44bf0ff17
[td-225] update the script
2020-05-23 17:36:19 +08:00
Haojun Liao
c6cb40bf57
[td-225] fix bugs in tbname in query
2020-05-23 17:34:15 +08:00
Ping Xiao
3070277c56
Merge branch 'develop' into filterComboTest
2020-05-23 16:59:04 +08:00
MysticBoy
9e50edfe2e
Receive subscription messages and query playload sql
2020-05-23 16:55:34 +08:00
MysticBoy
f8ffd8cbfc
add paho.mqtt.c for mqtt client
2020-05-23 16:52:39 +08:00
Haojun Liao
e46896bfcd
[td-225] support hex/bin numeric data to insert
2020-05-23 16:12:18 +08:00
Haojun Liao
7221f5a624
[td-227]
2020-05-23 16:10:44 +08:00
Shengliang Guan
61254bf30b
Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
2020-05-23 15:18:24 +08:00
Shengliang Guan
67c10e78ea
scripts
2020-05-23 15:17:30 +08:00
Shengliang Guan
855bf501af
Merge pull request #2012 from taosdata/hotfix/taos-tools
...
Hotfix/taos tools
2020-05-23 15:12:43 +08:00
Shengliang Guan
0c21072851
Merge pull request #2011 from taosdata/hotfix/closeTcpSocket
...
tune the TCP socket code
2020-05-23 15:11:46 +08:00
Bomin Zhang
8bf4ef21fa
fix td-317: max table name length now is 392
2020-05-23 15:00:22 +08:00
Shuaiqiang Chang
357b0e7562
fix: reset taosdemo default param
2020-05-23 14:24:43 +08:00
Ping Xiao
9daf6a9d54
query with and/or/illegal filter
2020-05-23 14:23:00 +08:00
Shengliang Guan
859019f2ef
[TD-390] process muli table meta msg
2020-05-23 14:11:26 +08:00
Shuaiqiang Chang
062227e573
Merge branch 'develop' into hotfix/taos-tools
...
* develop:
fix invalid write while update mnode set
scripts
2020-05-23 14:09:47 +08:00
Jeff Tao
5f635bd3f7
tune the TCP socket code
2020-05-23 06:02:01 +00:00
Shengliang Guan
f398488aac
fix invalid write while update mnode set
2020-05-23 13:14:38 +08:00
Haojun Liao
7f514df778
[td-338]
2020-05-23 11:40:52 +08:00
Tao Liu
0f43e08f59
[TD-90]Tag Schema
2020-05-23 03:37:07 +00:00
Shengliang Guan
68b769cfb7
scripts
2020-05-23 11:34:09 +08:00
Shuaiqiang Chang
a066fd7b94
Merge branch 'develop' into hotfix/taos-tools
...
* develop: (66 commits)
Delete client.log0.0
not start mqtt module by default, fot it not finished yet
add one line back for double insurance
[TD-364] broken link is not handled in right way
Add mqtt plugin to subscribe to telemetry data
remove extra case list print out.
scripts
remove some log
add randome insert many records with NULL then commit.
[TD-388] drop dnode in community version
add precalculation interface
[td-225] update the test script
[td-225] fix bugs.
fix general/insert/insert_drop.sim error
add error log when have to call pthread_cancel
change forcestop() to stop() to emulate ctrl-c
fix TD-394
add test case to test insert then import scenario.
jenkins
fix duplicate table bug
...
2020-05-23 10:31:48 +08:00
Shuaiqiang Chang
c4e56b7b48
feat: show paramters
2020-05-23 10:27:59 +08:00
Shengliang Guan
aa9b3e3188
Merge pull request #2009 from taosdata/hotfix/td-364
...
Hotfix/td 364
2020-05-23 10:11:46 +08:00
Jeff Tao
5542e3e988
Delete client.log0.0
2020-05-23 10:03:35 +08:00
Shengliang Guan
182e49eec7
not start mqtt module by default, fot it not finished yet
2020-05-23 09:41:21 +08:00
Shengliang Guan
7547e74c3d
Merge pull request #2008 from maikebing/feature/mqtt
...
Add mqtt plugin to subscribe to telemetry data
2020-05-23 09:34:56 +08:00
Shengliang Guan
53093f2606
Merge pull request #2007 from taosdata/hotfix/sangshuduo/remove-extra-case-list-output
...
remove extra case list print out.
2020-05-23 09:25:56 +08:00
Shengliang Guan
1cc1711efa
Merge pull request #2005 from taosdata/feature/add-insert-test-to-2.0
...
add randome insert many records with NULL then commit.
2020-05-23 09:23:53 +08:00
Jeff Tao
93f71daf16
add one line back for double insurance
2020-05-23 00:30:13 +00:00
Jeff Tao
138b7f3820
[TD-364] broken link is not handled in right way
2020-05-23 00:14:38 +00:00
MysticBoy
afdab2bd7d
Add mqtt plugin to subscribe to telemetry data
2020-05-23 01:55:47 +08:00
Haojun Liao
95c97a5df8
[td-225]refactor code: remove useless codes
2020-05-22 22:46:11 +08:00
Haojun Liao
54890e4815
[td-225] fix bug in test script
2020-05-22 22:45:47 +08:00
Shuduo Sang
3db8f79077
remove extra case list print out.
2020-05-22 22:36:28 +08:00