summaryrefslogtreecommitdiff
path: root/pkg/jsonmessage/jsonmessage.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/jsonmessage: touch-up GoDocSebastiaan van Stijn2023-05-041-21/+45
* pkg/jsonmessage: JSONProgress.String(), JSONProgress.now(): simplifySebastiaan van Stijn2023-05-041-7/+4
* pkg/jsonmessage: JSONMessage.Display(): remove special case for 401 errorsSebastiaan van Stijn2023-05-041-3/+0
* pkg/jsonmessage: export "Stream" interfaceSebastiaan van Stijn2022-08-291-3/+9
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* pkg/jsonmessage: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* pkg/jsonmessage: fix SA1006: printf-style function with no argumentsSebastiaan van Stijn2019-10-181-4/+4
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* replace gotty with aec, since gotty hasn't been updated since very long time ...RaviTeja Pothana2019-01-161-78/+26
* Various code-cleanupSebastiaan van Stijn2018-05-231-2/+2
* jsonmessage: pass message to aux callbackTonis Tiigi2018-05-141-3/+3
* Cleanup pkg/jsonmessage progress testsDaniel Nephin2018-03-161-8/+26
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move RFC3339NanoFixed to a more appropriate package.Daniel Nephin2017-09-251-3/+6
* Fix golint errors.Daniel Nephin2017-08-181-4/+3
* Update the stream formatter to display custom unit numbers.Ying Li2017-05-111-5/+23
* Add `docker build --iidfile=FILE`Ian Campbell2017-05-051-1/+1
* Synchronous service create and service updateAaron Lehmann2017-04-031-4/+8
* pkg/jsonmessage: Encode ANSI ESC directly as \x1b rather than via fmt as %cIan Campbell2016-11-111-4/+4
* pkg/jsonmessage: Use terminfo rather than open coding ANSI escape codesIan Campbell2016-11-111-12/+80
* pkg/jsonmessage: Avoid undefined ANSI escape codes.Ian Campbell2016-11-101-10/+3
* Extract stream output handling to a new type.Daniel Nephin2016-09-081-0/+11
* fix typosallencloud2016-06-021-1/+1
* Send push information to trust code out-of-bandAaron Lehmann2016-01-081-1/+10
* Replace pkg/units with docker/go-units.David Calavera2015-12-161-1/+1
* Move timeutils functions to the only places where they are used.David Calavera2015-12-151-3/+3
* Fix typos found across repositoryJustas Brazauskas2015-12-131-2/+2
* Remove redundant checkSebastiaan van Stijn2015-12-091-1/+1
* Fix the scoping of "diff" so its value doesn't leak between loop iterationsAaron Lehmann2015-12-071-4/+7
* Don't update lines on the terminal from a previous operationAaron Lehmann2015-12-071-0/+13
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-4/+0
* Add context.RequestID to event streamDoug Davis2015-09-241-0/+4
* events/jsonmessage: add and prefer TimeNano for eventsVincent Batts2015-09-181-1/+4
* Avoid buffering to tempfile when pushing with V2Stephen J Day2015-08-241-0/+6
* Enable golint in pkg/jsonlog and pkg/jsonmessage.Lei Jitang2015-08-081-0/+15
* Fix uses of "int" where "int64" should be used insteadAaron Lehmann2015-07-311-3/+3
* Fixes hacks from progressreader refactorbobby abbott2015-03-251-0/+172