Commit Graph

22288 Commits

Author SHA1 Message Date
Shengliang Guan 7181c5d960
Merge pull request #28988 from taosdata/main
merge: from main to 3.0 branch
2024-11-30 11:06:48 +08:00
Shengliang Guan 41ccb28f86
Merge pull request #28975 from taosdata/feat/main/TS-5667
support interp fill extension
2024-11-29 17:48:25 +08:00
Shengliang Guan 9201fd8902
Merge pull request #28979 from taosdata/enh/TD-32728
Enh/td 32728
2024-11-29 17:35:58 +08:00
54liuyao 58fdcae4d7 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-33020 2024-11-29 15:01:58 +08:00
Shengliang Guan b695541ff6
Merge pull request #28964 from taosdata/fix/liaohj
fix(stream): the timestamp when the stream is created is set to be the initial force_window_close start time.
2024-11-29 10:13:12 +08:00
Pengrongkun 4aee30f003 Merge remote-tracking branch 'origin/3.0' into enh/TD-32728 2024-11-29 10:13:10 +08:00
Pengrongkun 653eff8c1a taos_stmt2_get_stb_fields support insert into ? using stb tags(?) values(?) 2024-11-29 10:12:29 +08:00
54liuyao 2eb0d34d0f Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-33020 2024-11-29 08:59:06 +08:00
wangjiaming0909 3239a10b76 support interp fill extension 2024-11-28 20:30:53 +08:00
Shengliang Guan a3f077ce99 Merge branch '3.0' into merge/mainto3.0 2024-11-28 19:22:17 +08:00
Shengliang Guan fb4486cedb Merge branch 'main' into merge/mainto3.0 2024-11-28 19:21:25 +08:00
Shengliang Guan 7b6c19d4d6
Merge pull request #28962 from taosdata/fix/TD-33058
update test case and remove invalid code
2024-11-28 17:55:22 +08:00
Shengliang Guan 675008dd18
Merge pull request #28952 from taosdata/test/main/TD-32920
ci: set test step in ci when tdgpt file changed
2024-11-28 17:06:20 +08:00
Shengliang Guan 1c3af7500e
Merge pull request #28953 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-11-28 16:39:06 +08:00
Shengliang Guan b1433deebe
Merge pull request #28839 from taosdata/enh/TD-32179/operatorInputCheck
enh: operator input check
2024-11-28 16:37:58 +08:00
Shengliang Guan a2f6f138c8
Merge pull request #28960 from taosdata/fix/TD-33051/updateTaskStatus
Fix/td 33051/update task status
2024-11-28 16:12:32 +08:00
yihaoDeng c21ff8fdfe support escape and update test case 2024-11-28 16:11:08 +08:00
Shengliang Guan c30d48a8a5
Merge pull request #28943 from taosdata/enh/3.0/TD-32870
enh(wal):close wal module open file
2024-11-28 15:36:13 +08:00
Haojun Liao ec71572d74 refactor: do some internal refactor. 2024-11-28 14:52:39 +08:00
Shengliang Guan ab604c18f9
Merge pull request #28925 from taosdata/feat/updateMultiTag
Feat/updateMultiTag
2024-11-28 14:24:23 +08:00
factosea c879d59b6c fix: change task status from succ to partsucc 2024-11-28 14:17:12 +08:00
xiao-77 4f2faff91d Fix maybe close undefine fd ptr. 2024-11-28 11:20:22 +08:00
Shengliang Guan 26ba4b1f29 Merge branch '3.0' into merge/mainto3.0 2024-11-27 22:32:50 +08:00
Shengliang Guan 6db8a25c98 Merge branch 'main' into merge/mainto3.0 2024-11-27 22:31:17 +08:00
facetosea a2f8a822da remove some check 2024-11-27 19:51:27 +08:00
54liuyao 1b285f8a1d fix issue 2024-11-27 18:52:04 +08:00
54liuyao 9d384bc438 fix issue 2024-11-27 18:51:50 +08:00
Haojun Liao 58886a0264 fix(stream): the timestamp when the stream is created is set to be the initial force_window_close start time. 2024-11-27 17:48:02 +08:00
54liuyao 23d67933cd add ci 2024-11-27 16:52:01 +08:00
xiao-77 1eb005a9f0 Fix error code return. 2024-11-27 16:27:00 +08:00
54liuyao d1f8f383fb Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-33020 2024-11-27 16:25:45 +08:00
54liuyao 9d668150d5 fix stream issue 2024-11-27 16:24:46 +08:00
Shengliang Guan 642a5152f7
Merge pull request #28900 from taosdata/fix/liaohj
fix(stream): check whether dispatch trigger block is expired or not
2024-11-27 15:47:47 +08:00
Haojun Liao 5e49268cd8 Merge branch 'main' into fix/liaohj 2024-11-27 15:44:53 +08:00
chenhaoran 7567e1a3fe Merge branch 'main' of https://github.com/taosdata/TDengine into test/main/TS-5671 2024-11-27 14:04:22 +08:00
xiao-77 d609d144be Fix ci crash. 2024-11-27 13:46:55 +08:00
54liuyao e63b8a0ccb fix issue 2024-11-27 10:55:52 +08:00
Shengliang Guan eaf4fc1a53
Merge pull request #28928 from taosdata/fix/skip-sync-reset-timer
fix/skip-sync-reset-timer
2024-11-27 10:48:50 +08:00
xiao-77 7d961a7fec Enh close wal module open file. 2024-11-27 10:15:50 +08:00
54liuyao 0669910da5 fix issue 2024-11-27 08:58:39 +08:00
54liuyao a6cd2b16fe adj function name 2024-11-27 08:40:19 +08:00
yihaoDeng 90d63ea5a2 fix partial failure 2024-11-27 07:59:16 +08:00
yihaoDeng dc63ec194d fix invalid free 2024-11-26 19:50:26 +08:00
54liuyao 22023575ba opt stream force fill op 2024-11-26 19:46:36 +08:00
yihaoDeng 3843fa6de8 fix invalid free 2024-11-26 19:45:00 +08:00
yihaoDeng 2e56479f8a handle random memory failure 2024-11-26 19:00:06 +08:00
yihaoDeng 76f982e937 handle random memory failure 2024-11-26 17:57:10 +08:00
54liuyao 5472a22a11 Merge branch 'fix/TD-32999' of https://github.com/taosdata/TDengine into fix/TD-33020 2024-11-26 16:02:03 +08:00
dmchen 6789e2e58d fix/skip-sync-reset-timer-keep-return-error 2024-11-26 15:54:31 +08:00
54liuyao ba569d3df3 adj code 2024-11-26 15:27:03 +08:00