Commit Graph

2833 Commits

Author SHA1 Message Date
WANG MINGMING 4a3eda51e0
Merge branch '3.0' into feat/TD-32642 2024-12-10 14:11:47 +08:00
Shengliang Guan 6259dcc8bd enh: add heaptest 2024-12-09 12:14:40 +00:00
wangmm0220 9077497464 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-32642 2024-12-06 17:05:38 +08:00
wangmm0220 5cfadb657f feat:[TD-32642] add timezone support in windows 2024-12-06 17:00:50 +08:00
wangmm0220 dd9ce710a6 feat:[TD-32642] fix encode error 2024-12-06 10:53:58 +08:00
Jinqing Kuang 31d65edcdf fix(query)[TD-33144]: add description for error code 0x3113 in the doc 2024-12-06 09:52:14 +08:00
wangmm0220 0165684131 feat:[TD-32642] merge from 3.0 2024-12-05 23:47:46 +08:00
Shengliang Guan c58697d799
Merge pull request #28903 from taosdata/feat/TS-5058-3.0
feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
2024-12-04 18:03:05 +08:00
wangmm0220 931a40985c feat:[TD-32642] add timezone support in windows 2024-12-04 10:53:33 +08:00
Jinqing Kuang c2256e9443 feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
kailixu 6dcfe361fe chore: restore Jenkinsfile2 and minor optimization 2024-12-03 19:10:05 +08:00
kailixu 4a9d72f54d log: log rotate logic for community 2024-12-03 16:13:38 +08:00
kailixu 583c4e8bb6 Merge branch '3.0' into enh/TD-30933-3.0 2024-12-03 15:28:19 +08:00
kailixu 60450f3e24 test: test case for log output and rotate 2024-12-03 11:13:14 +08:00
kailixu 1e8a2ab839 test: add test case for log output 2024-12-03 07:03:53 +08:00
wangmm0220 adff8a60d1 feat:[TD-32642] add timezone support in windows 2024-12-02 18:49:06 +08:00
yihaoDeng a38ce3dc3b add msg len check 2024-12-02 17:46:00 +08:00
wangmm0220 9cfd293793 feat:[TD-32642] add timezone support in windows 2024-12-02 10:22:48 +08:00
kailixu 57afdc6612 fix: compile problem of log rotate on windows 2024-12-01 14:51:12 +08:00
kailixu 76aea0ddb9 enh: log rotate logic 2024-12-01 13:12:32 +08:00
kailixu 01f10980b3 enh: log rotate 2024-11-30 23:33:09 +08:00
kailixu 081eacb178 fix: ts log dir 2024-11-30 09:37:59 +08:00
kailixu a157caa38d enh: process log rotate every 30 minutes 2024-11-29 18:57:09 +08:00
kailixu d256fb1c27 enh: support specify log output by -o option 2024-11-29 13:53:30 +08:00
kailixu 4b2aea8100 Merge branch '3.0' into enh/TD-30933-3.0 2024-11-29 13:41:25 +08:00
kailixu b4e6e2dfa8 enh: support specify log output by -o option 2024-11-29 13:40:33 +08:00
Shengliang Guan 4537286ff9
Merge pull request #28974 from taosdata/doc/contrib
doc: update error codes
2024-11-28 19:49:22 +08:00
Shengliang Guan 521ca93cc0 doc: update error codes 2024-11-28 19:27:53 +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
factosea baced053e2 fix: error desc 2024-11-28 14:18:11 +08:00
factosea c879d59b6c fix: change task status from succ to partsucc 2024-11-28 14:17:12 +08:00
kailixu 3da2d3d78d Merge branch '3.0' into enh/TD-30933-3.0 2024-11-27 16:44:43 +08:00
wangmm0220 0e2a16d70f feat:[TD-32642] add charset for connection support 2024-11-27 14:25:34 +08:00
wangmm0220 2ca9f9c8ce feat:[TD-32642] merge from 3.0 2024-11-26 00:13:43 +08:00
wangmm0220 69da972796 feat:[TD-32642] add timezone logic 2024-11-22 18:31:51 +08:00
Haojun Liao 9ea53119e5 fix(analytics): check return value. 2024-11-21 22:44:53 +08:00
Haojun Liao 91ce69e6af fix(analytics): check the null ptr. 2024-11-21 20:02:23 +08:00
Haojun Liao ac3081a4a4 fix(analytics): fix errors in parsing options. 2024-11-21 15:39:25 +08:00
Haojun Liao af1c0c98bb fix(analytics): do some internal refactor and fix the error in parse the option string. 2024-11-21 15:14:37 +08:00
factosea f3acf49e22 enh: include 2024-11-19 16:23:46 +08:00
Haojun Liao 20ad165ae3 Merge branch 'main' into fix/liaohj 2024-11-16 01:31:50 +08:00
wangmm0220 7aef49638e feat:[TD-32642] add timezone logic 2024-11-15 19:44:03 +08:00
Haojun Liao f304a92229 refactor: add new error code. 2024-11-15 17:21:20 +08:00
Shengliang Guan 82d8f1357c
Merge pull request #28743 from taosdata/fix/TD-32860-main
fix: print multi dataDir
2024-11-14 16:03:03 +08:00
kailixu 2028db3623 enh: avoid invalid access of log file handle 2024-11-14 10:00:07 +08:00
Shengliang Guan 4e34363d20 fix: print full config name 2024-11-13 13:59:59 +08:00
Shungang Li a3fa03646a fix: print multi dataDir for log 2024-11-12 15:19:15 +08:00
Shengliang Guan d36b6fd214
Merge pull request #28682 from taosdata/enh/TD-32167/os
Parameter validation
2024-11-08 09:30:09 +08:00
Shengliang Guan b0b1a232e3
Merge pull request #28691 from taosdata/merge/3.0tomain
merge: from 3.0 to main
2024-11-07 20:00:33 +08:00
Haojun Liao a8f7f153d9 refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00