DockerCLI/command/formatter
Jeremy Chambers 371839ee5c Implements --format option for docker history command by creating a formatter
Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Adds to history documentation for --format

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Adds MarshalJSON to historyContext for {{json .}} format

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Adds back the --human option to history command

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Cleans up formatter around --human option for history, Adds integration test for --format option of history

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Adds test for history formatter checking full table results, Runs go fmt on touched files

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Fixes lint errors in formatter/history

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

Runs go fmt on cli/command/formatter/history.go

Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>

sRemoves integration test for --format option of history

Merges Created and CreatedSince in docker history formatter, Updates docs and tests
2017-03-11 13:54:16 -06:00
..
container.go Merge pull request #30733 from yongtang/02022017-formatter-header 2017-03-03 11:25:19 -08:00
container_test.go Ignore some functions in the Go template when header is rendered 2017-02-10 19:34:50 -08:00
custom.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
custom_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
disk_usage.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
disk_usage_test.go Ignore some functions in the Go template when header is rendered 2017-02-10 19:34:50 -08:00
formatter.go Ignore some functions in the Go template when header is rendered 2017-02-10 19:34:50 -08:00
history.go Implements --format option for docker history command by creating a formatter 2017-03-11 13:54:16 -06:00
history_test.go Implements --format option for docker history command by creating a formatter 2017-03-11 13:54:16 -06:00
image.go Ignore some functions in the Go template when header is rendered 2017-02-10 19:34:50 -08:00
image_test.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
network.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
network_test.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
plugin.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
plugin_test.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
reflect.go why there are so many mistakes in our repo (up to /cmd) 2017-02-17 00:32:48 +08:00
reflect_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
service.go Add support for rollback flags 2017-03-03 16:33:34 -08:00
service_test.go Add `--format` to `docker service ls` 2017-02-01 08:33:19 -08:00
stats.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
stats_test.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
task.go Fix error caused by overlapping merge of 30733 2017-03-03 13:26:00 -08:00
task_test.go Fix error caused by overlapping merge of 30733 2017-03-03 13:26:00 -08:00
volume.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00
volume_test.go Allow `--format` to use different delim in `table` format 2017-02-10 19:34:50 -08:00