Commit Graph

17751 Commits

Author SHA1 Message Date
Haojun Liao 2855bd7390 [td-225]update the performance log info. 2021-08-09 14:29:15 +08:00
Haojun Liao 50d6fef714 [td-225] fix the bug that failed to record the total elapsed time in the log file. 2021-08-09 14:17:47 +08:00
wpan 506f1cd6eb fix bug 2021-08-09 13:52:03 +08:00
dapan1121 133adc9831
Merge pull request #7173 from taosdata/feature/td-5803
revive show vnodes with dnode ep
2021-08-09 13:29:18 +08:00
dapan1121 8357859abe
Merge pull request #7178 from taosdata/feature/td-5806
[TD-5806]<feature>:add role_time to show mnodes
2021-08-09 13:28:55 +08:00
Shengliang Guan 63559e2092
Merge pull request #7142 from taosdata/hotfix/2.0
Hotfix/2.0
2021-08-09 11:58:45 +08:00
dapan1121 1d66d86144
Merge pull request #7084 from taosdata/hotfix/td-5659
[TD-5659]<fix>:start taos processing with subprocess instead of inter…
2021-08-09 11:42:04 +08:00
xywang 1ec2cff29a [TD-5784]<fix>: fixed a wrong check 2021-08-09 11:04:16 +08:00
xywang 2a9a78ca9a [TD-5784]<fix>: fixed a wrong check 2021-08-09 10:59:44 +08:00
dapan1121 fd9c06c021
Merge pull request #7196 from taosdata/feature/TD-5822
[TD-5822]<feature> optimize invalidate operation tips
2021-08-09 10:42:07 +08:00
Haojun Liao 37605b1339
Merge pull request #7113 from taosdata/fix/TD-5578
[TD-5578]<fix> the max length of like condition can be configured
2021-08-09 10:31:20 +08:00
Haojun Liao eedda9aad2
Merge pull request #7062 from taosdata/fix/TD-5505
add support for parsing timestamp with both letter 'T' and whitespace as timezone indicator or no delimiter
2021-08-09 10:31:00 +08:00
Shengliang Guan cd4a42c241
Merge pull request #7220 from taosdata/feature/TD-5610
[TD-5610]<enhance> Unable to Resolve FQDN
2021-08-09 10:26:47 +08:00
Shengliang Guan b1b584b938
Merge pull request #7215 from taosdata/feature/TD-5784master
[TD-5784]<fix>: fixed potential memory leak bugs in HTTP module
2021-08-09 10:25:50 +08:00
Shengliang Guan 4e9fb4470b
Merge pull request #7218 from taosdata/feature/TD-5784-2.0
[TD-5784]<fix>: fixed some potential memory leak bugs
2021-08-09 10:25:02 +08:00
Shengliang Guan 65bb8ef053
Merge pull request #7240 from taosdata/fix/TD-5877
[TD-5877]<fix> fix mem leak in compact
2021-08-09 10:24:14 +08:00
Shengliang Guan 04e929d355
Merge pull request #7144 from junli1026/jun/dirname
Fix dirname bug on MacOS
2021-08-09 10:22:48 +08:00
Shengliang Guan adb5b0f927 Merge from master 2021-08-09 10:19:17 +08:00
Shengliang Guan a419f09125 change version number 2021-08-09 10:14:31 +08:00
Shengliang Guan d8cb55747b merge from 2.0 2021-08-09 10:13:49 +08:00
Shengliang Guan 081e91d163 Merge from 2.0 2021-08-09 10:11:20 +08:00
wpan abbc1a7262 fix merge issue 2021-08-09 10:01:38 +08:00
Hongze Cheng 1a87c8f45d
Merge pull request #7188 from taosdata/hotfix/TD-5812
hotfix/TD-5812
2021-08-09 09:34:01 +08:00
wpan 28692a51cc Merge branch 'develop' into feature/TD-2581 2021-08-09 09:23:12 +08:00
wpan b13780f15c add test case 2021-08-09 08:23:15 +08:00
Liu Jicong 1d3a2d47f1 remove set null in tsdbread 2021-08-09 05:19:22 +08:00
Liu Jicong 855a76813c fix merge 2021-08-09 04:00:07 +08:00
Liu Jicong 347ff765cf fix merge 2021-08-09 03:24:43 +08:00
Liu Jicong fcd3b44533 refactor datacols 2021-08-09 03:07:06 +08:00
Elias Soong 34d42ae8d5
Merge pull request #7241 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-08 14:37:38 +08:00
Elias Soong 3e1c7ffe48 [TD-5828] <docs>: "IF NOT EXISTS" is independent for each table name. 2021-08-08 14:31:13 +08:00
yihaoDeng 3916161f85 [TD-5930]<fix> fix mem leak 2021-08-08 08:14:48 +08:00
yihaoDeng a3036f5f3e [TD-5612]<fix> handle taos -h invalideFqdn 2021-08-08 03:20:14 +08:00
Shuduo Sang de4879f967
Feature/sangshuduo/td 5844 cmdline parameters align (#7229)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
2021-08-07 15:41:02 +08:00
Shuduo Sang a93326c979
[TD-5872]<fix>: taosdemo stmt performance. (#7236) 2021-08-07 14:05:57 +08:00
Shuduo Sang e136773cf1
[TD-5872]<fix>: taosdemo stmt performance. (#7237) 2021-08-07 14:05:34 +08:00
Haojun Liao b46edae0b1 [td-225]fix a race condition. 2021-08-07 14:03:30 +08:00
Hui Li bacb85867a
Merge pull request #7228 from taosdata/test/case_over
<test>: modify test case about taosdemo nanosupport !
2021-08-07 10:26:35 +08:00
Hui Li 63f9198cd8
Merge pull request #7219 from taosdata/test/TD-5773-m
[TD-5773]<CI>add some arm env in Drone
2021-08-07 10:26:28 +08:00
Hui Li 563213d1bc
Merge pull request #7221 from taosdata/test/TD-5773-2.0
[TD-5773]<CI>add some arm env in Drone
2021-08-07 10:26:16 +08:00
Hui Li 4445f6f646
Merge pull request #7230 from taosdata/release/ver-2.1.6.0
[TD-5871]<fix>modify makepkg.sh about lite's package
2021-08-07 10:25:20 +08:00
Hui Li bc0a24fecf
Merge pull request #7231 from taosdata/tomchon-patch-4
modify makepkg.sh about lite's package
2021-08-07 10:24:19 +08:00
Hui Li 85e184c5bb
Merge pull request #7233 from taosdata/test/case_over_master2
<test> fix an test case error !
2021-08-07 10:23:58 +08:00
Shuduo Sang 83d5298679
[TD-5872]<fix>: taosdemo stmt performance. (#7234) 2021-08-07 10:08:53 +08:00
Linhe Huo 5823bcfc3b
[TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on. (#7079)
* [TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on.

commit 0edc106a76a95b28e65019c2ee4e4ed84530ad35
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 21:13:13 2021 +0800

    doc: improve document for python connector

commit 84915de0831b49c8378a16242dd0dbba8aaf386f
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:35:45 2021 +0800

    chore: add time elapsed

commit 1e8822e01bda96388a359363776792e261260b88
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:26:01 2021 +0800

    feat: support multi bind

commit 82d823f6194471fd3324b50f7dfba0ee9f10a7dd
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 16:42:05 2021 +0800

    feat: python support for async query and subscribe with callback

commit 8b9d36de2945906821225189cb47958e153d81e2
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed Jul 28 18:09:09 2021 +0800

    feat: finish stream and stmt interface

commit bc871aa43e9fc28dd1b3f8784a8ac6ee988564b5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Mon Jul 26 20:21:27 2021 +0800

    feat: basic full-fetured implementations

commit e5f7a5213e9016c377a57485e8d5c12139ce0957
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri Jul 23 10:33:14 2021 +0800

    tmp: refactor

* chore: fix insert/line_insert.py error

* [TD-3048]<fix>: fix tests error

* [TD-3049]<feature>: support stop_query in python connector cursor

* [TD-3048]<doc>: improve python connector document

* [TD-3048]<doc>: improve python connection README

* [TD-3048]<hotfix>: fix python2 install and runtime error

* chore: replace insertLines with insert_lines

* chore: fix misspellings

* chore: fix crash gen error in threading

* feat: support __del__ method for simplify

* test: fix subscription test result check

* chore: compatible with 2.0.20

* chore: fix python connector subscription test case

* [TD-3048]<fix>: fix schemaless insert test

* [TD-3048]<fix>: fix memory leak in crash_gen test case

* [TD-3048]<fix>: minor fix for crash gen memory leak

* [TD-3048]<fix>: set minimal required python3 as 3.4

* chore: update version in setup.py

* [TD-3048]<fix>: fix runtime errors in python3.4

* [TD-3048]<fix>: add typing as a dependency
2021-08-07 08:00:37 +08:00
Shuduo Sang ba4f1f9ee1
Hotfix/sangshuduo/td 5725 taosdump help timestamp (#7190)
* [TD-5725]<fix>: taosdump --help, regarding acceptable timestamp.

* make example date time same.
2021-08-07 01:21:19 +08:00
Haojun Liao b251e7b359 [td-225]fix bug found by regression test. 2021-08-06 23:05:30 +08:00
wenzhouwww 3aba1df2f3 <test> fix an test case error ! 2021-08-06 19:52:39 +08:00
wenzhouwww ac746e6d8e <test>: remove an not exist test case! 2021-08-06 19:23:40 +08:00
wenzhouwww 95d8b71304 <test> : remove an not exists test case! 2021-08-06 19:16:04 +08:00