Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change progress bar backend to tqdm #2333

Merged
merged 68 commits into from Aug 21, 2019
Merged

change progress bar backend to tqdm #2333

merged 68 commits into from Aug 21, 2019

Commits on Aug 10, 2019

  1. add preliminary tqdm work

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    1511fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebce9c View commit details
    Browse the repository at this point in the history
  3. disable old progress

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    70ee313 View commit details
    Browse the repository at this point in the history
  4. minor bugfix

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    c4b9d7d View commit details
    Browse the repository at this point in the history
  5. tqdm repo.checkout

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    cc28155 View commit details
    Browse the repository at this point in the history
  6. tqdm remote.http

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    62cbeed View commit details
    Browse the repository at this point in the history
  7. add progress.Tqdm(bytes)

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    6aee6b6 View commit details
    Browse the repository at this point in the history
  8. add progress.Tqdm(truncate)

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    3f0b85c View commit details
    Browse the repository at this point in the history
  9. tqdm remote.s3, flake8

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d460d7e View commit details
    Browse the repository at this point in the history
  10. tqdm remote.azure

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f61e7d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85d4f7e View commit details
    Browse the repository at this point in the history
  12. tqdm remote.ssh.connection

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    bac3d93 View commit details
    Browse the repository at this point in the history
  13. tqdm remote.local

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    efd8a07 View commit details
    Browse the repository at this point in the history
  14. tqdm dvc.utils

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    82bb550 View commit details
    Browse the repository at this point in the history
  15. remove old progress

    - progress.Progress
    - progress.ProgressCallback
    - progress.progress
    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d6f816b View commit details
    Browse the repository at this point in the history
  16. tqdm remote.oss

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    c02807d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca68eb4 View commit details
    Browse the repository at this point in the history
  18. pylint

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    aed3451 View commit details
    Browse the repository at this point in the history
  19. black

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    9143f67 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f88bf92 View commit details
    Browse the repository at this point in the history
  21. misc minor restructuring

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    56db2ee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2ac99d8 View commit details
    Browse the repository at this point in the history
  23. fix silly error

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    1925d63 View commit details
    Browse the repository at this point in the history
  24. fix base progress_callback

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    2f42db0 View commit details
    Browse the repository at this point in the history
  25. minor black, test fixes

    casperdcl committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    d0315a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. fix and update more tests

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    ee4248d View commit details
    Browse the repository at this point in the history
  2. naive test update

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    120dfff View commit details
    Browse the repository at this point in the history
  3. slight test update

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    ea8f4ba View commit details
    Browse the repository at this point in the history
  4. fix more callback usage

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    7665782 View commit details
    Browse the repository at this point in the history
  5. update tqdm requirement

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    7328ff4 View commit details
    Browse the repository at this point in the history
  6. progress-aware logging

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    0de87af View commit details
    Browse the repository at this point in the history
  7. log to correct stream

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    56d1cca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    032d507 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d61745 View commit details
    Browse the repository at this point in the history
  10. fix flake8

    casperdcl committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    f834e72 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. fix silly error

    casperdcl committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    fbaadcb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    f373655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838151d View commit details
    Browse the repository at this point in the history
  3. minor tidy

    casperdcl committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    3811141 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into tqdm

    major updates across dvc/remote/
    casperdcl committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    3f8caec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1f5c03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b4ecf View commit details
    Browse the repository at this point in the history
  7. flake8

    casperdcl committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    c6f73fd View commit details
    Browse the repository at this point in the history
  8. remove old test

    casperdcl committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    f88c2fe View commit details
    Browse the repository at this point in the history
  9. a little tidy

    casperdcl committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    186f0cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39da372 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. add .mailmap

    casperdcl committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    8955a60 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    b018933 View commit details
    Browse the repository at this point in the history
  2. minor rename

    casperdcl committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    adf05e6 View commit details
    Browse the repository at this point in the history
  3. minor test update

    casperdcl committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    60566b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    534d6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4d03e View commit details
    Browse the repository at this point in the history
  3. flake8 unused imports

    casperdcl committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    093ad20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3098460 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16113c8 View commit details
    Browse the repository at this point in the history
  6. add Tqdm units

    casperdcl committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    49d4930 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd1fe67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34dc163 View commit details
    Browse the repository at this point in the history
  9. Tqdm longer descriptions

    casperdcl committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    9a2dea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. update tqdm version

    casperdcl committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    f90fd17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e76de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6102caa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    1c8bf11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee9064 View commit details
    Browse the repository at this point in the history
  3. fix logic

    casperdcl committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    8f7a7a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b73ff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. quick review fixes

    casperdcl committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    8faa02e View commit details
    Browse the repository at this point in the history
  2. get_files_number test fix

    casperdcl committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    4bd2ce2 View commit details
    Browse the repository at this point in the history