DockerCLI/cli/command/service
Daniel Nephin baf65a5502 Convert to assert.NilError
Using:

  git grep -l '^\s\+assert\.Check(t, err)$' | \
    xargs sed -i -e 's/^\(\s\+assert\)\.Check(t, err)$/\1.NilError(t, err)/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:27:34 -05:00
..
progress Automated migration 2018-03-05 19:41:17 -05:00
testdata Sort services names in a natural order 2017-07-19 18:18:06 +03:00
client_test.go Fix --network-add adding duplicate networks 2018-01-09 20:42:09 +01:00
cmd.go Error out on orchestrator command that don't support k8s yet 2017-12-26 11:46:59 +01:00
create.go Added support of Generic resources in compose file 2017-11-28 21:52:09 +01:00
generic_resource_opts.go Added support for generic resource update 2017-11-28 18:03:10 +01:00
generic_resource_opts_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00
helpers.go Use non-detached mode as default for service commands 2017-09-13 12:27:55 +02:00
inspect.go Remove use of deprecated IsErr...NotFound checks 2017-10-03 12:01:24 +02:00
inspect_test.go Automated migration 2018-03-05 19:41:17 -05:00
list.go Sort services names in a natural order 2017-07-19 18:18:06 +03:00
list_test.go Automated migration 2018-03-05 19:41:17 -05:00
logs.go Update gometalinter 2017-10-26 12:21:02 -04:00
opts.go Fix `--label-file` weird behavior 2018-01-29 11:08:54 -08:00
opts_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00
parse.go Handle case of configs on old daemon 2017-06-07 17:02:46 +02:00
ps.go Do not truncate ID on docker service ps --quiet 2017-09-30 22:23:37 +02:00
ps_test.go Post migration fixes 2018-03-05 19:41:17 -05:00
remove.go Add 'docker service rollback' subcommand 2017-08-16 22:18:36 +02:00
rollback.go Update code for upstream cobra 2017-10-25 14:49:26 -04:00
rollback_test.go Remove testutil 2018-03-06 14:38:35 -05:00
scale.go Use non-detached mode as default for service commands 2017-09-13 12:27:55 +02:00
trust.go Move notary to its new location 2017-10-30 17:21:41 +01:00
update.go Fix --network-add adding duplicate networks 2018-01-09 20:42:09 +01:00
update_test.go Convert to assert.NilError 2018-03-06 15:27:34 -05:00