Commit Graph

49180 Commits

Author SHA1 Message Date
slzhou 0deeff333c Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-08 13:51:47 +08:00
Xiaoyu Wang 8ff44b9ec0
Merge pull request #20326 from taosdata/docs/3.0_doc_wxy
docs: add event window
2023-03-08 13:33:01 +08:00
Xiaoyu Wang 6fcf446f98 docs: add event window 2023-03-08 13:32:08 +08:00
Shuduo Sang 542b7552d6
docs: update taosbenchmark new argument with 3.0.3.0 release (#20325) 2023-03-08 13:07:26 +08:00
wade zhang 5906a6555e
Merge pull request #20324 from taosdata/docs/wade-event-window
docs: add event window
2023-03-08 12:58:03 +08:00
gccgdb1234 bde9d54cb5 docs: event window 2023-03-08 12:57:31 +08:00
Shuduo Sang 64f5da8ef8
feat: taosbenchmark support sample data per child table (#20316) 2023-03-08 12:30:58 +08:00
gccgdb1234 3115aeee78 docs: add event window 2023-03-08 12:23:58 +08:00
Xiaoyu Wang 7fa9bbe2b8
Merge pull request #20323 from taosdata/docs/3.0_doc_wxy
docs: add event window
2023-03-08 11:59:20 +08:00
Xiaoyu Wang 891ccdfe55 docs: add event window 2023-03-08 11:58:26 +08:00
slzhou 88d2d57534 enhance: increase udf function intermediate buffer size 2023-03-08 10:11:50 +08:00
wade zhang 3f3641f184
Merge pull request #20312 from taosdata/release/xiaolei/TD-23018-3.0-release-3030
release: update 3.0 version to 3.0.3.0
2023-03-08 08:29:17 +08:00
wade zhang 69bc969514
Merge pull request #20310 from taosdata/docs/3.0.3.0
docs: release 3.0.3.0
2023-03-08 08:23:36 +08:00
slzhou d7ba604023 fix: c plugin libLoaded = false 2023-03-07 22:43:31 +08:00
slzhou 757062668f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-07 20:49:31 +08:00
slzhou cb73a5c131 fix: check udf python plugin load/open failure 2023-03-07 20:49:14 +08:00
xleili b87c637ced docs: release 3.0.3.0 2023-03-07 20:22:40 +08:00
xleili b3fe9a6bd6 release: update 3.0 version to 3.0.3.0 2023-03-07 20:18:48 +08:00
sunpeng 8295489bea
enh: update taosadapter (#20304) 2023-03-07 19:10:56 +08:00
wade zhang 412d587c17
Update 07-tmq.mdx 2023-03-07 16:26:26 +08:00
Shuduo Sang 3fe25f6e86
docs: clarify kafka connector branch (#20294) 2023-03-07 14:44:08 +08:00
Hui Li 54604ab32f
Merge pull request #20293 from taosdata/test/TD-22498
update coverage test script
2023-03-07 14:01:39 +08:00
Ping Xiao 807afaa4b2 update coverage test script 2023-03-07 13:59:51 +08:00
slzhou 6dae414e1a enhance: delay loading of python plugin 2023-03-07 12:01:26 +08:00
slzhou 5ae109cc6f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-07 10:15:17 +08:00
slzhou 916a4b2d81 feat: pass logdir to python plugin 2023-03-07 09:57:07 +08:00
Shengliang Guan ae8ac2921f
Merge pull request #20275 from taosdata/FIX/TD-22978-3.0
fix: update docs for WAL_RETENTION_PERIOD, etc.
2023-03-06 17:49:30 +08:00
Benguang Zhao 85767ca532 fix: update docs for WAL_RETENTION_PERIOD, etc. 2023-03-06 11:44:35 +08:00
wade zhang 63e100f640
Merge pull request #20274 from taosdata/docs/dingbo8128-patch-1
docs: Update index.md
2023-03-06 10:46:54 +08:00
Bo Ding f9a4a8c7f6
Update index.md
remove useless title
2023-03-06 10:36:14 +08:00
slzhou d8c7eb0cdd fix: fix minior errors of previous commit 2023-03-06 09:26:21 +08:00
slzhou 6c4400c3ba fix: the buf returend by the udf has a smaller size than the function bufsize 2023-03-06 09:20:55 +08:00
slzhou 44e3b11580 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-04 15:24:37 +08:00
slzhou 2491821278 fix: change taopyudf library name 2023-03-04 15:23:13 +08:00
Xiaoyu Wang 54e2766761
Merge pull request #20264 from taosdata/enh/3.0_planner_optimize
feat: add language clause for create function
2023-03-04 11:52:15 +08:00
Xiaoyu Wang 599967d39f feat: add language clause for create function 2023-03-04 11:08:50 +08:00
Shuduo Sang 42d2c15f19
docs: connector for 3.0 (#20250)
* docs: update csharp connector status

* docs: fix csharp ws bulk pulling

* docs: clarify database param is optional to websocket dsn

* docs: fix java connector mistake

* fix: a few typos

* fix: many typos
2023-03-03 10:14:57 +08:00
Linhe Huo f128b7eaa3
Merge pull request #20248 from taosdata/test/3.0/TD-22945
ci:add cache in ci compling
2023-03-03 01:13:35 +08:00
chenhaoran 18cc1eb636 ci:cancle "git clean -dx" 2023-03-03 00:50:14 +08:00
chenhaoran 4cff33b607 ci:add cache in ci compling 2023-03-02 22:05:58 +08:00
sunpeng b84b8e58f5
test: add python demo for websocket (#20209)
* test: add python demo for websocket

* fix test

* fix test

* fix test
2023-03-02 20:44:25 +08:00
Shengliang Guan 2a15ba8daa
Merge pull request #19807 from taosdata/docs/dclow
doc: fix markdown errors and links
2023-03-02 17:39:15 +08:00
Shengliang Guan ad751dccac
Merge pull request #19934 from taosdata/docs/cdiwadkar16-patch-1
docs:cdiwadkar16-patch-1 - example for INTERP
2023-03-02 17:38:49 +08:00
Shengliang Guan cad1955d53
Merge pull request #19447 from gechunlin/patch-1
Update index.md
2023-03-02 17:38:01 +08:00
Shengliang Guan e5bd2b474b
Merge pull request #19373 from taosdata/danielclow-patch-2
docs - update social media links in readme.md
2023-03-02 17:36:08 +08:00
Shengliang Guan 8433b844db
Merge pull request #19756 from taosdata/ssq001-patch-4
Update 07-tmq.mdx
2023-03-02 17:31:40 +08:00
xinsheng Ren b1cdb4f6ec
fix: windows release from tdengine/package/release.bat failed (#20233)
* fix: windows release from tdengine/package/release.bat failed

* fix: TDengine spelling

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-03-02 10:35:04 +08:00
sunpeng 060a085a2d
docs: update docs for req id (#20210) 2023-03-01 18:32:12 +08:00
slzhou c499d7f173 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-01 15:51:43 +08:00
slzhou 2b566dabc7 fix: add function not implemented error 2023-03-01 15:37:08 +08:00