engine-api/client
Alexander Morozov ebc51d1954 Merge pull request #356 from tamird/server-resp-not-pointer
client: pass `serverResponse` around by value
2016-08-15 12:54:26 -07:00
..
testdata Add unit tests for NewEnvClient 2016-06-01 17:28:13 +02:00
transport cancellable: use sync.Once to prevent double channel close 2016-08-10 10:47:56 -07:00
checkpoint_create.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
checkpoint_create_test.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
checkpoint_delete.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
checkpoint_delete_test.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
checkpoint_list.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
checkpoint_list_test.go Add Checkpoint Create/List/Delete methods. 2016-05-12 13:44:05 -04:00
client.go Add warning about setting version in NewClient 2016-06-07 15:22:30 -07:00
client_mock_test.go Handle JSON errors from the server 2016-05-26 18:08:49 -07:00
client_test.go Fix TestNewEnvClient with default version 2016-06-08 18:24:19 +02:00
client_unix.go Make default docker host the same as unix for darwin. 2016-07-15 18:00:39 -03:00
client_windows.go Windows: Default to npipe transport 2016-03-03 12:13:14 -08:00
container_attach.go Creates a types/reference package… 2016-04-01 11:00:16 +02:00
container_commit.go Creates a types/reference package… 2016-04-01 11:00:16 +02:00
container_commit_test.go Complete unit tests with expectedURL 2016-05-10 16:21:15 +02:00
container_copy.go Update CopyToContainer method signature… 2016-04-15 19:09:57 +02:00
container_copy_test.go fix typos 2016-06-02 13:27:56 +08:00
container_create.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
container_create_test.go fix typos 2016-06-02 13:27:56 +08:00
container_diff.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_diff_test.go Complete unit tests with expectedURL 2016-05-10 16:21:15 +02:00
container_exec.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
container_exec_test.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
container_export.go fix typos 2016-03-25 01:17:56 +08:00
container_export_test.go Add a happy path test on ContainerExport 2016-05-31 11:17:25 +02:00
container_inspect.go fix comments it's into its 2016-06-30 21:36:06 +08:00
container_inspect_test.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
container_kill.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_kill_test.go Complete unit tests with expectedURL 2016-05-10 16:21:15 +02:00
container_list.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
container_list_test.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
container_logs.go Add `Details` field for logs 2016-04-29 09:32:44 -04:00
container_logs_test.go Add happy path test on ContainerLogs 2016-05-31 11:15:14 +02:00
container_pause.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_pause_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_remove.go Make required arguments required. 2016-03-30 12:33:23 +02:00
container_remove_test.go Make required arguments required. 2016-03-30 12:33:23 +02:00
container_rename.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_rename_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_resize.go Make required arguments required. 2016-03-30 12:33:23 +02:00
container_resize_test.go Make required arguments required. 2016-03-30 12:33:23 +02:00
container_restart.go Add config parameter to change per-container stop timeout during daemon shutdown 2016-06-13 19:08:23 -07:00
container_restart_test.go Add config parameter to change per-container stop timeout during daemon shutdown 2016-06-13 19:08:23 -07:00
container_start.go Only set url value when it's not empty 2016-06-01 09:45:36 +08:00
container_start_test.go Only set url value when it's not empty 2016-06-01 09:45:36 +08:00
container_stats.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_stats_test.go Add happy path test on ContainerStats 2016-05-31 11:30:20 +02:00
container_stop.go Add config parameter to change per-container stop timeout during daemon shutdown 2016-06-13 19:08:23 -07:00
container_stop_test.go Add config parameter to change per-container stop timeout during daemon shutdown 2016-06-13 19:08:23 -07:00
container_top.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_top_test.go Complete unit tests with expectedURL 2016-05-10 16:21:15 +02:00
container_unpause.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_unpause_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_update.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_update_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_wait.go Fix doc typo in ContainerWait function 2016-03-30 09:36:41 +02:00
container_wait_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
errors.go Add nodeNotFound NotFound() 2016-06-16 17:00:32 -07:00
events.go Use filters.ToParamWithVersion elsewhere 2016-05-18 17:07:30 +02:00
events_test.go Add unit tests to Events 2016-05-31 12:39:31 +02:00
hijack.go Throw client.Do(req) error in postHijacked 2016-03-31 15:59:45 +08:00
image_build.go Add options for build squashing 2016-08-12 15:36:30 -04:00
image_build_test.go Make required arguments required. 2016-03-30 12:33:23 +02:00
image_create.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
image_create_test.go Creates a types/reference package… 2016-04-01 11:00:16 +02:00
image_history.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_history_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_import.go Creates a types/reference package… 2016-04-01 11:00:16 +02:00
image_import_test.go Creates a types/reference package… 2016-04-01 11:00:16 +02:00
image_inspect.go Remove unused "size" query parameter 2016-08-11 23:27:49 +02:00
image_inspect_test.go Remove unused "size" query parameter 2016-08-11 23:27:49 +02:00
image_list.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
image_list_test.go Revert "Remove /json from API URLs" 2016-06-07 21:04:50 +02:00
image_load.go Comments on usage of ImageLoad 2016-04-26 23:52:57 -07:00
image_load_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_pull.go Add unit tests for ImagePull 2016-05-09 19:00:47 +02:00
image_pull_test.go fix typos 2016-06-02 13:27:56 +08:00
image_push.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
image_push_test.go fix typos 2016-06-02 13:27:56 +08:00
image_remove.go Make required arguments required. 2016-03-30 12:33:23 +02:00
image_remove_test.go Make required arguments required. 2016-03-30 12:33:23 +02:00
image_save.go fix typos 2016-03-25 01:17:56 +08:00
image_save_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_search.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
image_search_test.go fix typos 2016-06-02 13:27:56 +08:00
image_tag.go Remove deprecated -f flag on docker tag 2016-05-29 10:14:38 -07:00
image_tag_test.go Remove deprecated -f flag on docker tag 2016-05-29 10:14:38 -07:00
info.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
info_test.go Add error unit tests for Info 2016-05-31 12:52:06 +02:00
interface.go Remove unused "size" query parameter 2016-08-11 23:27:49 +02:00
interface_experimental.go add 'force' parameter to docker plugin rm to remove an active plugin 2016-07-22 07:08:23 -07:00
interface_stable.go plugins: update APIClient interface 2016-06-14 00:24:37 -07:00
login.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
network_connect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_connect_test.go Add unit test for NetworkConnect 2016-03-18 12:35:16 +01:00
network_create.go Make required arguments required. 2016-03-30 12:33:23 +02:00
network_create_test.go Make required arguments required. 2016-03-30 12:33:23 +02:00
network_disconnect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_disconnect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_inspect.go fix comments it's into its 2016-06-30 21:36:06 +08:00
network_inspect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_list.go Use filters.ToParamWithVersion elsewhere 2016-05-18 17:07:30 +02:00
network_list_test.go Add unit tests to NetworkList 2016-03-16 09:12:48 +01:00
network_remove.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_remove_test.go Add unit test to NetworkRemove 2016-03-19 12:38:55 +01:00
node_inspect.go Support NodeInspectWithRaw, improve not found errors 2016-06-16 16:39:49 -07:00
node_inspect_test.go Support NodeInspectWithRaw, improve not found errors 2016-06-16 16:39:49 -07:00
node_list.go Add swarmkit management API endpoints 2016-06-09 00:55:05 -07:00
node_list_test.go Add unit test for node endpoints 2016-06-09 00:55:05 -07:00
node_remove.go Adding force to the RemoveNode API 2016-07-28 15:28:07 -07:00
node_remove_test.go Adding force to the RemoveNode API 2016-07-28 15:28:07 -07:00
node_update.go change node update and swarm update to specs 2016-06-12 05:45:13 -07:00
node_update_test.go change node update and swarm update to specs 2016-06-12 05:45:13 -07:00
plugin_disable.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_disable_test.go Add some unit tests to Plugin* methods 2016-06-14 16:12:52 +02:00
plugin_enable.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_enable_test.go Add some unit tests to Plugin* methods 2016-06-14 16:12:52 +02:00
plugin_inspect.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_inspect_test.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
plugin_install.go client: pass `serverResponse` around by value 2016-08-09 13:21:54 -04:00
plugin_list.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_list_test.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
plugin_push.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_push_test.go Add some unit tests to Plugin* methods 2016-06-14 16:12:52 +02:00
plugin_remove.go add 'force' parameter to docker plugin rm to remove an active plugin 2016-07-22 07:08:23 -07:00
plugin_remove_test.go add 'force' parameter to docker plugin rm to remove an active plugin 2016-07-22 07:08:23 -07:00
plugin_set.go Split plugin.go into several files 2016-06-14 11:47:13 +02:00
plugin_set_test.go Add some unit tests to Plugin* methods 2016-06-14 16:12:52 +02:00
request.go Merge pull request #356 from tamird/server-resp-not-pointer 2016-08-15 12:54:26 -07:00
request_test.go Handle JSON errors from the server 2016-05-26 18:08:49 -07:00
service_create.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
service_create_test.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
service_inspect.go Modify `ServiceInspect` to return raw data 2016-06-15 22:11:45 -07:00
service_inspect_test.go Modify `ServiceInspect` to return raw data 2016-06-15 22:11:45 -07:00
service_list.go Add swarmkit management API endpoints 2016-06-09 00:55:05 -07:00
service_list_test.go Add unit test for service endpoint 2016-06-09 00:55:05 -07:00
service_remove.go Add swarmkit management API endpoints 2016-06-09 00:55:05 -07:00
service_remove_test.go Add unit test for service endpoint 2016-06-09 00:55:05 -07:00
service_update.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
service_update_test.go client/services: remove header arguments from ServiceCreate, ServiceUpdate 2016-07-01 11:30:35 -07:00
swarm_init.go remove MCSAaccessMode and split swarm.go and use NodeRole 2016-06-09 00:55:05 -07:00
swarm_init_test.go Add unit test for swarm endpoints 2016-06-09 00:55:05 -07:00
swarm_inspect.go remove MCSAaccessMode and split swarm.go and use NodeRole 2016-06-09 00:55:05 -07:00
swarm_inspect_test.go Remove join-tokens from info 2016-07-27 11:50:57 -07:00
swarm_join.go remove MCSAaccessMode and split swarm.go and use NodeRole 2016-06-09 00:55:05 -07:00
swarm_join_test.go Add unit test for swarm endpoints 2016-06-09 00:55:05 -07:00
swarm_leave.go remove MCSAaccessMode and split swarm.go and use NodeRole 2016-06-09 00:55:05 -07:00
swarm_leave_test.go Add unit test for swarm endpoints 2016-06-09 00:55:05 -07:00
swarm_update.go Rename rotate_manager_token to rotateManagerToken 2016-07-22 22:10:38 +02:00
swarm_update_test.go Replace secrets with join tokens 2016-07-20 16:13:12 -07:00
task_inspect.go Add swarmkit management API endpoints 2016-06-09 00:55:05 -07:00
task_inspect_test.go Add unit test for task endpoints 2016-06-09 00:55:05 -07:00
task_list.go Add swarmkit management API endpoints 2016-06-09 00:55:05 -07:00
task_list_test.go Add unit test for task endpoints 2016-06-09 00:55:05 -07:00
version.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_create.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_create_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_inspect.go fix comments it's into its 2016-06-30 21:36:06 +08:00
volume_inspect_test.go Update VolumeInspect tests to compile test again 2016-03-14 22:43:22 +01:00
volume_list.go Use filters.ToParamWithVersion elsewhere 2016-05-18 17:07:30 +02:00
volume_list_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_remove.go Add `--force` in `docker volume rm` to fix out-of-band volume driver deletion 2016-07-15 15:58:38 -07:00
volume_remove_test.go Add `--force` in `docker volume rm` to fix out-of-band volume driver deletion 2016-07-15 15:58:38 -07:00