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 |
wenzhouwww@live.cn
|
9bddc341bf
|
Merge branch '3.0' into test/vector_function
|
2022-05-27 10:33:35 +08:00 |
jiacy-jcy
|
6c634ff7a2
|
add case for percentile
|
2022-05-27 10:27:11 +08:00 |
Liu Jicong
|
d6094a4368
|
feat(tmq): drop cgroup
|
2022-05-27 10:24:40 +08:00 |
Shengliang Guan
|
1b06760347
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-27 10:19:36 +08:00 |
WANG MINGMING
|
c66acc7c7d
|
Merge pull request #13064 from taosdata/3.0
3.0
|
2022-05-27 10:10:02 +08:00 |
Haojun Liao
|
d87bb5f3fa
|
refactor(query): set the block groupId for stream block.
|
2022-05-27 10:03:45 +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 |
Shengliang Guan
|
856c0eed7c
|
Merge remote-tracking branch 'origin/fix/dnode' into fix/mnode
|
2022-05-27 09:49:12 +08:00 |
Shengliang Guan
|
7ed0870efc
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-27 09:49:02 +08:00 |
Shengliang Guan
|
c943497ad5
|
test: case for drop mnode
|
2022-05-27 09:48:25 +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 |
Minghao Li
|
17ed7e0747
|
fix(sync) delete assert, due to config change
|
2022-05-27 00:00:24 +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
|
89d172f999
|
refactor: make trans can exec one by one
|
2022-05-26 23:23:41 +08:00 |
Shengliang Guan
|
e0e1fb3190
|
refactor: make trans can exec one by one
|
2022-05-26 23:11:40 +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
|
babefefa64
|
test: case for mnode sync
|
2022-05-26 22:50:46 +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 |