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: 2dba49cf57cde998f768bb033619b4d8c5143127
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: 9f4c01ec83b93b2385816134071aa5e702a24079
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    404d8da View commit details
    Browse the repository at this point in the history
  2. feat: use directories add more info (#370)

    * 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
    sangshuduo authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3588b3d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. feat: add errno check for thread_join (#371)

    * 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
    sangshuduo authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9f4c01e View commit details
    Browse the repository at this point in the history
Loading