index
:
~snappy-dev/snapd/+git/snapd-pawel
[no description]
summary
refs
log
tree
commit
diff
path:
root
/
progress
Age
Commit message (
Expand
)
Author
2018-01-28
strutil/quantity: new package that exports formatFoo (from progress)
John R. Lenton
2018-01-09
the linux vt does not like unicode :-(
John R. Lenton
2018-01-09
move spinner to opposite edge
John R. Lenton
2018-01-09
progress: switch ansimeter's Spin() to use a spinner
John R. Lenton
2017-10-11
Merge pull request #4015 from chipaca/nakedret
Michael Vogt
2017-10-10
progress: be more flexible in testing ansimeter
John R. Lenton
2017-10-10
run-checks: use nakedret to check for naked returns on long functions
John R. Lenton
2017-10-06
add unit tests for ansimeter; some tweaks for quantity corner cases
John R. Lenton
2017-09-27
address review feedback
John R. Lenton
2017-09-26
tweak the Notify line break algo
John R. Lenton
2017-09-26
many: add copyright header
John R. Lenton
2017-09-25
many: implement our own ANSI-escape-using progress indicator
John R. Lenton
2017-08-15
switch to canonical path for gopkg.in/cheggaaa/pb.v1
Michael Hudson-Doyle
2016-11-23
build snapd without CGO
John R. Lenton
2016-11-22
init pbar with correct total value
Michael Vogt
2016-11-16
static tests: add spell check
Leo Arias
2016-09-23
use New64 and fix output newline
Michael Vogt
2016-09-22
Merge remote-tracking branch 'upstream/master' into feature/snap-download-lp1...
Michael Vogt
2016-09-22
rename "progress.Info -> progress.Label"
Michael Vogt
2016-09-21
fix extra newline after progress done
Michael Vogt
2016-09-21
Show snap name before the download progress bar
Michael Vogt
2016-05-06
super unlikely that it will still be mediated through Meter.Agreed in the daemon
Samuele Pedroni
2016-05-02
Merge remote-tracking branch 'upstream/master' into bugfix/umount-failure
Michael Vogt
2016-04-28
clear last task line when the progress is finished
Michael Vogt
2016-04-28
fix Notify() output/tests
Michael Vogt
2016-04-27
add status output in notify
Michael Vogt
2016-04-14
fix unit test
Michael Vogt
2016-04-14
show the spinner before the text and add space
Michael Vogt
2015-12-08
Make the progress less chatty
Michael Vogt
2015-11-13
works. Next: tests
John R. Lenton
2015-06-08
merged lp:snappy and resolved conflicts
Michael Vogt
2015-06-03
merged lp:~mvo/snappy/snappy-lp1449032-poor-mans-rsync-15.04
Michael Vogt
2015-06-02
Update in-code documentation
Sergio Schvezov
2015-06-02
Forget gocheck
Sergio Schvezov
2015-05-29
progress/progress_test.go: fix test
Michael Vogt
2015-05-29
progress/progress.go: make spinner clear its line
Michael Vogt
2015-05-29
progress/progress.go: do not unset t.pbar in Spin()
Michael Vogt
2015-05-29
progress/progress.go: fix visual artifacts on update
Michael Vogt
2015-05-15
Add modelines
Michael Terry
2015-05-06
move 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-13
Refactoring install to take a progress.Meter from the exported function.
Sergio Schvezov
2015-04-07
s/status/notify/ as per a very good suggestion from Sergio
John R. Lenton
2015-04-03
Add a Status() call to progress.Meter
John R. Lenton
2015-04-03
move progress to its own package
John R. Lenton