Commit Graph

49804 Commits

Author SHA1 Message Date
slzhou dcf5f98b4b fix: change name and body to func_name and func_body 2023-03-29 15:52:08 +08:00
slzhou accebcedc4 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf-improvement 2023-03-29 14:52:04 +08:00
Shuduo Sang 8fdc687097
fix: taosdump free tbname in loose mode (#20681)
* fix: taosbenchmark support same min/max

* fix: taosbenchmark support same min/max

* fix: telnet_tcp.py case

* fix: enable sml_json_all_types.py

* fix: taos-tools update

* fix: taosdump free tbname in loose mode
2023-03-29 11:47:23 +08:00
shenglian zhou 883734a6b8 fix: use offical pypi repository 2023-03-29 11:33:18 +08:00
Shuduo Sang 29603a8221
docs: add taoskeeper note for monitor parameter (#20633) 2023-03-29 10:10:41 +08:00
Shuduo Sang 30e8191f58
docs: update taoskeeper docs installation part (#20680) 2023-03-29 10:02:55 +08:00
Alex Duan 1f953a422d Merge branch '3.0' into test/TD-22889-3.0 2023-03-29 09:32:32 +08:00
slzhou eb1612483c fix: pass odbc.py test. add two columns 2023-03-29 08:56:49 +08:00
Xuefeng Tan cebe53a483
fix: fix test `cast.py` for windows (#20676) 2023-03-28 19:08:43 +08:00
wade zhang 3702852b2c
Update 03-tolerance.md 2023-03-28 17:33:56 +08:00
wade zhang 81439fcc89
Merge pull request #20675 from taosdata/docs/wade-tolerance
docs: refine the description about disaster recovery
2023-03-28 17:04:52 +08:00
gccgdb1234 cb77ca212d docs: refine disaster recovery 2023-03-28 17:04:08 +08:00
gccgdb1234 764521f898 docs: refine the description about disaster recovery 2023-03-28 16:19:01 +08:00
Alex Duan e98fe94eb2 test : add ldconfig to call 2023-03-28 15:08:38 +08:00
Alex Duan 9289f7de8b test: add retentsion for topic 2023-03-28 13:58:40 +08:00
Alex Duan 444adf5fdf Merge branch '3.0' into test/TD-22889-3.0 2023-03-28 12:56:01 +08:00
Alex Duan 9b729c289b test: add install taospyudf 2023-03-28 12:54:57 +08:00
slzhou 169d0ee13c fix: scalar return and log error of udf execution 2023-03-28 11:18:14 +08:00
Alex Duan 70043090dc test: change sum to high performance version 2023-03-28 10:55:27 +08:00
shenglian zhou b6542fb286 fix: add language and definition body to ins_functions 2023-03-28 08:43:34 +08:00
Alex Duan 6d42ddb7f9 test: add udfpy_main.py to ci 2023-03-27 19:58:47 +08:00
Shuduo Sang 11f39d2fbc
fix: taosbenchmark telnet_tcp case (#20659)
* fix: taosbenchmark support same min/max

* fix: taosbenchmark support same min/max

* fix: telnet_tcp.py case

* fix: enable sml_json_all_types.py
2023-03-27 19:38:47 +08:00
Xiaoyu Wang 6726bda9de
Merge pull request #20652 from taosdata/fix/wrong-field-logging
wrong field logging
2023-03-27 19:05:15 +08:00
Xiaoyu Wang 97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
Adam Ji 319ec95b9d
docs: add content about req-id (#20650) 2023-03-27 17:07:33 +08:00
Shuduo Sang a5d4dfe281
fix: taosbenchmark codacy complain (#20640) 2023-03-27 16:30:29 +08:00
cadem 2495d0781d wrong field logging 2023-03-27 15:11:20 +08:00
Yiqing Liu bdd04732ff
Update 20-keywords.md 2023-03-27 13:20:02 +08:00
Xiaoyu Wang ed48713a4b
Merge pull request #20615 from taosdata/fix/trigger-election-by-sync-msg
Fix/trigger election by sync msg
2023-03-27 11:54:53 +08:00
wade zhang b2236a05af
Merge pull request #20641 from taosdata/docs/3.0_doc_wxy
docs: fix event window doc
2023-03-27 09:57:10 +08:00
Xiaoyu Wang 522fbb0f84 docs: fix event window doc 2023-03-27 09:51:25 +08:00
Alex Duan 1684f07a0b Merge branch '3.0' into test/TD-22889-3.0 2023-03-26 21:38:42 +08:00
Alex Duan 1b3f9f4a08 test: change batch size 2023-03-26 21:36:59 +08:00
plum-lihui c35f2ca8e3 test: modify tmq cases 2023-03-25 17:34:04 +08:00
Benguang Zhao 6e1eed8843 fix: create database with wal_retention_period in docs/examples/csharp 2023-03-25 13:59:17 +08:00
Benguang Zhao bac441b317 fix: create database with wal_retention_period in tmq_taosx_ci.c 2023-03-25 13:21:50 +08:00
Benguang Zhao 19883fdeed feat: alter database before creating topic in tests 2023-03-25 12:01:20 +08:00
Benguang Zhao ffc3b7b27a enh: add the errorcode TSDB_CODE_MND_DB_RETENTION_PERIOD_ZERO 2023-03-25 11:06:05 +08:00
Alex Duan 018f922661 feat: auto tab fix udf_language2 2023-03-25 10:26:31 +08:00
Alex Duan 11be6c6f85 feat: auto tab fix udf_language1 2023-03-25 10:25:14 +08:00
Alex Duan a52af4a07e feat: auto tab fix udf_language 2023-03-25 10:21:12 +08:00
dapan1121 f6776e1cc4
Merge pull request #20623 from taosdata/fix/TD-23217
fix: fix windows handling localtime_s error
2023-03-25 09:40:20 +08:00
Alex Duan 6a16926098 feat: auto tab add create function1 2023-03-25 09:35:06 +08:00
Alex Duan d6b972c2a1 feat: auto tab add create function1 2023-03-25 09:29:01 +08:00
Alex Duan ddc1689759 feat: auto tab add create function 2023-03-25 09:20:39 +08:00
Xiaoyu Wang d2b8c5e433
Merge pull request #20524 from taosdata/fix/clusterid-isolation
fix: clusterid isolation
2023-03-25 09:19:49 +08:00
Alex Duan f95f6c9f78 feat: auto tab add create function 2023-03-25 09:15:13 +08:00
dapan1121 95dd3e078a
Merge pull request #20596 from taosdata/szhou/python-udf
fix: aggregate function can return null value
2023-03-25 08:57:33 +08:00
Alex Duan d4c63827c2 test: case all passed 2023-03-24 19:44:08 +08:00
Alex Duan 17f948deca test: add string concat function 2023-03-24 18:57:07 +08:00