Commit Graph

113 Commits

Author SHA1 Message Date
Shuduo Sang 21562c6939
chore: libtaos ws submodule for3.0 (#15122)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools

* chore: fix release script for 3.0

* chore: update taosws-rs for 3.0

* chore: add taows-rs submodule for 3.0

* chore: update taosws-rs for 3.0

* fix: install script support taosws for 3.0

* fix: script error handle for 3.0

* chore: update taosws-rs for 3.0

fix segfault

* chore: change container_build for websocket build

* fix: install script for taosws
2022-07-19 21:35:44 +08:00
Shuduo Sang 007c5eb0a5
chore: libtaos ws submodule for3.0 (#15105)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools

* chore: fix release script for 3.0

* chore: update taosws-rs for 3.0

* chore: add taows-rs submodule for 3.0

* chore: update taosws-rs for 3.0

* fix: install script support taosws for 3.0
2022-07-19 13:27:00 +08:00
Shuduo Sang 37fbb2c624
chore: update release script for3.0 (#14786)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools

* chore: fix release script for 3.0
2022-07-11 21:54:20 +08:00
plum-lihui 72b4f3e1f0 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2022-07-10 10:29:50 +08:00
plum-lihui 189f81e94f test: add tmq_sim into pakage 2022-07-10 10:28:57 +08:00
Shuduo Sang 9a42c301e6
chore: add libtaos-ws for 3.0 (#14580)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs
2022-07-08 19:23:03 +08:00
Shuduo Sang 00d342959e
fix: remove arbitrator relatives from scripts (#14388)
* fix: remove sudo from directory maniplation

for 3.0

* fix: remove more sudo from directory maniplation

* fix: packaging/release.sh

* fix: remove arbitrator relatives from scripts
2022-06-30 15:50:04 +08:00
slzhou cbd581c431 feat: add taosudf.h to package files and install files 2022-06-28 14:11:44 +08:00
Shuduo Sang 668e196be8
fix: remove run_taosd_and_taosadapter.sh (#14076)
for 3.0
[TD-16715]
2022-06-21 20:37:17 +08:00
afwerar 93a0c69edc fix(os): win ctest error 2022-05-23 13:42:56 +08:00
afwerar daebd8ffc0 fix(os): client install package 2022-05-19 19:17:31 +08:00
afwerar cc021699a8 fix(os): make tdb lib to static 2022-05-14 20:34:59 +08:00
afwerar 5d8c867791 fix(os): make install copy file error 2022-05-14 15:30:11 +08:00
Hongze Cheng 0a0c5094c7 refact 2021-09-21 20:59:31 +08:00
haoranchen b2d50d1164
[TS-230]<enhance>adapte Linx os #7819 2021-09-08 10:15:45 +08:00
Shuduo Sang fae99ad04d
[TD-5628]<fix>: prompt --force-keep-file if upgrade lower version with 2.0.16.0 (#7080) 2021-07-30 13:13:38 +08:00
Shuduo Sang c6f660a88e
Hotfix/sangshuduo/td 3973 use jemalloc for master (#7074)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

* fix install_jemalloc() in install_client.sh.

* fix makeclient.sh.

* fix install script typo mistake.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-29 23:28:47 +08:00
Shuduo Sang 175202e036
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 19:48:08 +08:00
Shuduo Sang ad7a59d759
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 19:32:07 +08:00
Shuduo Sang 1d25f5f6be
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6765)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:30:52 +08:00
Shuduo Sang c7a1fd0a26
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6763)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:00:20 +08:00
Shuduo Sang c9c6a92569
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6753)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:39 +08:00
Shuduo Sang cbc60231c5
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6598)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-23 21:48:47 +08:00
zyyang 5e23487824
[TD-4089]<fix>: fix systemd sent SIGKILL before taosd shutdown normally (#6101)
Co-authored-by: plum-lihui <huili@taosdata.com>
2021-05-13 09:40:15 +08:00
Shuduo Sang f2fc2fe82e [TD-2984] <fix>: combine taosdemo and taosdemox. 2021-02-19 06:35:49 +00:00
Hui Li 06dd366a81 [TD-2947]<fix>when update version, first stop nginx 2021-02-05 16:35:40 +08:00
Hui Li 9581489599 [TD-2830]<feature> support tar.gz pkg 2021-01-29 11:35:50 +08:00
Hui Li 321e97d7d8 [TD-2823]<feature> modify start count by systemd 2021-01-28 11:55:17 +08:00
Hui Li 173a23deeb [NONE] 2021-01-11 17:38:57 +08:00
Hui Li 4858bee76b [TD-2103]<feature> taosdemo enhancement 2020-12-29 14:53:30 +08:00
Hui Li a182437bf8 [TD-2188]<fix> hostname check 2020-12-15 19:13:53 +08:00
Hui Li 59cbb734c9 [TD-2269]<fix> install taosdump to /usr/bin 2020-11-28 18:26:36 +08:00
zyyang-taosdata 182328eba9 [TD-2156]<hotfix>: change packaging scripts for aarch32 2020-11-19 06:43:56 +00:00
Hui Li fa874237b2 [TD-1625] 2020-10-12 18:27:43 +08:00
Shengliang Guan 5da3bbeb42
Merge pull request #3215 from amoskong/history_err
install.sh: create empty history file after installation
2020-08-27 09:36:04 +08:00
Hui Li a8417e7b6e [TD-1203] 2020-08-25 13:48:32 +08:00
Amos Kong a7f58f9437 install.sh: create empty history file after installation
There is a error message in first use of taos, because the history
file doesn't exist.

This patch tried to create an empty history file after installation,
then users won't see the error message.

| [root@045a9307c53a ~]# taos
|
| Welcome to the TDengine shell from Linux, Client Version:2.0.1.1
| Copyright (c) 2017 by TAOS Data, Inc. All rights reserved.
|
| Failed to open file /root/.taos_history
| taos>

Signed-off-by: Amos Kong <kongjianjun@gmail.com>
2020-08-25 07:39:15 +08:00
Hui Li 5682851c4e [TD-1048] 2020-08-22 15:46:22 +08:00
Hui Li 4104f7f434 [TD-1190] 2020-08-20 15:35:00 +08:00
Hui Li faf2f73f94 [add ldconfig] 2020-08-13 14:41:49 +08:00
Hui Li 9ef11679bd [TD-1121] 2020-08-13 11:18:55 +08:00
Hui Li 29c5d7773a [add link for libtaos.so to /usr/lib64] 2020-08-13 09:31:46 +08:00
Hui Li 5eceec5935 [TD-1055/TD-1004] 2020-08-04 17:24:13 +08:00
Hui Li d1bb163cab [modify install show info] 2020-08-01 10:31:16 +08:00
Hui Li bbc9be5ba6 [modify install show info] 2020-08-01 10:16:36 +08:00
Hui Li 1242ae5e1e [modify] 2020-07-30 19:49:26 +08:00
Hui Li 92cd048474 [modify install] 2020-07-30 11:12:36 +08:00
Hui Li 0bc21b2849 [modify install] 2020-07-30 11:08:29 +08:00
Hui Li 8e410b8a30 [TD-1017] 2020-07-28 19:05:20 +08:00
Hui Li d9d22393de [TD-1017] 2020-07-28 17:41:32 +08:00
lihui a926ffd33f [BASE-1513] 2020-02-11 10:21:57 +08:00
lihui 5628086b7d [TBASE-1357] 2020-01-17 11:08:09 +08:00
slguan 88d7d099bb #1133 #160 #417 TBASE-530 TBASE-801 2020-01-16 17:45:57 +08:00
Frozen 79389aaaaf fix issue of readlink 2019-12-20 11:53:06 +08:00
lihui 1e9f100473 [version pos] 2019-12-06 17:03:53 +08:00
slguan 0224972e63 fix some release scripts 2019-11-30 23:17:58 +08:00
lihui ccfd17df51 [modify packging script] 2019-11-22 12:26:04 +08:00
lihui 1efed1e01b [add taoserror.h] 2019-11-16 13:37:05 +08:00
slguan 1ca75c5a07 fix bugs in package script 2019-11-11 20:22:28 +08:00
slguan 3c138b652c update package script 2019-08-08 13:52:33 +08:00
plum-lihui 11e3af220b [Modify the use of sudo commands] 2019-07-19 15:40:03 +08:00
huili bca9861004 [modify libtaos.so link] 2019-07-16 15:36:41 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00