summaryrefslogtreecommitdiff
path: root/pkg/jsonmessage
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-042-4/+1
* pkg/jsonmessage: export "Stream" interfaceSebastiaan van Stijn2022-08-291-3/+9
* test: use `T.Setenv` to set env vars in testsEng Zer Jun2022-04-231-5/+1
* gosimple: S1039: unnecessary use of fmt.SprintfSebastiaan van Stijn2021-06-101-1/+1
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-212-2/+2
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* 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
* TestDisplayJSONMessagesStreamInvalidJSON: fix error checkKir Kolyshkin2019-09-181-2/+3
* 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-162-84/+32
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* 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-162-75/+111
* Automated migration usingDaniel Nephin2018-03-161-2/+3
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
* Move RFC3339NanoFixed to a more appropriate package.Daniel Nephin2017-09-252-10/+12
* Fix golint errors.Daniel Nephin2017-08-182-7/+5
* Update the stream formatter to display custom unit numbers.Ying Li2017-05-112-13/+59
* Add `docker build --iidfile=FILE`Ian Campbell2017-05-051-1/+1
* Synchronous service create and service updateAaron Lehmann2017-04-031-4/+8
* Bump go-unitsVincent Demeester2017-02-071-9/+9
* 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-112-18/+94
* pkg/jsonmessage: Wrap test failure messages so control characters alignIan Campbell2016-11-111-3/+3
* pkg/jsonmessage: Format all test expected/actual strings with %qIan Campbell2016-11-111-7/+7
* pkg/jsonmessage: Avoid undefined ANSI escape codes.Ian Campbell2016-11-102-13/+6
* Extract stream output handling to a new type.Daniel Nephin2016-09-081-0/+11
* fix typosallencloud2016-06-021-1/+1
* Fix pkg/jsonmessage.TestProgress panicAkihiro Suda2016-05-311-0/+14
* Send push information to trust code out-of-bandAaron Lehmann2016-01-082-4/+13
* 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-152-10/+10
* 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-182-5/+29
* Avoid buffering to tempfile when pushing with V2Stephen J Day2015-08-242-2/+8
* 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
* Add test coverage to pkg/jsonmessageVincent Demeester2015-06-021-7/+179
* Fixes hacks from progressreader refactorbobby abbott2015-03-252-0/+210