Justin Cormack
|
67d2ba7359
|
Merge pull request #26519 from AkihiroSuda/fix-cli-command-formatter-json-support
Fix broken JSON support in cli/command/formatter
Upstream-commit: 3ab6e03ba3
Component: cli
|
2016-10-17 22:44:04 +01:00 |
|
Vincent Demeester
|
fc18090688
|
Revert docker volume column name to VOLUME_NAME
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 6c3c3a87ba
Component: cli
|
2016-10-17 20:03:31 +02:00 |
|
Akihiro Suda
|
f0fd68b09c
|
Fix broken JSON support in cli/command/formatter
How to test:
$ docker ps --format '{{json .}}'
$ docker network ls --format '{{json .}}'
$ docker volume ls --format '{{json .}}'
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: c11155f0d1
Component: cli
|
2016-10-17 08:07:17 +00:00 |
|
Daniel Nephin
|
a43858a79d
|
Fix testcases that expect trailing whitespace
and broken integration tests based of nil pointers
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 2f8c4333fe
Component: cli
|
2016-09-13 17:58:12 -04:00 |
|
Daniel Nephin
|
91cf73d819
|
Refactor formatter.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: db0952ad22
Component: cli
|
2016-09-13 17:58:12 -04:00 |
|
Daniel Nephin
|
964a552e76
|
Move api/client -> cli/command
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 3bd1eb4b76
Component: cli
|
2016-09-08 15:46:29 -04:00 |
|