Commit Graph

23577 Commits

Author SHA1 Message Date
Shengliang Guan e10e8c8fec shm 2022-03-16 18:20:57 +08:00
Hongze Cheng 0c02e1123d more TDB 2022-03-16 10:19:37 +00:00
Cary Xu e10f471b95 refactor 2022-03-16 18:19:26 +08:00
yihaoDeng d1c4e9ae92 handle except 2022-03-16 18:15:26 +08:00
Minghao Li f22226a44e sync refactor 2022-03-16 17:16:10 +08:00
Shengliang Guan 003864f902 shm 2022-03-16 16:59:45 +08:00
Minghao Li 5387e4ff7d sync refactor 2022-03-16 16:54:55 +08:00
Hongze Cheng 16e7fa2e9e more TDB 2022-03-16 08:31:51 +00:00
Minghao Li b08cdf2f82 sync refactor 2022-03-16 16:20:01 +08:00
Hongze Cheng 66213fe83f more TDB 2022-03-16 08:08:55 +00:00
Hongze Cheng fc63623ba3 more TDB 2022-03-16 08:02:33 +00:00
Hongze Cheng 03ff33095d more TDB 2022-03-16 08:00:30 +00:00
Minghao Li acfe73ed18 sync refactor 2022-03-16 15:47:49 +08:00
Minghao Li 90478b8742 sync refactor 2022-03-16 15:24:11 +08:00
Hongze Cheng f3200438d2 more TDB 2022-03-16 07:15:39 +00:00
Minghao Li f7cd75544c sync raft store 2022-03-16 15:09:56 +08:00
Hongze Cheng 7defb86ab7 more TDB 2022-03-16 07:09:22 +00:00
Xiaoyu Wang 16e5fd226e
Merge pull request #10771 from taosdata/feature/3.0_wxy
TD-13597 create/drop topic, alter database, drop index, drop qnode statement implement
2022-03-16 15:03:02 +08:00
Hongze Cheng bea00d9146 more TDB 2022-03-16 07:00:52 +00:00
Yihao Deng 685ca10e74
Merge pull request #10772 from taosdata/feature/supportQuery
handle except and update UT
2022-03-16 14:58:12 +08:00
Xiaoyu Wang 5967a4dff8 TD-13597 create/drop topic, alter database, drop index, drop qnode statement implement 2022-03-16 02:53:25 -04:00
Hongze Cheng 46aed9707b more TDB 2022-03-16 06:49:33 +00:00
Shengliang Guan ba12601dff Merge remote-tracking branch 'origin/3.0' into feature/shm 2022-03-16 14:48:49 +08:00
Shengliang Guan 4b7baac9cf shm 2022-03-16 14:45:45 +08:00
Hongze Cheng 8303034928 more TDB 2022-03-16 06:37:07 +00:00
yihaoDeng a9692987d9 handle except and update UT 2022-03-16 14:34:09 +08:00
Shengliang Guan 58b64fcff2 shm 2022-03-16 14:32:02 +08:00
plum-lihui 7f963b8a4c Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2022-03-16 14:17:33 +08:00
plum-lihui 4046173c48 [add interval case] 2022-03-16 14:17:03 +08:00
Cary Xu 831a8522c7
Merge pull request #10770 from taosdata/feature/TD-11463-3.0
migrate TS-1278 from 2.x
2022-03-16 14:13:36 +08:00
Xiaoyu Wang f8f7aabfd9 TD-13597 create/drop topic, alter database, drop index, drop qnode statement implement 2022-03-16 02:08:59 -04:00
Cary Xu 8286d6efcf migrate TS-1278 from 2.x 2022-03-16 14:00:41 +08:00
Yihao Deng 07dda4c8f8
Merge pull request #10768 from taosdata/feature/supportQuery
handle except and update UT
2022-03-16 13:41:05 +08:00
yihaoDeng f43efb9fea handle except and update UT 2022-03-16 13:30:03 +08:00
Shengliang Guan bf2226f09f shm 2022-03-16 13:29:39 +08:00
Hui Li 8ac540a3e5
Merge pull request #10751 from taosdata/TD-14049
extend 3.0 ci to 4 machines
2022-03-16 13:15:39 +08:00
Minghao Li 6fcbca5b39 sync ping 2022-03-16 11:45:12 +08:00
Shuduo Sang 3c6c518470
[TD-13063]<feature>: 3.0 on windows (#10765)
* [TD-13063]<feature>: 3.0 on Windows

* add pthread in contrib

* fix linux compile

* fix osSemaphore

* add gnu regex for Windows

* fix compile error for Windows

* support arm platform

* port more OS files

* fix for Windows compile

* port more files

* fix macOS on x86_64

* port osFile

* port osSemaphone.h

* port osSocket.c

* port tconfig.c

* port ttimer.c

* add couple files

* merge with 3.0
2022-03-16 11:37:31 +08:00
Hongze Cheng 5cdfc49ba0 more TDB 2022-03-16 03:07:40 +00:00
Minghao Li b5b1417a8b sync append entries (sync-io) 2022-03-16 10:54:06 +08:00
Hongze Cheng ec3cb6fd9c more TDB 2022-03-16 02:42:57 +00:00
Hongze Cheng 07f6afe73e more TDB 2022-03-16 02:32:46 +00:00
Yihao Deng 82431b840b
Merge pull request #10761 from taosdata/feature/supportQuery
handle except and update UT
2022-03-16 09:39:14 +08:00
yihaoDeng 6e9bc0cbd9 handle except 2022-03-16 09:08:42 +08:00
yihaoDeng 4f330fab1f handle except 2022-03-15 23:47:37 +08:00
Shuduo Sang 23bef711fc
Feature/sangshuduo/td 13063 3.0 windows (#10720)
* [TD-13063]<feature>: 3.0 on Windows

* add pthread in contrib

* fix linux compile

* fix osSemaphore

* add gnu regex for Windows

* fix compile error for Windows

* support arm platform

* port more OS files

* fix for Windows compile

* port more files

* fix macOS on x86_64

* port osFile

* port osSemaphone.h

* port osSocket.c

* port tconfig.c

* port ttimer.c

* add couple files
2022-03-15 21:35:04 +08:00
Shengliang Guan 332da70335 rename msg 2022-03-15 20:53:29 +08:00
Shengliang Guan bde9b43933 shm 2022-03-15 20:47:26 +08:00
Shengliang Guan db970c79a8 Merge remote-tracking branch 'origin/3.0' into feature/shm 2022-03-15 20:29:56 +08:00
Shengliang Guan 882575fd98 shm 2022-03-15 20:26:00 +08:00