docs/integration-cli
Alexander Morozov 181fea24aa Make daemon initialization in main goroutine
It is simplifies code and lead to next refactoring step, where daemon
will be incorporated to some structure which represents API.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-04-20 08:13:39 -07:00
..
docker_api_attach_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_api_containers_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_api_exec_resize_test.go Fix errors due changed sockRequest signature 2015-04-13 10:30:07 -07:00
docker_api_exec_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_images_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_api_info_test.go Remove Job from Info API 2015-04-20 18:14:06 +08:00
docker_api_inspect_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_logs_test.go Remove job from logs 2015-04-13 08:25:31 +02:00
docker_api_resize_test.go Fix errors due changed sockRequest signature 2015-04-13 10:30:07 -07:00
docker_api_version_test.go Remove builtins 2015-04-17 14:27:38 +02:00
docker_cli_attach_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_attach_unix_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_build_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_by_digest_test.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
docker_cli_commit_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_cp_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_create_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_daemon_test.go Make daemon initialization in main goroutine 2015-04-20 08:13:39 -07:00
docker_cli_diff_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_events_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_events_unix_test.go integ-cli: fix clock skew against remote test daemon 2015-03-11 10:28:56 -07:00
docker_cli_exec_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_export_import_test.go Improve export/import tests cleanup 2015-04-16 22:10:55 -07:00
docker_cli_help_test.go Add checking trailing space for all lines of the help output 2015-03-11 21:24:30 +08:00
docker_cli_history_test.go Rebase + some fixes 2015-04-09 21:29:42 -04:00
docker_cli_images_test.go Refactor pkg/common, Fixes #11599 2015-03-24 18:19:59 +01:00
docker_cli_import_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_info_test.go cli_info_test: Check all required fields 2015-04-09 04:01:39 -07:00
docker_cli_inspect_test.go Move InspectExecID test to exec. 2015-01-23 16:18:39 -08:00
docker_cli_kill_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_links_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_login_test.go Make .dockercfg with json.MarshallIndent 2015-01-17 07:05:56 -05:00
docker_cli_logs_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_nat_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_pause_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_port_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_proxy_test.go Link to HTTPS URLs in engine comments 2015-04-11 13:31:34 -04:00
docker_cli_ps_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_pull_test.go Skip TestPullVerified 2015-04-16 23:05:47 -07:00
docker_cli_push_test.go Add ability to refer to image by name + digest 2015-03-17 10:10:42 +00:00
docker_cli_rename_test.go duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames 2015-04-08 13:33:05 +08:00
docker_cli_restart_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_rm_test.go integ-cli: Use status code from sockRequest (fix #12335) 2015-04-14 08:07:50 +00:00
docker_cli_rmi_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_run_test.go Merge pull request #12466 from robertabbott/fix_dockerCmd 2015-04-17 15:15:34 -07:00
docker_cli_run_unix_test.go Move TestRunDetach to integration-cli 2015-04-13 20:48:24 -04:00
docker_cli_save_load_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_save_load_unix_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_search_test.go add TestSearchCmdOptions case 2015-04-14 09:23:26 +08:00
docker_cli_start_test.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
docker_cli_tag_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_cli_top_test.go fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead 2015-04-09 10:46:57 -07:00
docker_cli_version_test.go cli: Add server OS/Arch info to 'version' cmd 2015-02-23 14:32:25 -08:00
docker_cli_wait_test.go Remove `stripTrailingCharacters` from tests 2015-04-06 09:21:18 -04:00
docker_test_vars.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
docker_test_vars_cli.go integration-cli: add mechanism to skip tests 2015-02-17 00:43:41 -08:00
docker_test_vars_daemon.go integration-cli: add mechanism to skip tests 2015-02-17 00:43:41 -08:00
docker_utils.go Removed unnecessary error output from dockerCmd 2015-04-17 09:11:14 -07:00
registry.go Revert all but TestPullImageFromCentralRegistry changes 2015-03-24 16:27:35 -07:00
requirements.go Remove job from logs 2015-04-13 08:25:31 +02:00
test_vars_exec.go integration-cli: add test requirement ExecSupport 2015-02-20 23:24:30 -08:00
test_vars_noexec.go integration-cli: add test requirement ExecSupport 2015-02-20 23:24:30 -08:00
test_vars_unix.go pkg/archive: adjust chmod bits on windows 2015-03-04 14:10:37 -08:00
test_vars_windows.go Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles 2015-03-20 21:54:33 -07:00
utils.go remove job from pull and import 2015-04-17 09:55:02 -07:00