Commit graph

25 commits

Author SHA1 Message Date
Li Ya Qiang
022af1d6fc 重新规划Cloud中文文档 2023-08-28 20:31:08 +08:00
Li Ya Qiang
96c9878fbe add zh cloud docs to taosdata.com 2023-03-10 12:07:10 +08:00
dependabot[bot]
cd08fb0314
build(deps): bump spring-core in /examples/JDBC/taosdemo (#12969)
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.19...v5.3.20)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 13:58:53 +08:00
Ping Xiao
5498b6ccc0 test: add restful demo for tq 2022-05-18 19:41:48 +08:00
Shuduo Sang
c1ebbc0422
docs: reference doc in English (#12534)
[TD-15603]
2022-05-16 14:41:46 +08:00
Shuduo Sang
2fd85f3033
docs: revise few words in PHP connector doc (#12496)
[TD-15599]
2022-05-15 12:16:47 +08:00
Ping Xiao
cb90979265 Merge branch 'develop' into xiaoping/cases 2022-05-09 21:02:26 +08:00
shenglian zhou
5da9d42778 Merge branch 'develop' of github.com:taosdata/TDengine into szhou/feature/sml-perf 2022-04-29 11:03:02 +08:00
Ping Xiao
c888c8b2d8 test: add demo for tq
TS-1464
2022-04-27 14:54:59 +08:00
dependabot[bot]
a3eaa07dd4
build(deps): bump spring-core in /examples/JDBC/taosdemo (#11773)
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.19)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-23 18:49:52 +08:00
Shuduo Sang
ec2a76a158
fix: taosdemo.go (#11661)
[TD-14927]
2022-04-20 14:42:11 +08:00
Shuduo Sang
2f09d0e955
test(connector): fix connector/lua.py (#11525)
* fix: remove stream api

[TD-14360]

* fix: update examples/rust to remove stream api

[TD-14360]

* test: fix lua.py

[TD-14360]

* add more basic cases into pytest/smoketest.sh

* test(connector): fix connector/lua.py

* disable lua.py from smoketest
2022-04-15 16:37:43 +08:00
Shuduo Sang
4a49e5fc2d
fix: update examples/rust to remove stream api (#11470)
* fix: remove stream api

[TD-14360]

* fix: update examples/rust to remove stream api

[TD-14360]
2022-04-14 09:53:55 +08:00
xiaolei li
43cb889a06
test(driver): TypeScript RESTful publish and add package test to CI (#11417)
* test(driver): TypeScript RESTful publish and add package test to CI

* test(driver): TypeScript RESTful publish and add package test to CI,fix some mistakes

* test:test TypeScript and fix ci

* test:test TypeScript REST and fix ci

* test:Typescript cases and fix ci
2022-04-13 15:51:33 +08:00
robotspace
6c4626abda
Remove wrapper of stream call for continous query. (#11432) 2022-04-13 00:11:36 +08:00
Bo Ding
1c4a134cf1
add csharp doc exmaples (#11245)
* add csharp examples

* csharp async query example

* add csharp examples
2022-04-05 19:00:53 +08:00
dependabot[bot]
360d5590be
Bump spring-beans from 5.3.14 to 5.3.18 in /examples/JDBC/taosdemo (#11172)
Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.3.14 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 10:13:08 +08:00
Shuduo Sang
76977bf3f7
[TD-14360]<docs>: remove stream api (#11101)
* [TD-14360]<docs>: remove stream api

* remove examples/c/stream.c

* remove stream test

* remove stream example
2022-03-29 18:54:24 +08:00
Shuduo Sang
e0aaab3a81
[TD-14360]<docs>: remove stream api (#11063)
* [TD-14360]<docs>: remove stream api

* remove examples/c/stream.c

* remove stream test
2022-03-28 18:07:58 +08:00
shenglian zhou
ec0074592a improve tsbs performance 2022-03-25 15:24:09 +08:00
xiaolei li
97d728d1cb
[TD-14212]<fix>:add R example code to CI 1st (#10921)
* [TD-14212]<test>:add R example code to CI 1st

* [TD-14212]<fix>:add R example code to CI 2nd

* [TD-14212]<fix>:add R example code to CI 3rd

* [TD-14212]<fix>:add R example code to CI 4th

* [TD-14212]<fix>:add R example code to CI 5th

* [TD-14212]<fix>:add R example code to CI 6th

* [TD-14212]<fix>:add R example code to CI 7th

* [TD-14212]<fix>:add R example code to CI 8th

* [TD-14212]<fix>:add R example code to CI 9th

* [TD-14212]<fix>:add R example code to CI,fix typo
2022-03-25 10:53:02 +08:00
Shuduo Sang
2d32c75aa7
[TD-13408]<test>: move tests in (#10608)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

* add examples/rust back

* fix typo

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-08 12:42:45 +08:00
Shuduo Sang
d69c5977db
Test/sangshuduo/td 13408 move tests in (#10589)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests directory out"

This reverts commit 7db7bd9337.

* revert to make tests back

* immigrate file change in stand-alone repo to TDengine

* remove tests repository checkout

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00
Shuduo Sang
9c929cfc5e
Test/sangshuduo/td 13408 move example back (#10291)
* [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
2022-02-17 11:42:17 +08:00
Shuduo Sang
efb00db77d
[TD-13408]<test>: move example back (#10191)
* [TD-13408]<test>: move examples back

* [TD-13408]<test>: move examples back
2022-02-10 16:19:55 +08:00