Vincent Demeester
|
2c4de4fb5e
|
Update tests to use gotest.tools 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2018-06-08 18:24:26 +02:00 |
Daniel Nephin
|
e15b208e96
|
Convert assert.Check(t, is.Error()) to assert.Error
git grep -l -P '^\s+assert\.Check\(t, is\.Error\(' | \
xargs perl -pi -e 's/^(\s+assert\.)Check\(t, is\.Error\((.*)\)$/\1Error(t, \2/'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-06 16:00:28 -05:00 |
Daniel Nephin
|
39c2ca57c1
|
Automated migration
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2018-03-05 19:41:17 -05:00 |
Wataru Ishida
|
995006c164
|
Support SCTP port mapping
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
|
2018-02-21 12:19:38 +09:00 |
Chao Wang
|
926b20fcb5
|
Refactor stringutils and fix docker search output form when the description has CJK character
Signed-off-by: Chao Wang <wangchao.fnst@cn.fujitsu.com>
|
2017-10-27 11:15:10 +08:00 |
Daniel Nephin
|
51587de1c4
|
Use golden files for tests that expect end-of-line whitespace
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-09-07 17:50:44 -04:00 |
Vincent Demeester
|
9e142cadc9
|
Import DisplayablePorts from moby/moby source
This has nothing to do in the `api` package for moby as it's just a
cli display function.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2017-06-23 20:12:30 +02:00 |
Arash Deshmeh
|
7f71d0d979
|
removed logging from command/formatter package tests
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
|
2017-06-15 14:14:59 -04:00 |
Josh Soref
|
70a9905ee5
|
Spelling fixes
* appropriate
* assumption
* attach
* because
* building
* customized
* mapping
* propagated
Signed-off-by: Josh Soref <jsoref@gmail.com>
|
2017-05-22 01:39:06 +00:00 |
Daniel Nephin
|
c31d25653f
|
Add line length linter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2017-05-08 15:57:56 -04:00 |
Daniel Nephin
|
1630fc40f8
|
Import docker/docker/cli
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2017-04-17 17:40:59 -04:00 |