Commit Graph

404 Commits

Author SHA1 Message Date
dapan1121 228e6c6acd Merge remote-tracking branch 'origin/main' into 3.0 2023-09-01 10:01:10 +08:00
Shuduo Sang eb2128867f
docs: refine grafana docs en (#22675)
* docs: add current_user() in function

* docs: kill query command need quote around id

* docs: refine grafana plugin document

* docs: refine tdinsight doc

* docs: note about grafana unified alerting

* docs: refine en/14-reference/07-tdinsight/index.md
2023-08-31 16:54:42 +08:00
Shuduo Sang 3ac1d3d743
docs: add note for grafana unified alerting (#22672)
* docs: add current_user() in function

* docs: kill query command need quote around id

* docs: refine grafana plugin document

* docs: refine tdinsight doc

* docs: note about grafana unified alerting
2023-08-31 16:21:38 +08:00
Shuduo Sang 3014e4c5cc
docs: refine tdinsight docs (#22666)
* docs: add current_user() in function

* docs: kill query command need quote around id

* docs: refine grafana plugin document

* docs: refine tdinsight doc
2023-08-31 14:34:55 +08:00
WANG MINGMING 6d8757115f
Merge branch '3.0' into mark/doc-3.0 2023-08-30 15:29:49 +08:00
wangmm0220 387e3a535f docs:add varbinary type 2023-08-30 15:20:50 +08:00
dapan1121 778e50da79
Merge pull request #22592 from taosdata/fix/m23.0
Fix/m23.0
2023-08-28 17:35:35 +08:00
wade zhang 8935b905f7
Merge pull request #22593 from taosdata/docs/TD-25956
release(driver): jdbc release 3.2.5 version
2023-08-28 10:40:21 +08:00
huolibo adaf7fbdbd release(driver): jdbc release 3.2.5 version 2023-08-28 10:26:01 +08:00
huolibo 193284d9ba release(driver): jdbc release 3.2.5 version 2023-08-28 10:11:47 +08:00
dapan1121 1f40da6fef Merge remote-tracking branch 'origin/main' into 3.0 2023-08-28 09:28:55 +08:00
Alex Duan acc12036a5
Update 06-taosdump.md dot replace with '-Q' (English) 2023-08-25 10:53:14 +08:00
Shuduo Sang 7b9d14aad3
docs: add note to csharp connector docs (#22541)
* docs: fix taos_init() return type

* docs: refine c interface doc

* docs: add platform note to csharp connector.
2023-08-24 10:34:35 +08:00
dapan1121 5516527be3
Merge pull request #22493 from taosdata/docs/TD-25813-m
docs: taos api description
2023-08-21 10:00:18 +08:00
kailixu 7856dce03f docs: taos api description 2023-08-21 00:05:49 +08:00
Shuduo Sang 7020ac7a0f
docs: refine c connector docs (#22491)
* docs: fix taos_init() return type

* docs: refine c interface doc
2023-08-20 14:46:24 +08:00
dapan1121 9b953707b8 Merge remote-tracking branch 'origin/main' into fix/mainto3.0 2023-08-18 14:42:43 +08:00
Shuduo Sang 78e4aa36c3
docs: fix taos_init() return type (#22475) 2023-08-18 00:19:51 +08:00
wangmm0220 afa7448420 docs:modify format & add logic for dot in schemaless 2023-08-16 11:07:43 +08:00
Haojun Liao ad9f3cbc43 other: merge main. 2023-08-16 09:14:10 +08:00
wangmm0220 beb84b2355 fix:tmq interface & remove snapshot code 2023-08-15 15:37:39 +08:00
wangmm0220 60191bef9e fix:tmq interface & remove snapshot code 2023-08-14 16:24:56 +08:00
wade zhang ac446a3b95
Update 08-taos-shell.md 2023-08-14 11:26:47 +08:00
sunpeng 90008bf17c docs: fix connection param in taosws in python connector 2023-08-08 17:02:43 +08:00
Shuduo Sang 314c749965
docs: supplement r language connnector note (#22340)
* docs: add r language to connector

* docs: add r lang english version in connector

* docs: fix include path and note format

* Update 60-r-lang.mdx

minor changes

* docs: supplement r language note

---------

Co-authored-by: danielclow <106956386+danielclow@users.noreply.github.com>
2023-08-05 20:58:49 +08:00
wade zhang 3a336bbb2c
Merge pull request #22309 from taosdata/kailixu-patch-1
docs: platform supported by the community edition
2023-08-03 16:53:44 +08:00
kailixu 23b14085a6 docs: update the grammar 2023-08-03 16:44:02 +08:00
kailixu 556d73618a docs: platform supported by community edition 2023-08-03 16:40:46 +08:00
Yaqiang Li fd421b738a
Merge pull request #22307 from taosdata/docs/yuanliu/deploy-k8s-TD-25202
Docs/yuanliu/deploy k8s td 25202
2023-08-03 14:51:39 +08:00
liuyuan db1bdd172a
docs: optimization docker deploy 2023-08-03 14:36:14 +08:00
Shuduo Sang cbca55bc6a
docs: add r language to connector (#22286)
* docs: add r language to connector

* docs: add r lang english version in connector

* docs: fix include path and note format

* Update 60-r-lang.mdx

minor changes

---------

Co-authored-by: danielclow <106956386+danielclow@users.noreply.github.com>
2023-08-02 14:47:51 +08:00
wangmm0220 5e46f7a642 docs:add doc for schemaless 2023-08-01 10:20:56 +08:00
Haojun Liao d8a782acc4
Merge pull request #22224 from taosdata/fix/liaohj
other: merge 3.0
2023-07-28 23:08:24 +08:00
Adam Ji b38e10034a docs: update connector rust version history 2023-07-28 15:45:49 +08:00
meeki007 b00af27de5
Update 02-rest-api.mdx - note about URL Encoding (#22221)
Explanation on proper URL Encoding for parameters.
BAD: ?tz=Etc/GMT+10
GOOD: ?tz=Etc%2FGMT%2B10
2023-07-28 09:12:54 +08:00
Haojun Liao b145771a1b other: merge 3.0 2023-07-27 16:38:57 +08:00
danielclow 101a3c23b1
docs: fix links in rust connector doc (#22168) 2023-07-24 17:50:28 +08:00
sunpeng 9e3421e63e docs: fix python connector docs 2023-07-24 17:05:40 +08:00
sunpeng a81aaa80f9 docs: fix python connector docs 2023-07-24 17:03:57 +08:00
Alex Duan f1d79f0ba3
Update 05-taosbenchmark.md 2023-07-24 12:52:13 +08:00
Alex Duan 8639e1fc17
Update 05-taosbenchmark.md 2023-07-24 00:44:29 +08:00
Shuduo Sang 401bf5ee84
docs: refine platform support matrix (#22144) 2023-07-21 17:08:19 +08:00
Ganlin Zhao 36be0918b7 fix docs 2023-07-19 11:33:02 +08:00
wade zhang 72457eb167
Merge pull request #22077 from taosdata/wangmm0220-patch-2
docs:add configuration of tmqMaxTopicNum
2023-07-18 11:17:49 +08:00
WANG MINGMING 54ad70ea90
Update index.md 2023-07-14 18:30:15 +08:00
Shuduo Sang 9617f698ed docs: update connector feature matrix 2023-07-14 12:05:33 +08:00
Haojun Liao e0ea0f2df4
Merge pull request #22020 from taosdata/fix/liaohj
other: merge main
2023-07-13 17:55:28 +08:00
wade zhang 4800498ff6
Merge pull request #22029 from taosdata/docs/TS-3557
docs(driver): java seek desc
2023-07-13 16:39:50 +08:00
wade zhang 18aad0457b
Merge pull request #22030 from taosdata/docs/3.0/TS-3557
docs(driver): java seek desc
2023-07-13 16:38:23 +08:00
sunpeng 82fdc35a25 docs: update python doc catalog 2023-07-12 17:27:33 +08:00
sunpeng ed0c72bd45 docs: update python doc catalog 2023-07-12 17:24:03 +08:00
Alex Duan 2e870071a4
Update 05-taosbenchmark.md
english
2023-07-12 11:13:34 +08:00
Shungang Li 4886cb4674 feat: port 'keepTimeOffset' from 2.6 to 3.0 2023-07-11 17:40:35 +08:00
huolibo 42d66f8f91 docs(driver): java seek desc 2023-07-11 11:50:48 +08:00
huolibo 4794570421 docs(driver): java seek desc 2023-07-11 11:49:05 +08:00
Shungang Li 8ddb5593bc docs: add info for ttlChangeOnWrite 2023-07-10 11:00:09 +08:00
Shungang Li eb2cc3cb2b docs: add info for ttlChangeOnWrite 2023-07-10 10:28:48 +08:00
wade zhang bd7587600b
Merge pull request #21991 from taosdata/docs/3.0/TD-25142
docs(driver): jdbc 3.2.4 description
2023-07-07 10:06:53 +08:00
huolibo 9e6d5fff58 docs(driver): jdbc 3.2.4 description 2023-07-07 10:04:45 +08:00
huolibo 0b58fb1fb8 docs(driver): jdbc 3.2.3 2023-07-07 10:01:38 +08:00
huolibo 6328b43104 docs: markdown format 2023-07-07 10:01:28 +08:00
huolibo 4db5cb7c1a docs: add request Id description 2023-07-07 10:01:16 +08:00
huolibo 9c38e7c1b1 docs(driver): jdbc 3.2.4 description 2023-07-07 09:43:36 +08:00
sunpeng a9341c6d1d docs: update python document 2023-07-03 11:33:05 +08:00
sunpeng d9f0e3f73c docs: update python document 2023-07-03 11:29:52 +08:00
huolibo 4e873e5927 docs(driver): jdbc 3.2.3 2023-06-27 17:47:30 +08:00
wade zhang b4f2a97ec6
Merge pull request #21867 from taosdata/docs/xftan/TD-24882
docs: update driver-go document
2023-06-27 15:21:12 +08:00
sunpeng 1c5514a114 docs: add version history for python connector 2023-06-27 15:12:14 +08:00
t_max 0df73c4b4a docs: update driver-go document 2023-06-27 15:08:20 +08:00
wade zhang 0b17a5d079
Merge pull request #21863 from taosdata/docs/adamji/TD-24884
docs: add···· description
2023-06-27 14:43:25 +08:00
Adam Ji b31b5f8e15 docs: add param bind ref 2023-06-27 14:00:14 +08:00
Adam Ji 35678e865c docs: add create db description en 2023-06-27 11:44:51 +08:00
Adam Ji 7aec0ab3a7 docs: add stmt description en 2023-06-27 11:41:30 +08:00
Adam Ji 38ecf556b3 docs: add schemaless description en 2023-06-27 11:35:08 +08:00
sunpeng 561c61ba64 docs: add docs for assignment and seek
docs: upgrade docs from python subscription
docs: support stmt via ws
docs: optimizate python document base on java document
2023-06-27 11:32:18 +08:00
Adam Ji 8cf3b3b258 docs: rust connector docs improvement 2023-06-27 11:09:11 +08:00
wade zhang f49ce0587c
Merge pull request #21793 from taosdata/docs/wade-20230620
docs: refine feature matrix
2023-06-21 09:39:01 +08:00
gccgdb1234 8a95ee8223 docs: refine feature matrix 2023-06-20 18:09:10 +08:00
huolibo f37df6191b docs: markdown format 2023-06-20 18:03:27 +08:00
huolibo b6a6110c19 docs: add request Id description 2023-06-20 17:35:01 +08:00
Bo Ding a8d5243b6b
docs: fix format error 2023-06-16 10:30:30 +08:00
Haojun Liao 1b9eca5ce0 other: merge main. 2023-06-15 13:03:17 +08:00
dapan1121 e805ac9553 docs: add slow log descriptions 2023-06-13 14:40:50 +08:00
dapan1121 6132795718 doc: add metaCacheMaxSize description 2023-06-13 14:10:56 +08:00
gccgdb1234 e50339045f doc: refine the location of taos.cfg 2023-06-12 09:37:21 +08:00
gccgdb1234 bc6eba1cb0 doc: refine the location of taos.cfg 2023-06-12 09:12:14 +08:00
Shuduo Sang aa9a11152d
docs: remove -y from taosdump doc (#21692) 2023-06-11 18:45:43 +08:00
gccgdb1234 9034a9a375 docs: fix broken links 2023-06-09 17:22:27 +08:00
wade zhang e3f576660e
Merge pull request #21658 from taosdata/docs/sunpeng/TD-24607-docs-for-assignment-and-seek
docs: add docs for assignment and seek
2023-06-09 17:05:38 +08:00
sunpeng 818e5ddf41 docs: upgrade docs from python subscription 2023-06-09 16:46:17 +08:00
Adam Ji 5770a6f95f docs: upgrade connector-rust version 2023-06-09 08:30:03 +08:00
Adam Ji 201b4c7897 docs: upgrade connector-rust version 2023-06-09 08:28:00 +08:00
huolibo df67a61519 docs(driver): TDengine description 2023-06-08 16:44:33 +08:00
huolibo 730db6d551 docs(driver): TDengine description 2023-06-08 16:43:43 +08:00
wade zhang c4cd38874a
Merge pull request #21647 from taosdata/docs/TD-24606
docs: jdbc add seek doc
2023-06-08 16:37:45 +08:00
sunpeng 3af153bae6 docs: add docs for assignment and seek 2023-06-08 14:43:07 +08:00
huolibo 2641dfa0e7 docs: jdbc add seek doc 2023-06-07 16:38:43 +08:00
huolibo 5a4a68fc76 docs: jdbc add seek doc 2023-06-07 16:36:42 +08:00
Adam Ji 2db74c2d2c docs: update description 2023-06-07 16:30:29 +08:00
Adam Ji 3c1b5d3656 docs: update description 2023-06-07 16:29:11 +08:00