Commit graph

109 commits

Author SHA1 Message Date
Alex Duan
c133489917
new-libtaos-with-ws (#29971)
* enh: rename libtaos.so to libtaosinternal.so

* enh: let python system-test work

* enh: shell for libinternal.so

* enh: refact script

* enh: wrapper for libtaosinternal

* enh: rename some files

* enh: let shell support internal driver

* enh: minor changes

* enh: minor changes

* add intenal.h

* enh: remove unused codes

* enh: minor changs

* feat: mac os issues

* enh: let python test use internal connection

* enh: let nettest work

* enh: let taosc -C work

* enh: test shell in mac os

* enh: minor changes

* enh: let libtaosinternal.so work in linux

* enh: update install script

* enh: for ci

* enh: for windows compile

* enh: minor changes

* enh: compile in windows

* enh: minor changes

* enh: taosinternal work in windows

* enh: add taos_internal_static

* enh: rollback os_for_wrapper

* fix: conflicts

* fix: conflicts

* fix: compile errors

* fix: conflicts

* enh: rename taosinternal to taosnative

* enh: rename taosinternal to taosnative

* fix: compile error

* enh: remove taosnative.h

* fix: compile errors

* enh: set default shell options

* fix: compile errors

* fix: compile errors

* debug: switch taosws branch to feat/new-libtaos-with-ws

* enh: taosBenchmark remove WEBSOCKET finished

* fix: CMakeLists.txt remove WEBSOCKET

* fix: compile errors

* fix: taosBenchmark delete restful code

* .gitignore remove taos-tools folder

* fix: remove taosdump WEBSOCKET MACRO

* fix: build error for taosdump

* fix: build project passed

* fix: support -Z for connect mode

* fix: build error

* fix: build error fixed

* fix: add -Z options

* fix: native and websocket with string

* fix: -Z option core

* fix: build unit test

* fix: build error

* fix: add colon for array

* fix: unit test can not include fun

* fix: CTest pointer null is nullptr

* fix: include pub.h

* fix: taosdump add -Z --driver options

* fix: taosdump support -Z with pub.h pub.c

* fix: toolsGetTimeDay move to pub.c

* fix: restore pub.c only simple fun

* fix: add error tips

* fix: tmfree remove from taosdump

* fix: remove double declare taos variant

* fix: taos support -Z option

* enh: configDir set with main fun

* fix: add g_arguments.configDir

* fix: show tips add cfgdir

* fix: g_argument is pointer

* fix: configDir is global var

* fix: declare g_configDir in benchMain.c

* fix: taos version not show on websocket

* stmt2 websocket prepare with supertable

* stmt2 websocket prepare build

* fix: stmt and stmt2 prepare add db name

* fix: remove -R --restful test case

* fix: taosBenchmark adjust priority cmd > json > evn

* fix: add connect mode test case connMode.py

* fix: clear evn and add host port check

* fix: army/test.py modify start taosAdapter is default

* change: system-test/test.py default start taosAdapter

* fix: add taosAdapter variant to system-test/test.py

* fix: -y must put behind other options

* fix: remove rest sml and add -N normal case

* fix: add -c work cfg test case

* del: queryMain.py remove rest query

* fix: remove groups have a blank append bug

* fix: caseBase.py add db in sql query

* fix: query_json.py remove rest test

* fix: taosBenchmark uniform dsn describe

* fix: add pub.h pub.c to tools public

* fix: case remove restful interface

* fix: build error

* fix: taosDriverCleanup no arg call

* fix: taosdump add test conn mode case taosdumpCommandline.py

* fix: modify insertFullType.json db name

* fix: taosdump connMode test case taosDumpCommandline.py passed

* enh: priority cmd > env > json

* fix: taosCli remove is_native variant

* fix: password is not pointer

* fix: comment -o test case

* fix: solve fun return code check

* fix: windows unresolved strcasecmp

* fix: remove coverHostToServAddr

* fix: forbid check ODR violation

* ci: trigger pr run

* fix: build error not del >>>>>3.0

* fix: support json dbinfo->vgroups have blank space

* fix: solve conflict with merge

* fix: with TrimCaseCmp fun to compare vgroups

* fix: del vgroups support blank code

* feat: wrapper add taos_fetch_fields_e

* fix: move jni from libtaosnative.so to libtaos.so

* fix: move clientTmqConnector.c for jni

* fix: fix assert check with del comment code

* fix: taosBenchmark add prepare stmt debug log

* fix: stmt2 already have debug log on preapare

* fix:  (double)LLONG_MAX force covert

* fix: stmt insert normal table with websocket

* fix: normal table with stmt too many ?

* fix: taosdump stmt_prepare with child tbname

* fix: build error add int code

* feat: stmtPrepare with child table to do

* taos -a options move to native test case

* fix:unit test benchmarkTest passed

* fix: query_json-with-sqlfile.py case no check results

* fix: queryMain.py case lost, put in tasks again

---------

Co-authored-by: Shengliang Guan <slguan@taosdata.com>
2025-03-20 22:54:29 +08:00
Alex Duan
d99709969b fix: add desc command 2025-02-21 13:05:31 +08:00
kailixu
75c43517be fix: incorrect prompt when log on taos without sysinfo privilege 2025-01-07 19:52:13 +08:00
Alex Duan
47625d6ddc fix: add to help command 2024-11-28 17:12:12 +08:00
Alex Duan
5882d6bbe7 fix: adjust show text and format 2024-11-28 16:48:09 +08:00
Alex Duan
28a2dea8fd enh: add three code show detail info 2024-11-28 14:23:39 +08:00
Alex Duan
462dc3362f fix: lastWordBytes need add 1 2024-10-28 16:27:52 +08:00
Alex Duan
6b6c9c884e fix: tstrncpy len must add 1 2024-10-28 16:21:15 +08:00
Alex Duan
036b7ebefa fix: replace unsafe str fun and check return value 2024-10-28 16:12:18 +08:00
Alex Duan
4df8aeded9 fix: repeat double state_window( keyword 2024-10-27 11:25:51 +08:00
Alex Duan
dffab4422f fix: fill tags is passed1 2024-10-25 17:05:33 +08:00
Alex Duan
fca6e89dc5 fix: fill tags is passed 2024-10-25 17:03:01 +08:00
Alex Duan
9dce56d552 fix: fields area left right quotes change total method 2024-10-25 16:49:45 +08:00
Alex Duan
a10e6457bf fix: blank and double quotes 2024-10-25 14:00:32 +08:00
Alex Duan
86dbba5c8c fix: create table tags area 2024-10-25 10:58:25 +08:00
Alex Duan
1b2ac1e537 fix: create talbe fields area support blank on left bracket 2024-10-25 10:44:23 +08:00
Alex Duan
48444f2aca fix: compress and encode algo add single quotes 2024-10-25 10:16:10 +08:00
Alex Duan
de31de5d11 fix: parse blank count error 2024-10-25 09:59:30 +08:00
Alex Duan
b5e6c55749 feat: auto append end char ; to command 2024-10-24 19:55:26 +08:00
Alex Duan
736149daea feat: from 3.3.1.0~ 3.3.3.0 new key add 2024-10-24 17:41:37 +08:00
xsren
18bc5a048f taosStrndup 2024-09-26 14:46:53 +08:00
Alex Duan
78ca5511c2
Update shellAuto.c 2024-08-21 21:12:52 +08:00
Alex Duan
2d0cf587df fix: change to TDengine Cloud 2024-05-12 21:09:26 +08:00
Minglei Jin
a407f76165 Merge branch '3.0' into enh/TD-28945 2024-04-08 10:55:47 +08:00
Minglei Jin
26d66e8b32 multi-write: shell part 2024-04-08 10:33:40 +08:00
Alex Duan
f94c457141 windows can not del after press tab 2024-03-18 21:09:32 +08:00
Alex Duan
18a669219e fix: version4 information 2024-03-14 10:21:55 +08:00
Alex Duan
e38ff4e7bf fix: version4 information 2024-03-14 10:15:56 +08:00
Alex Duan
16c277b7ec fix: version4 information 2024-03-14 10:13:51 +08:00
Alex Duan
61ce6602d8 fix: version3 information 2024-03-14 10:09:23 +08:00
Alex Duan
cca0bf6af0 fix: last modify information 2024-03-13 20:36:43 +08:00
Alex Duan
987e0b845f feat: version2 modify tip msg 2024-03-13 17:16:42 +08:00
Alex Duan
8ff92bb46e fix: forget add show views 2024-02-27 15:41:03 +08:00
Alex Duan
fbc5699215 fix: add show cluster machines 2024-02-27 09:13:56 +08:00
Alex Duan
97f56686c0 feat: autoshell add news keyword 2024-02-25 22:40:51 +08:00
Alex Duan
aed127ab0b coverage: snapshot add balance operator 2023-12-31 16:53:57 +08:00
Alex Duan
75563cb5d9 fix: index is repeat error 2023-10-22 17:35:26 +08:00
Alex Duan
5a23adb198 feat: add about vgroups command 2023-10-22 16:51:42 +08:00
Shungang Li
a7507d26b0 feat: alter local/dnode asynclog 2023-10-08 18:26:25 +08:00
Alex Duan
d7f03678b3 fix: pause and resume stream add to show help 2023-06-14 19:54:32 +08:00
Alex Duan
8018cbf639 fix: add blank line 2023-06-14 19:35:55 +08:00
Alex Duan
0fac3f7d84 fix: add compact split resume stream pause stream to tab key 2023-06-14 19:27:47 +08:00
Alex Duan
9e97ee9355 fix: dnode_id have blank 2023-05-17 19:15:04 +08:00
Alex Duan
7349a18111 feat: add restore command sets to taos-CLI 2023-05-17 18:58:07 +08:00
Alex Duan
018f922661 feat: auto tab fix udf_language2 2023-03-25 10:26:31 +08:00
Alex Duan
11be6c6f85 feat: auto tab fix udf_language1 2023-03-25 10:25:14 +08:00
Alex Duan
a52af4a07e feat: auto tab fix udf_language 2023-03-25 10:21:12 +08:00
Alex Duan
6a16926098 feat: auto tab add create function1 2023-03-25 09:35:06 +08:00
Alex Duan
d6b972c2a1 feat: auto tab add create function1 2023-03-25 09:29:01 +08:00
Alex Duan
ddc1689759 feat: auto tab add create function 2023-03-25 09:20:39 +08:00