summaryrefslogtreecommitdiff
path: root/progress.py
AgeCommit message (Expand)Author
2026-04-17progress: Ignore updates after progress endsGavin Mak
2025-08-13progress: Fix race condition causing fileno crashGavin Mak
2025-07-17sync: Improve UI and error reporting for interleaved modeGavin Mak
2025-07-02progress: Make end() idempotentGavin Mak
2025-06-18sync: Implement --interleaved sync workerGavin Mak
2024-10-24progress: always show done messageKuang-che Wu
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-06-09sync: Handle case when output isn't connected to a terminalGavin Mak
2023-05-25sync: Show number of running fetch jobsv2.34Gavin Mak
2023-05-18sync: Show elapsed time for the longest syncing projectGavin Mak
2023-05-02sync: Display total elapsed fetch timeGavin Mak
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-11-10trace: restore Progress indicator.v2.29.9LaMont Jones
2022-04-19progress: optimize progress bar updates a bitv2.24Mike Frysinger
2021-04-13progress: hide progress bar when --quietMike Frysinger
2021-04-01sync: switch network fetch to multiprocessingMike Frysinger
2021-02-26progress: include execution time summaryMike Frysinger
2021-02-25progress/sync: include active number of jobsMike Frysinger
2021-02-25progress: always enable always_print_percentageMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2019-11-12sync: merge project updates with status barMike Frysinger
2019-09-13sync: improve output with intermingled progress bars and statusMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2017-07-15Always print percentage when syncing quietlyTim Schumacher
2017-06-13Add a newline after "Fetching projects" progress outputTim Schumacher
2011-09-19Support units in progress messagesShawn O. Pearce
2010-05-27Do not emit progress if stderr is not a ttyShawn O. Pearce
2009-04-18Only display a progress meter once we spend 0.5 seconds on a taskShawn O. Pearce
2009-04-18Disable the progress meter when trace is enabledShawn O. Pearce
2009-04-16Don't divide by zero in progress meterShawn O. Pearce
2009-04-10Add a project progress meter to 'repo sync'Shawn O. Pearce