summaryrefslogtreecommitdiffstats
path: root/progress.py
Commit message (Expand)AuthorAgeFilesLines
* progress: always show done messageKuang-che Wu2024-10-241-9/+4
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-3/+3
* delete Python 2 (object) compatMike Frysinger2023-10-201-1/+1
* isort: format codebasev2.36Mike Frysinger2023-08-221-0/+2
* sync: Handle case when output isn't connected to a terminalGavin Mak2023-06-091-5/+6
* sync: Show number of running fetch jobsv2.34Gavin Mak2023-05-251-4/+5
* sync: Show elapsed time for the longest syncing projectGavin Mak2023-05-181-19/+30
* sync: Display total elapsed fetch timeGavin Mak2023-05-021-8/+64
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-101/+122
* trace: restore Progress indicator.v2.29.9LaMont Jones2022-11-101-3/+3
* progress: optimize progress bar updates a bitv2.24Mike Frysinger2022-04-191-11/+16
* progress: hide progress bar when --quietMike Frysinger2021-04-131-1/+9
* sync: switch network fetch to multiprocessingMike Frysinger2021-04-011-2/+2
* progress: include execution time summaryMike Frysinger2021-02-261-4/+23
* progress/sync: include active number of jobsMike Frysinger2021-02-251-1/+19
* progress: always enable always_print_percentageMike Frysinger2021-02-251-16/+10
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-18/+18
* sync: merge project updates with status barMike Frysinger2019-11-121-2/+3
* sync: improve output with intermingled progress bars and statusMike Frysinger2019-09-131-4/+13
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Always print percentage when syncing quietlyTim Schumacher2017-07-151-2/+4
* Add a newline after "Fetching projects" progress outputTim Schumacher2017-06-131-3/+5
* Support units in progress messagesShawn O. Pearce2011-09-191-7/+8
* Do not emit progress if stderr is not a ttyShawn O. Pearce2010-05-271-2/+5
* Only display a progress meter once we spend 0.5 seconds on a taskShawn O. Pearce2009-04-181-1/+10
* Disable the progress meter when trace is enabledShawn O. Pearce2009-04-181-0/+7
* Don't divide by zero in progress meterShawn O. Pearce2009-04-161-14/+27
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-101-0/+45