Commit graph

115 commits

Author SHA1 Message Date
chenhaoran
9843ddaf4b feat: add taosmqtt support in packaging scripts and cleanup routines 2025-08-01 16:16:06 +08:00
haoranchen
92e1983b03
fix: update library file paths in makepkg.sh for consistency (#31124) 2025-05-17 17:49:58 +08:00
haoranchen
d68dd417da
fix: update library file paths in makepkg.sh for consistency across platforms (#31122)
* fix: update symbolic links for libtaosws to support versioned files

* fix: update library file names in packaging scripts to include versioning

* fix: update library file handling in makepkg.sh for versioning consistency

* fix: refactor driver file copy commands for improved readability

* fix: update library file paths in makepkg.sh for consistency across platforms
2025-05-17 16:06:26 +08:00
haoranchen
30579f7b91
fix: update symbolic links for libtaosws to support versioned files (#31118)
* fix: update symbolic links for libtaosws to support versioned files

* fix: update library file names in packaging scripts to include versioning

* fix: update library file handling in makepkg.sh for versioning consistency

* fix: refactor driver file copy commands for improved readability
2025-05-17 14:44:06 +08:00
huohong
6a467abf33
fix: oem package taosx
fix: oem package taosx
2025-04-01 11:39:37 +08:00
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
Simon Guan
6250adb3b1 refactor: rename udfd to taosudf 2025-03-06 22:20:52 +08:00
chenhaoran
022222a6ff ci: remove the independent Taostools installation package 2024-12-01 13:30:00 +08:00
chenhaoran
21935f3a5b ci: skip taos-tools and add keeper 2024-11-29 15:23:14 +08:00
Ping Xiao
bb039e9b2d update JDBC example dir 2024-08-26 16:51:21 +08:00
Ping Xiao
94244081f8 TD-31315: uninstall taosx update 2024-08-22 16:37:32 +08:00
Ping Xiao
ee2ec0e7ee merge packaging script from main branch 2024-07-19 10:13:00 +08:00
Ping Xiao
40442022b2 fix issue in makepkg.sh 2024-04-29 15:46:41 +08:00
Ping Xiao
6b5f461a75 add explorer 2024-04-26 09:41:13 +08:00
dapan1121
dfb3feb5dc Merge remote-tracking branch 'origin/main' into merge/m23 2023-11-15 11:39:18 +08:00
Ping Xiao
f6b9eac25e merge 3.1 2023-11-13 20:03:06 +08:00
Ping Xiao
0cfd677694 taoskeeper installer update 2023-11-09 13:32:32 +08:00
Ping Xiao
f0e32c5b6b update script 2023-10-25 20:58:14 +08:00
Ping Xiao
c0678e9842 update script 2023-10-17 14:34:38 +08:00
Ping Xiao
43a8c77757 update script 2023-10-15 16:43:14 +08:00
Ping Xiao
69cd257069 update file name 2023-09-11 16:51:35 +08:00
Ping Xiao
3e72258386 update jdbc version 2023-09-05 18:05:15 +08:00
Ping Xiao
7b5fc0cc64 TS-3851: add tdef.h into release package 2023-08-22 19:01:24 +08:00
Ping Xiao
1d4abc33e5 update packaging script 2023-08-07 11:18:47 +08:00
Ping Xiao
282bbfc41b remote web from installation package 2023-07-21 14:46:16 +08:00
kailixu
04d5fed3e1 chore: remove libjemalloc.a/libjemalloc_pic.a from pkg 2023-06-14 17:48:20 +08:00
xleili
0e951c2b05 fix: exclude install and remove lbrocksdb.so 2023-06-07 16:57:30 +08:00
wade zhang
7bbb070716
Merge pull request #21580 from taosdata/enchance/xlli/TD-24552-static-link-libgoes_c
enchance: support libgeos static link & install remove librocksdb
2023-06-02 18:50:45 +08:00
xleili
5c64a730a9 enchance: change goes as static link 2023-06-02 11:17:38 +08:00
Yaqiang Li
70c18d44a2
Merge pull request #21452 from taosdata/main-yq
implement TD-24378
2023-05-25 09:08:21 +08:00
Li Ya Qiang
f47a495d11 implement TD-24378 2023-05-24 14:33:17 +08:00
Li Ya Qiang
7359719429 implement TD-24378 2023-05-24 13:57:59 +08:00
wade zhang
8524b90f2c
Merge pull request #21443 from taosdata/docs/3.0.4.2
docs: 3.0.4.2
2023-05-24 11:28:43 +08:00
xleili
a54eaa20ff build: release ver-3.0.4.2 2023-05-23 18:11:00 +08:00
Li Ya Qiang
13a6eb177c add space before the bin files 2023-05-23 11:38:04 +08:00
Li Ya Qiang
00524b3185 remove the taosdump in cloud 2023-05-23 11:36:42 +08:00
Li Ya Qiang
ca479f57df Remove taosx, connector, explorer and taoskeeper in cloud tdengine 2023-05-23 10:28:27 +08:00
Li Ya Qiang
ef9affa290 Remove taosx, connector, explorer and taoskeeper in cloud tdengine 2023-05-22 21:40:38 +08:00
xleili
c9d9d2d869 release: update default version 2023-05-15 18:15:23 +08:00
xiaolei li
4e07f5460b
enhance: relase enterpise pull jdbc from tag 3.1.0 (#21102) 2023-04-27 09:51:16 +08:00
xiaolei li
1af58ecd03
enhance: enterprise pull jdbc from tag 3.1.0 (#21103) 2023-04-27 09:50:45 +08:00
xiaolei li
e5d0f2decc
enhance: enterprise package include jdbc driver (#21001) 2023-04-21 09:03:48 +08:00
xiaolei li
bed2273cec
enhance: package jdbc-driver for enterprise package (#20999)
* enhance: package jdbc-driver for enterprise package

* enhance: enterprise package include jdbc driver
2023-04-21 09:03:20 +08:00
xleili
bf35ce76bd fix: disable create share dir in edge community dir 2023-04-14 18:04:52 +08:00
xleili
a3bf0468c3 release: upgrade default version 2023-04-14 18:01:56 +08:00
Shuduo Sang
71283d6c41
fix: script if share not exist (#20875) 2023-04-12 09:35:47 +08:00
Huo Linhe
015c81cdb0 feat(release): install taosx and taos-explorer service for enterprise 2023-04-09 21:05:35 +08:00
Shuduo Sang
4fb5390c6f
chore: release script community main (#20808)
* chore: cus name support in script

* chore: merge with 3.0
2023-04-07 17:10:39 +08:00
xiaolei li
38b5f4ae1b
fix: taosToolsInstallDir if condition order (#20665) 2023-03-28 15:34:48 +08:00
Shuduo Sang
1581373a38
chore: fix script to get latest tag (#20566) 2023-03-21 15:23:17 +08:00