summaryrefslogtreecommitdiff
path: root/progress
AgeCommit message (Expand)Author
2018-01-28strutil/quantity: new package that exports formatFoo (from progress)John R. Lenton
2018-01-09the linux vt does not like unicode :-(John R. Lenton
2018-01-09move spinner to opposite edgeJohn R. Lenton
2018-01-09progress: switch ansimeter's Spin() to use a spinnerJohn R. Lenton
2017-10-11Merge pull request #4015 from chipaca/nakedretMichael Vogt
2017-10-10progress: be more flexible in testing ansimeterJohn R. Lenton
2017-10-10run-checks: use nakedret to check for naked returns on long functionsJohn R. Lenton
2017-10-06add unit tests for ansimeter; some tweaks for quantity corner casesJohn R. Lenton
2017-09-27address review feedbackJohn R. Lenton
2017-09-26tweak the Notify line break algoJohn R. Lenton
2017-09-26many: add copyright headerJohn R. Lenton
2017-09-25many: implement our own ANSI-escape-using progress indicatorJohn R. Lenton
2017-08-15switch to canonical path for gopkg.in/cheggaaa/pb.v1Michael Hudson-Doyle
2016-11-23build snapd without CGOJohn R. Lenton
2016-11-22init pbar with correct total valueMichael Vogt
2016-11-16static tests: add spell checkLeo Arias
2016-09-23use New64 and fix output newlineMichael Vogt
2016-09-22Merge remote-tracking branch 'upstream/master' into feature/snap-download-lp1...Michael Vogt
2016-09-22rename "progress.Info -> progress.Label"Michael Vogt
2016-09-21fix extra newline after progress doneMichael Vogt
2016-09-21Show snap name before the download progress barMichael Vogt
2016-05-06super unlikely that it will still be mediated through Meter.Agreed in the daemonSamuele Pedroni
2016-05-02Merge remote-tracking branch 'upstream/master' into bugfix/umount-failureMichael Vogt
2016-04-28clear last task line when the progress is finishedMichael Vogt
2016-04-28fix Notify() output/testsMichael Vogt
2016-04-27add status output in notifyMichael Vogt
2016-04-14fix unit testMichael Vogt
2016-04-14show the spinner before the text and add spaceMichael Vogt
2015-12-08Make the progress less chattyMichael Vogt
2015-11-13works. Next: testsJohn R. Lenton
2015-06-08merged lp:snappy and resolved conflictsMichael Vogt
2015-06-03merged lp:~mvo/snappy/snappy-lp1449032-poor-mans-rsync-15.04Michael Vogt
2015-06-02Update in-code documentationSergio Schvezov
2015-06-02Forget gocheckSergio Schvezov
2015-05-29progress/progress_test.go: fix testMichael Vogt
2015-05-29progress/progress.go: make spinner clear its lineMichael Vogt
2015-05-29progress/progress.go: do not unset t.pbar in Spin()Michael Vogt
2015-05-29progress/progress.go: fix visual artifacts on updateMichael Vogt
2015-05-15Add modelinesMichael Terry
2015-05-06move pkgname out of progress interface and move it into "Start()"Michael Vogt
2015-04-22* Reset attachedToTerminal() using defer.James Hunt
2015-04-22* TestMakeProgressBar(): reset attachedToTerminal().James Hunt
2015-04-21* Review changes: moved MakeProgressBar() to progress/.James Hunt
2015-04-13Refactoring install to take a progress.Meter from the exported function.Sergio Schvezov
2015-04-07s/status/notify/ as per a very good suggestion from SergioJohn R. Lenton
2015-04-03Add a Status() call to progress.MeterJohn R. Lenton
2015-04-03move progress to its own packageJohn R. Lenton