1. 29 5月, 2021 1 次提交
  2. 28 5月, 2021 3 次提交
  3. 27 5月, 2021 2 次提交
    • H
      [TD-4370]<fix>: squashed commit of python connector changes in develop (#6246) · 99868001
      Huo Linhe 提交于
      commit 0c81e3c0ba89c86f6d17d51d5056146e177cace5
      Author: Huo Linhe <linhehuo@gmail.com>
      Date:   Fri May 14 10:27:13 2021 +0800
      
          [TD-4160]<fix>: remove python connector soft links, fix tests and documents
      
      commit f439fce413423e7d7c97eef180c93d63dedab32e
      Author: Huo Linhe <linhehuo@gmail.com>
      Date:   Wed May 12 18:50:53 2021 +0800
      
          [TD-182]: bump python connector version to v2.0.10 (#6091)
      
          Also fix url error in setup.py
      
      commit 4ae55d494a262e482f6b34e8bf193cc6af62a886
      Author: Huo Linhe <linhehuo@gmail.com>
      Date:   Wed May 12 09:49:26 2021 +0800
      
          [TD-4370]<fix>: merge python connector changes to master
      
          Inludes:
      
          [TD-182]<enhance>: use single repo for python connector (#6036)
      
          * [TD-182]<enhance>: use single repo for python connector
      
          Remove code for each platform and build up one single python code base
          for windows/osx/linux platforms and python2/python3 runtime.
      
          * [TD-182]<enhance>: remove redundant code in python connector
      
          * [TD-4149] <fix>: fix python connection config error
      99868001
    • P
      [TD-4122]<test>: add test case · 34d6383a
      Ping Xiao 提交于
      34d6383a
  4. 24 5月, 2021 1 次提交
  5. 22 5月, 2021 1 次提交
  6. 21 5月, 2021 1 次提交
  7. 20 5月, 2021 1 次提交
  8. 18 5月, 2021 1 次提交
  9. 12 5月, 2021 1 次提交
  10. 11 5月, 2021 4 次提交
  11. 10 5月, 2021 1 次提交
  12. 08 5月, 2021 3 次提交
  13. 07 5月, 2021 5 次提交
  14. 06 5月, 2021 2 次提交
  15. 30 4月, 2021 4 次提交
    • sangshuduo's avatar
      [TD-3639] <fix>: compare timestamp with datetime in python (#5990) · b12668ff
      sangshuduo 提交于
      By this commit, It will close TD-3639.
      
      It will not require test case to write *correct* datetime string to pass
      a test case. One test could use seconds, milliseconds or microseconds to
      check data.
      
      That means the three tests are equivalent:
      
      ```python
      .checkData(0, 0, "2020-01-01 00:00:00")
      .checkData(0, 0, "2020-01-01 00:00:00.000")
      .checkData(0, 0, "2020-01-01 00:00:00.000000")
      ```
      Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
      b12668ff
    • W
      [TD-4000] <test> verify teature of TD-3948 · 4a6a4f9e
      wu champion 提交于
      4a6a4f9e
    • Y
      [TD-4032]Eliminate false alarms (#5978) · 460768f0
      Yiqing Liu 提交于
      * [TD-4032]Eliminate false alarms
      
      * update rules
      460768f0
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 4025 fix travis ci broken (#5973) · 16051666
      sangshuduo 提交于
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      change focal to bionic.
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      install python3.8
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      install python3.8 and pip, setuptools
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      install python3.8, and install pip and setuptools
      
      * [TD-4025]<fix>: travis ci broken due to valgrind dependency missed.
      
      modify smoketest.sh to python3.8
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      16051666
  16. 29 4月, 2021 1 次提交
  17. 28 4月, 2021 2 次提交
  18. 27 4月, 2021 1 次提交
  19. 26 4月, 2021 2 次提交
  20. 25 4月, 2021 1 次提交
  21. 23 4月, 2021 2 次提交