1. 04 3月, 2022 1 次提交
  2. 02 3月, 2022 3 次提交
  3. 01 3月, 2022 10 次提交
    • sangshuduo's avatar
      Test/sangshuduo/td 13408 move example back (#10492) · 261e004d
      sangshuduo 提交于
      * [TD-13408]<test>: move examples back
      
      * [TD-13408]<test>: move examples back
      
      * add examples/c to CMakeLists.txt
      
      * update tests
      
      * [TD-13408]<test>: move rust example back
      
      * fix examples path for Windows
      
      * fix tests/exmaples
      
      * fix typo and spell mistakes
      
      * fix format and typo
      
      * fix format and link
      
      * update tests
      261e004d
    • sangshuduo's avatar
      d10d402f
    • sangshuduo's avatar
      Test/sangshuduo/td 13408 move example back (#10480) · 2161a23e
      sangshuduo 提交于
      * [TD-13408]<test>: move examples back
      
      * [TD-13408]<test>: move examples back
      
      * add examples/c to CMakeLists.txt
      
      * update tests
      
      * [TD-13408]<test>: move rust example back
      
      * fix examples path for Windows
      
      * fix tests/exmaples
      
      * fix typo and spell mistakes
      
      * fix typo and format
      
      * fix format and typo
      2161a23e
    • sangshuduo's avatar
      fix typo and format · a831bc2f
      sangshuduo 提交于
      a831bc2f
    • sangshuduo's avatar
      Test/sangshuduo/td 13408 move example back (#10471) · 281123f1
      sangshuduo 提交于
      * [TD-13408]<test>: move examples back
      
      * [TD-13408]<test>: move examples back
      
      * add examples/c to CMakeLists.txt
      
      * update tests
      
      * [TD-13408]<test>: move rust example back
      
      * fix examples path for Windows
      
      * fix tests/exmaples
      
      * fix typo and spell mistakes
      281123f1
    • B
      Update docs align to 2.4.0.10 release policy (#10462) · 4f24ebc0
      Bo Xiao 提交于
      * Update docs align to 2.4.0.10 release policy
      
      社区版服务器tar.gz新增了:taosAdapter、taosdump、taosBenchmark、TDinsight安装脚本
      Docker镜像与tar.gz保持一致,说明启动容器时,同时启动taosAdapter和taosd
      其他小修改
      
      * Add new blank line
      
      Add new blank line
      
      * minor modifications
      
      增加了空格和少许文字修订
      4f24ebc0
    • sangshuduo's avatar
      Test/sangshuduo/td 13408 move example back (#10466) · 9dfb5717
      sangshuduo 提交于
      * [TD-13408]<test>: move examples back
      
      * [TD-13408]<test>: move examples back
      
      * add examples/c to CMakeLists.txt
      
      * update tests
      
      * [TD-13408]<test>: move rust example back
      
      * fix examples path for Windows
      
      * fix tests/exmaples
      9dfb5717
    • weixin_47267244's avatar
      Update doc (#9193) · 0305799a
      weixin_47267244 提交于
      0305799a
    • arielyangpan's avatar
      docs: reformat by guide of Chinese writing style. (#10445) · eb964500
      arielyangpan 提交于
      1. added space between Chinese character and half-width character.
      2. capitalized first letter of proper noun.
      3. fixed node to Node.js.
      4. corrected spell of vnode to VNode.
      5. fixed typo of UINON to Union.
      6. UNION & JOIN is not SQL clause here, so should be Union & Join.
      7. avg, min, diff is SQL function here, so should be AVG, MIN, DIFF.
      8. EMQ X should be EMQX.
      9. replaced half-width parenthesis with full-width parenthesis.
      10. translated split-brain
      11. corrected collectd_statsd to collectd/StatsD
      eb964500
    • C
      Several changes proposed (#10461) · 3a7b460a
      Chait Diwadkar 提交于
      Table headings made consistent with section headings.
      Phrasing, grammar and spelling changes in places.
      3a7b460a
  4. 28 2月, 2022 1 次提交
  5. 27 2月, 2022 1 次提交
  6. 26 2月, 2022 1 次提交
  7. 25 2月, 2022 9 次提交
    • P
      [TS-1117]<doc>: fix wrong description · a0a17437
      Ping Xiao 提交于
      a0a17437
    • P
      [TS-1116]<doc>: fix wrong description · 152fbc72
      Ping Xiao 提交于
      152fbc72
    • T
      Update docs.md · 7b8b3014
      taos-support 提交于
      Added documents related to TSZ
      7b8b3014
    • T
      Update docs.md (#10402) · 711f4e21
      taos-support 提交于
      Added documents related to Go RESTful
      711f4e21
    • 陶建辉(Jeff)'s avatar
      Update docs.md · de94862c
      陶建辉(Jeff) 提交于
      de94862c
    • 陶建辉(Jeff)'s avatar
      Update docs.md · e7a05522
      陶建辉(Jeff) 提交于
      e7a05522
    • 陶建辉(Jeff)'s avatar
      Update docs.md · 7c990291
      陶建辉(Jeff) 提交于
      7c990291
    • C
      A few changes as outlined below (#10397) · 4b1be2ce
      Chait Diwadkar 提交于
      1. In the first sentence "TDengine includes server, client, and ecological software ..." I propose changing the word "ecological" to "ecosystem"
      2. Change "After 2.4" to "Starting with 2.4"
      3. Change "including RESTful service" to "and includes a RESTful service"
      4. Change "early version" to "earlier version"
      5. Change "For the time being, using Docker to deploy the client or server of TDengine for production environments is not recommended." to "For the time being, we do not recommend using Docker to deploy the TDengine server or client in production environments."
      6. Change "TDengine is very easy to install, from download to successful installation in just a few seconds." to "TDengine is very easy to run; download to successful installation takes just a few seconds."
      7. Split the second sentence in the Install from Package section into 2 sentences with a period instead of ";"
      8. Under Quick Launch, change "Then check if the service is working now." to "Then check if the system is working."
      9. Under TDengine Shell Command Line change "Besides the SQL commands" to "Besides executing SQL commands"
      4b1be2ce
    • 陶建辉(Jeff)'s avatar
      Update docs.md · 13e3f1c4
      陶建辉(Jeff) 提交于
      13e3f1c4
  8. 24 2月, 2022 2 次提交
  9. 23 2月, 2022 1 次提交
  10. 22 2月, 2022 5 次提交
  11. 21 2月, 2022 2 次提交
  12. 20 2月, 2022 1 次提交
  13. 19 2月, 2022 3 次提交
    • sangshuduo's avatar
      Docs/sangshuduo/td 13307 add desc to index (#10326) · 4311b0e5
      sangshuduo 提交于
      * [TD-13307]<docs>: add description to docs index.
      
      * fix the link of how to use taosBenchmark
      
      * fix wrong links
      
      * fix markdown format
      
      * refine getting started section
      
      * update
      
      * fix install doc link
      
      * fix chinese wording
      
      * adjust section order
      
      * adjust few format
      
      * fix markdown format
      4311b0e5
    • sangshuduo's avatar
      Docs/sangshuduo/td 13307 add desc to index (#10325) · f7b580e0
      sangshuduo 提交于
      * [TD-13307]<docs>: add description to docs index.
      
      * fix the link of how to use taosBenchmark
      
      * fix wrong links
      
      * fix markdown format
      
      * refine getting started section
      
      * update
      
      * fix install doc link
      
      * fix chinese wording
      
      * adjust section order
      
      * adjust few format
      f7b580e0
    • sangshuduo's avatar
      Docs/sangshuduo/td 13307 add desc to index (#10324) · f6e07818
      sangshuduo 提交于
      * [TD-13307]<docs>: add description to docs index.
      
      * fix the link of how to use taosBenchmark
      
      * fix wrong links
      
      * fix markdown format
      
      * refine getting started section
      
      * update
      
      * fix install doc link
      
      * fix chinese wording
      
      * adjust section order
      f6e07818