Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taosdata/taos-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa45ad44c61f7ea47149290eeafb6cf2dc2f3a42
Choose a base ref
...
head repository: taosdata/taos-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2b5dece5ab16fab19be78dbfd122646d0898087
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 30, 2022

  1. feat: stream support target database (#350)

    * feat: stream support target database
    
    * fix: drop stream before drop database
    
    * fix: asm
    Yang Zhao authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9cb965f View commit details
    Browse the repository at this point in the history
  2. fix: enable ci-taosbenchmark-debug.yml error output (#352)

    * feat: stream support target database
    
    * fix: drop stream before drop database
    
    * fix: asm
    
    * fix: enable ci-taosbenchmark-debug.yml error output
    
    Co-authored-by: zhaoyanggh <yzhao@taosdata.com>
    sangshuduo and zhaoyanggh authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c162f6d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. fix: websocekt select database (#353)

    Yang Zhao authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2460442 View commit details
    Browse the repository at this point in the history
  2. feat: taosdump use directories (#354)

    * feat: taosdump support multiple directories
    
    initial work to reduce buffer overflow
    
    * fix: tune taosadapter log level to error
    
    * fix: temporary disable double type case
    
    * feat: refactor dump filename generation
    
    * feat: add db dir and check if it exist
    
    * feat: taosdump dump out to multiple directories
    
    * feat: support dump in from multiple directories
    
    * fix: build with websocket enabled
    
    * test: enable error output
    
    * fix: inpath buffer overflow
    
    * fix: create db clause for db stb
    
    * test: fix taosdump/native/taosdumpTestInspect.py
    
    * fix: 3.0-coveralls.yml coveralls.yml
    sangshuduo authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2cdc717 View commit details
    Browse the repository at this point in the history
  3. Revert "feat: taosdump use directories (#354)" (#357)

    This reverts commit 2cdc717.
    sangshuduo authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    78333da View commit details
    Browse the repository at this point in the history
  4. feat: taos-tools for 3.0 (#355)

    * feat: taos-tools for 3.0
    
    cleanup cmake
    
    * fix: is_ds() in src/benchUtil.c
    sangshuduo authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d2b5dec View commit details
    Browse the repository at this point in the history
Loading