Commit Graph

270 Commits

Author SHA1 Message Date
yihaoDeng 09f3e8e19a merge develop 2021-11-20 16:43:37 +08:00
Hongze Cheng d295531b38 more 2021-11-10 10:27:48 +08:00
Hongze Cheng ef4f731454 refact doxygen generator 2021-11-10 10:00:21 +08:00
Hongze Cheng 9521eca272 refact API documentation 2021-11-10 09:43:59 +08:00
Hongze Cheng 21110e4a6f more 2021-11-09 16:03:15 +08:00
Hongze Cheng da3598f783 more 2021-11-09 16:02:48 +08:00
Hongze Cheng 6568f7ba78 more 2021-11-09 15:27:21 +08:00
Hongze Cheng e08c45ec34 more 2021-11-09 15:20:35 +08:00
Hongze Cheng e26fbd80fd integrate nuraft 2021-11-08 11:43:39 +08:00
Hongze Cheng 45de6cfee0 more 2021-11-02 16:51:20 +08:00
yihaoDeng d4cd3836f1 add lucene 2021-10-21 22:36:17 +08:00
Hongze Cheng b0e9b00548 try lucene 2021-10-18 10:37:53 +08:00
Hongze Cheng 25e569e129 add deps test 2021-10-15 10:27:42 +08:00
Hongze Cheng eef8f49af0 refact 2021-10-14 17:22:59 +08:00
Hongze Cheng b88336d2cd integrate lucene 2021-10-14 16:41:44 +08:00
Hongze Cheng 7ec37add5c supress CMP0048 warning 2021-10-09 13:35:24 +08:00
Hongze Cheng 5fc96f8ccf refact 2021-10-09 10:17:40 +08:00
Hongze Cheng 4e306a79cd use https for deps download 2021-09-30 13:37:52 +08:00
Hongze Cheng eee1fd2fb2 add zlib dependency 2021-09-24 10:47:02 +08:00
Hongze Cheng 8e76b4a6d9 refact dependencies 2021-09-23 11:18:32 +08:00
Hongze Cheng 339d1c1854 refact 2021-09-23 10:59:24 +08:00
Hongze Cheng 7db57d1d50 refact 2021-09-23 10:43:39 +08:00
Hongze Cheng 0406220da5 refact 2021-09-23 10:07:34 +08:00
Hongze Cheng 22e1dc5ce9 refact 2021-09-23 09:48:51 +08:00
Hongze Cheng 3b227a5f73 refact 2021-09-21 21:15:58 +08:00
Hongze Cheng 0a0c5094c7 refact 2021-09-21 20:59:31 +08:00
zhaoyanggh fba92f9301 add asm notice in cmake 2021-09-07 14:04:52 +08:00
zhaoyanggh 732e2876c9 fix typo 2021-09-07 11:13:07 +08:00
zhaoyanggh b277d0dcbb fix typo in cmake 2021-09-07 11:11:36 +08:00
Shengliang Guan aff4adf71c Merge from master 2021-08-25 11:51:48 +08:00
Shengliang Guan ea0a43f54e Merge from master into develop 2021-08-19 10:42:42 +08:00
tomchon 13723b04b8 change version number 2021-08-19 10:30:02 +08:00
tomchon fa6f3c2fdb change version number 2021-08-17 11:13:03 +08:00
tomchon abff364c1e change version number 2021-08-16 19:57:56 +08:00
Shuduo Sang 02f6f5e457
Feature/sangshuduo/td 5844 cmdline parameters align (#7239)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* fix windows compiler options.

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.
2021-08-15 12:53:34 +08:00
haoranchen f6e953ef4a
Update version.inc 2021-08-04 19:58:04 +08:00
haoranchen 4131915597
Update version.inc 2021-08-04 19:55:45 +08:00
Shuduo Sang ef8bd46b49
Feature/sangshuduo/td 3973 use jemalloc (#7071)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

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

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

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

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

* check ver comp by file.

* fix makeclient.sh

* fix install script typo mistake.

* change minimal compatible version back to 2.0.0.0

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-31 01:07:24 +08:00
Zhiyu Yang f734285282
[TD-5506]<hotfix>: fix NullPointerException in JDBC-RESTful (#7021)
* change jdbc version

* [TD-5506]<fix>: throw SQLException in HttpClientPoolUtil
2021-07-27 13:20:35 +08:00
Zhiyu Yang 6f5d540f52
[TD-5489]<fix>: use jdbc specified version number in cmake/CMakeList.… (#6989)
* [TD-5489]<fix>: use jdbc specified version number in cmake/CMakeList.txt and src/connector/jdbc/CMakeList.txt

* change version number in deploy-pom.xml
2021-07-23 17:17:32 +08:00
Hui Li cae52534ff
Merge pull request #6943 from taosdata/release/ver-2.1.5.0
Release/ver 2.1.5.0
2021-07-22 19:46:10 +08:00
tickduan 8f6b7dace4 drop comment debug test information 2021-07-21 14:56:31 +08:00
tickduan a686408917 errTSZ set to blank 2021-07-20 15:50:04 +08:00
tickduan c8ecafed59 Set global var VAR_TSZ fixed build error 2021-07-20 15:47:34 +08:00
tickduan 5810ee65df remove SZ replace with submodule TSZ 2021-07-19 20:22:34 +08:00
tomchon 1c7670d9f7 modify release scripts and change version number 2021-07-19 19:40:22 +08:00
tickduan bf3078ccef TSZ support TSZ_IMPL macro to use or not use. remove zlig 2021-07-19 14:13:47 +08:00
Haojun Liao dbaaee3365 [td-225]merge develop. 2021-07-16 10:20:42 +08:00
Shuduo Sang 09b58e7e8e
[TD-5259]<fix>: JDBC vulnerable packages. (#6858) 2021-07-14 18:32:43 +08:00
yihaoDeng 5b5b83bb80 merge develop 2021-07-14 18:12:08 +08:00