Commit Graph

29615 Commits

Author SHA1 Message Date
Hongze Cheng 04ee5be2a8 fix: vnode pre-process request 2022-05-27 03:38:09 +00:00
Hongze Cheng f4571ce085 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-27 03:21:42 +00:00
Liu Jicong 2939e17ad1
Merge pull request #13065 from taosdata/feature/stream
feat(tmq): drop cgroup
2022-05-27 11:04:53 +08:00
Chait Diwadkar 40d99ea490 docs:cdiwadkar16-patch-4-15 - minor stylistic changes
Rewrote some sentences for readability.
2022-05-27 10:52:41 +08:00
Chait Diwadkar d4bb148a09 docs:cdiwadkar16-patch-4-14 - changes for taos_use_result
Changed to: "In the above sample, `print_result` is used to simplify the printing of the result set. It is similar to `taos_use_result`"
2022-05-27 10:47:46 +08:00
Hongze Cheng c4593d68ee Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-27 02:38:42 +00:00
Liu Jicong d6094a4368 feat(tmq): drop cgroup 2022-05-27 10:24:40 +08:00
dapan1121 f6e6554b2a
Merge pull request #13041 from taosdata/feature/schema.version
feat: add tag version
2022-05-27 09:51:22 +08:00
Chait Diwadkar bcb6f4d168 docs:cdiwadkar16-patch-4-13 - several
Stylistic changes.
Clarifying changes.
Removed reference to taos_use_result since it is not mentioned in code snippet.
2022-05-27 09:50:05 +08:00
gccgdb1234 91a2687bc4 docs: refine description about firewall 2022-05-27 08:42:53 +08:00
Zhengmao Zhu d29a31efe6 Update index.md 2022-05-27 08:22:25 +08:00
Chait Diwadkar 3103b55bc3 docs:cdiwadkar16-patch-4-12 - minor changes
Minor changes for spelling and style.
2022-05-27 08:06:04 +08:00
Chait Diwadkar 13c916684b docs/cdiwadkar16-patch-4-11 - minor changes
Stylistic and grammar changes.
2022-05-27 08:05:31 +08:00
Chait Diwadkar 6b861ad003 docs:cdiwadkar16-patch-4-10 - grammar change
Grammar changes.
2022-05-27 08:04:52 +08:00
Chait Diwadkar 751cd8a854 docs:cdiwadkar16-patch-4-9 - spelling change
Spelling correction.
2022-05-27 08:04:29 +08:00
Chait Diwadkar fe5ebe38ba docs:cdiwadkar16-patch-4-8 - minor updates
Spelling correction
Stylistic changes
2022-05-27 08:03:39 +08:00
Chait Diwadkar 76868b76bc docs:cdiwadkar16-patch-4 - several changes
Some stylistic changes.
Some clarifying changes.
2022-05-27 08:02:25 +08:00
Chait Diwadkar 7b86c581ef docs:cdiwadkar16-patch-4 - added best practices and explicit clarifications
Added best practices for firewall and data protections.
Added explicit hostnames (fqdn) in cluster set up examples for clarity.
2022-05-27 08:01:50 +08:00
Sean Ely 0c1ed45d48 docs: grammar and phrasing: admin diagnostics
Minor grammar, edits, and phrasing for the Admin > Problem Diagnostics page.
2022-05-27 07:59:52 +08:00
Sean Ely b61b1d556e docs: phrasing: admin monitor
Phrasing for the Admin > TDengine Monitoring page
2022-05-27 07:58:24 +08:00
Sean Ely bda7cbbbb2 Docs: grammar: manage connections
Minor grammar edits to the Admin > Manage connections page
2022-05-27 07:57:51 +08:00
Sean Ely c37d13b285 docs: grammar: admin import
Minor grammar updates to the Admin > Data Import page.
2022-05-27 07:57:19 +08:00
Sean Ely 50dcf04e59 docs: grammar: user management
Minor grammar changes for the User Management page
2022-05-27 07:56:31 +08:00
Sean Ely 9a67d1f41a docs: grammar and formatting: fault tolerance
Minor grammar and formatting for the Fault Tolerance & Disaster Recovery Page
2022-05-27 07:53:11 +08:00
WANG MINGMING 3eb6c8c309
Merge pull request #13025 from taosdata/feature/TD-15956
feat:add logic for tag filter
2022-05-26 23:47:07 +08:00
Shengliang Guan 2aa83680ff
Merge pull request #13046 from taosdata/fix/dnode
fix: msg redirect while mnode replica large than 0
2022-05-26 23:10:10 +08:00
wangmm0220 3e94a85629 fix: remove table group code in 2.x 2022-05-26 23:05:06 +08:00
Shengliang Guan 84b3de325a Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-05-26 22:39:37 +08:00
Shengliang Guan 5198ee46ad Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-05-26 22:39:26 +08:00
Shengliang Guan 1ed7a4be11 fix: msg redirect while mnode replica large than 0 2022-05-26 22:39:11 +08:00
Shengliang Guan 0fbbae04fc
Merge pull request #13038 from taosdata/fix/mnode
feat: create mnode
2022-05-26 22:37:36 +08:00
Liu Jicong ab104d8620
Merge pull request #13045 from taosdata/feature/stream
refactor(stream): remove out-of-date msg
2022-05-26 22:18:52 +08:00
dapan1121 823bfcb32b fix case issue 2022-05-26 22:16:38 +08:00
Ganlin Zhao f4272b5ae4
Merge pull request #13033 from taosdata/fix/TD-15957
fix(query): fix first(*) result incorrect for all NULL entry tables
2022-05-26 22:13:29 +08:00
Shengliang Guan e58b6f37c5 Merge branch 'fix/mnode' into fix/dnode 2022-05-26 21:55:46 +08:00
Liu Jicong d5d8581bcf refactor(stream): remove out-of-date msg 2022-05-26 21:45:59 +08:00
wangmm0220 750b7ccec9 fix: remove table group code in 2.x 2022-05-26 21:45:49 +08:00
WANG MINGMING dfe0440c5f
Merge pull request #13044 from taosdata/3.0
3.0
2022-05-26 21:42:21 +08:00
Ganlin Zhao 45bbfbfdf7
Merge pull request #13029 from taosdata/fix/TD-16018
fix(query): fix elapsed function time_unit cannot be smaller than db precision
2022-05-26 21:42:20 +08:00
Ganlin Zhao a6a6d0f9c7 Merge branch '3.0' into fix/TD-15957 2022-05-26 21:36:28 +08:00
yihaoDeng 3ba372a836 Merge branch 'fix/mnode' of https://github.com/taosdata/TDengine into mnode 2022-05-26 21:29:12 +08:00
yihaoDeng ddbcaee1ff fix: add debug info 2022-05-26 21:23:19 +08:00
Ganlin Zhao 2ed001ce68
Merge pull request #13010 from taosdata/fix/TD-15923
fix(query): fix avg/sum function result overflown output inf/nan
2022-05-26 21:17:42 +08:00
dapan1121 782ad93dc9 fix update mgmt epset issue 2022-05-26 21:16:06 +08:00
Liu Jicong 757e4c2d3e
Merge pull request #13040 from taosdata/feature/stream
fix(stream): double free
2022-05-26 21:12:29 +08:00
Liu Jicong d3a2e98d60 fix(stream): double free 2022-05-26 20:52:27 +08:00
Shengliang Guan 3ecdebc4e8 fix: status msg 2022-05-26 20:51:35 +08:00
dapan1121 a491db6cfe
Merge pull request #13039 from taosdata/3.0
3.0
2022-05-26 20:41:18 +08:00
dapan1121 7c46aea979 add tversion 2022-05-26 20:37:55 +08:00
Haojun Liao 5028c5d7e6
Merge pull request #13036 from taosdata/feature/3_liaohj
fix(query): remove redundant definition of stream table in mnode.
2022-05-26 20:36:53 +08:00