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: e7270c90fd1888842a45d47700040d3f86ebaf5f
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: 9e75540e6dd9140cc551735beb177ec6afe9f3cc
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Sep 16, 2022

  1. fix: mute few warning print (#373)

    * 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
    
    * feat: re-write dump subtable desc logic for cluster
    
    * feat: add percent indicator for tbname fetch
    
    * feat: fix debug print row
    
    * feat: print to stderr
    
    * feat: reuse stb desc for sub-tables
    
    * feat: use directories tmp branch
    
    * refactor: again
    
    * feat: native dump out refactor
    
    * refactor: ws impl
    
    * refactor: ws done
    
    * feat: fix unknown codec
    
    * fix: unknown codec dump in
    
    * test: check result in 3.0-coveralls.yml
    
    * fix: unknown codec to dump normal table
    
    * fix: add progress indicator 0
    
    * fix: improve tag fetch
    
    * fix: ntb get table des
    
    * fix: tag value is null
    
    * fix: dump db tb with unknown codec
    
    * fix: unknown codec ntb/stb
    
    * fix: revert codec specified
    
    * fix: code cleanup
    
    * chore: add info print macro
    
    * feat: add errno check for thread_join
    
    * fix: mute few warning pring
    
    * fix: process value for v3
    
    * test: add float and double to coverage test
    
    * fix: process tag value for v3
    
    * test: fix ws3 in ../.github/workflows/3.0-coveralls.yml
    
    * fix: duration buffer
    
    * fix: make 3.0.0.0 ver compatible first
    
    * fix: reuse v2 way get tag value first to improve performance
    
    * test: update workflow for taos-tools commit
    sangshuduo authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9e75540 View commit details
    Browse the repository at this point in the history
Loading