[DRE-commits] [ruby-docker-api] branch master updated (bf29be1 -> c86d0ea)
Jonas Genannt
genannt at moszumanska.debian.org
Wed Aug 19 14:04:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
genannt pushed a change to branch master
in repository ruby-docker-api.
from bf29be1 WIP
adds 69d70dd Imported Upstream version 1.22.2
new 63c2ff0 Merge tag 'upstream/1.22.2'
new 36e410c d/control: wrap-sort
new a9e4657 refreshed patch 01_disable_rubygems.diff
new e1976a5 refreshed patch 02_disable_vcr
new 64733ed d/control: added ruby-rspec-its as b-dependency
new f749456 d/control: bumped standards version to 3.9.6
new c86d0ea Releasing debian version 1.22.2-1.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.cane | 3 +-
.travis.yml | 6 +-
LICENSE | 22 +
README.md | 200 ++-
Rakefile | 35 +
TESTING.md | 61 +
debian/changelog | 24 +-
debian/control | 18 +-
debian/patches/01_disable_rubygems.diff | 10 +-
debian/patches/02_disable_vcr.diff | 10 +-
docker-api.gemspec | 3 +-
lib/docker.rb | 51 +-
lib/docker/base.rb | 2 +-
lib/docker/connection.rb | 28 +-
lib/docker/container.rb | 140 +-
lib/docker/error.rb | 3 +
lib/docker/event.rb | 2 +-
lib/docker/exec.rb | 104 ++
lib/docker/image.rb | 115 +-
lib/docker/messages.rb | 19 +-
lib/docker/messages_stack.rb | 25 +
lib/docker/util.rb | 153 ++-
lib/docker/version.rb | 4 +-
lib/excon/middlewares/hijack.rb | 33 +-
metadata.yml | 194 +--
spec/docker/connection_spec.rb | 18 +
spec/docker/container_spec.rb | 316 ++++-
spec/docker/event_spec.rb | 8 +-
spec/docker/exec_spec.rb | 165 +++
spec/docker/image_spec.rb | 354 +++--
spec/docker/messages_spec.rb | 19 +-
spec/docker/messages_stack.rb | 26 +
spec/docker_spec.rb | 117 +-
spec/fixtures/build_from_dir/Dockerfile | 4 +-
spec/fixtures/export.tar | Bin 0 -> 9216 bytes
spec/fixtures/top/Dockerfile | 4 +-
spec/spec_helper.rb | 10 +
spec/support/vcr.rb | 5 +
.../logs_in_and_sets_the_creds.yml | 19 +-
.../Docker/_info/returns_the_info_as_a_Hash.yml | 24 +-
.../when_nothing_is_raised/validate_version_/.yml | 24 +-
.../_version/returns_the_version_as_a_Hash.yml | 19 +-
...izes_each_Container_into_a_Docker_Container.yml | 210 +--
.../with_normal_sized_chunks/yields_each_chunk.yml | 89 +-
.../with_very_small_chunks/yields_each_chunk.yml | 89 +-
.../_changes/returns_the_changes_as_an_array.yml | 120 +-
...es_a_new_Image_from_the_Container_s_changes.yml | 131 +-
.../saves_the_command.yml | 58 -
.../raises_an_error.yml | 136 ++
.../yields_each_chunk_of_the_tarred_directory.yml | 220 ++-
.../yields_each_chunk_of_the_tarred_file.yml | 119 +-
.../should_have_name_set_to_bob.yml | 61 +-
.../sets_the_id.yml | 42 +-
.../_delete/deletes_the_container.yml | 52 +-
.../returns_the_Docker_Exec_object.yml | 180 +++
.../streams_the_stdout/stderr_messages.yml | 183 +++
.../stderr_messages_and_exit_code.yml | 183 +++
.../returns_the_stdout/stderr_messages.yml | 101 ++
.../returns_the_raw_stdout/stderr_output.yml | 182 +++
.../Docker_Container/_export/yields_each_chunk.yml | 294 +++-
...lizes_the_Container_into_a_Docker_Container.yml | 61 +-
.../_json/returns_the_description_as_a_Hash.yml | 61 +-
.../Docker_Container/_kill/kills_the_container.yml | 127 +-
.../with_a_kill_signal/kills_the_container.yml | 214 ++-
.../raises_a_client_error.yml | 171 +++
.../returns_the_error_message.yml | 65 -
.../when_selecting_stdout/returns_blank_logs.yml | 54 +-
.../_pause/pauses_the_container.yml | 157 ++-
.../_rename/renames_the_container.yml | 149 +++
.../_restart/restarts_the_container.yml | 178 ++-
.../raises_an_error.yml | 73 +-
..._new_container_to_run_the_specified_command.yml | 312 +++--
.../_start/starts_the_container.yml | 98 +-
.../Docker_Container/_stop/stops_the_container.yml | 160 +--
.../raises_a_client_error.yml | 217 +++
.../when_passing_a_block/returns_hello_.yml | 131 ++
.../when_selecting_stdout/returns_blank_logs.yml | 131 ++
.../when_using_a_tty/returns_hello_.yml | 131 ++
.../_top/returns_the_top_commands_as_an_Array.yml | 156 ++-
.../_unpause/unpauses_the_container.yml | 154 ++-
.../_wait/waits_for_the_command_to_finish.yml | 73 +-
.../raises_a_ServerError.yml | 58 -
...ets_the_read_timeout_to_that_amount_of_time.yml | 73 +-
.../sets_the_id.yml | 130 ++
.../_json/returns_the_description_as_a_Hash.yml | 207 +++
.../block_is_passed/attaches_to_the_stream.yml | 182 +++
.../returns_the_stdout_and_stderr_messages.yml | 182 +++
.../stderr_messages_with_exitcode.yml | 180 +++
.../starts_the_exec_instance.yml | 180 +++
.../raises_an_error.yml | 180 +++
...materializes_each_Image_into_a_Docker_Image.yml | 99 +-
.../calls_the_block_and_passes_build_output.yml | 24 +-
.../builds_an_image_and_tags_it.yml | 177 ++-
.../without_query_parameters/builds_an_image.yml | 24 +-
.../throws_a_UnexpectedResponseError.yml | 26 +-
.../calls_the_block_and_passes_build_output.yml | 183 ++-
.../calls_the_block_and_passes_build_output.yml | 96 ++
.../with_credentials_passed/sends_Docker_creds.yml | 41 -
.../sends_X-Registry-Config_header.yml | 181 ++-
.../with_no_query_parameters/builds_the_image.yml | 524 +++++++-
.../builds_the_image_and_tags_it.yml | 570 +++++++-
.../sets_the_id_and_sends_Docker_creds.yml | 116 +-
.../calls_the_block_and_passes_build_output.yml | 38 +
.../when_the_image_does_exist/returns_true.yml | 33 +
.../returns_the_new_image.yml | 20 +-
.../_history/returns_the_history_of_the_Image.yml | 52 +-
.../when_the_URI_is_invalid/raises_an_error.yml | 203 ++-
.../when_the_URI_is_valid/returns_an_Image.yml | 270 +++-
.../when_the_file_does_exist/creates_the_Image.yml | 45 +-
.../inserts_the_directory.yml | 1406 +++++++++++++++++++-
.../creates_a_new_image.yml | 195 +--
.../leave_no_intermediate_containers.yml | 170 ++-
.../creates_a_new_Image_that_has_that_file.yml | 229 ++--
.../raises_an_error.yml | 73 +-
.../creates_a_new_Image_that_has_each_file.yml | 336 +++--
...ns_additional_information_about_image_image.yml | 46 +-
spec/vcr/Docker_Image/_push/pushes_the_Image.yml | 269 ++--
.../_push/streams_output_from_push.yml | 246 ++++
.../looks_up_the_first_repo_tag.yml | 382 ++++++
.../when_there_are_no_credentials/still_pushes.yml | 288 ++--
.../_refresh_/updates_the_info_hash.yml | 139 +-
.../updates_using_the_provided_connection.yml | 62 +
.../vcr/Docker_Image/_remove/removes_the_Image.yml | 138 --
.../when_no_name_is_given/removes_the_Image.yml | 652 +++++++++
...tring_by_spaces_and_creates_a_new_Container.yml | 123 +-
.../creates_a_new_Container.yml | 125 +-
...lly_show_result_if_image_has_Cmd_configured.yml | 162 +++
...d_raise_an_error_if_no_command_is_specified.yml | 47 +-
.../Docker_Image/_save/calls_the_class_method.yml | 67 +
...exports_tarball_of_image_to_specified_file.yml} | 188 +--
.../returns_raw_binary_data_as_string.yml} | 188 +--
...materializes_each_Image_into_a_Docker_Image.yml | 187 +--
.../_tag/tags_the_image_with_the_repo_name.yml | 67 +-
133 files changed, 13658 insertions(+), 3941 deletions(-)
create mode 100644 LICENSE
create mode 100644 TESTING.md
create mode 100644 lib/docker/exec.rb
create mode 100644 lib/docker/messages_stack.rb
create mode 100644 spec/docker/exec_spec.rb
create mode 100644 spec/docker/messages_stack.rb
create mode 100644 spec/fixtures/export.tar
delete mode 100644 spec/vcr/Docker_Container/_commit/if_run_is_passed_it_saves_the_command_in_the_image/saves_the_command.yml
create mode 100644 spec/vcr/Docker_Container/_copy/when_the_file_does_not_exist/raises_an_error.yml
create mode 100644 spec/vcr/Docker_Container/_exec/when_detach_is_true/returns_the_Docker_Exec_object.yml
create mode 100644 spec/vcr/Docker_Container/_exec/when_passed_a_block/streams_the_stdout/stderr_messages.yml
create mode 100644 spec/vcr/Docker_Container/_exec/when_passed_only_a_command/returns_the_stdout/stderr_messages_and_exit_code.yml
create mode 100644 spec/vcr/Docker_Container/_exec/when_stdin_object_is_passed/returns_the_stdout/stderr_messages.yml
create mode 100644 spec/vcr/Docker_Container/_exec/when_tty_is_true/returns_the_raw_stdout/stderr_output.yml
create mode 100644 spec/vcr/Docker_Container/_logs/when_not_selecting_any_stream/raises_a_client_error.yml
delete mode 100644 spec/vcr/Docker_Container/_logs/when_not_selecting_any_stream/returns_the_error_message.yml
create mode 100644 spec/vcr/Docker_Container/_rename/renames_the_container.yml
create mode 100644 spec/vcr/Docker_Container/_streaming_logs/when_not_selecting_any_stream/raises_a_client_error.yml
create mode 100644 spec/vcr/Docker_Container/_streaming_logs/when_passing_a_block/returns_hello_.yml
create mode 100644 spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml
create mode 100644 spec/vcr/Docker_Container/_streaming_logs/when_using_a_tty/returns_hello_.yml
delete mode 100644 spec/vcr/Docker_Container/_wait/when_an_argument_is_given/and_a_command_runs_for_too_long/raises_a_ServerError.yml
create mode 100644 spec/vcr/Docker_Exec/_create/when_the_HTTP_request_returns_a_201/sets_the_id.yml
create mode 100644 spec/vcr/Docker_Exec/_json/returns_the_description_as_a_Hash.yml
create mode 100644 spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_false/block_is_passed/attaches_to_the_stream.yml
create mode 100644 spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_false/returns_the_stdout_and_stderr_messages.yml
create mode 100644 spec/vcr/Docker_Exec/_start_/when_detach_is_set_to_true/returns_empty_stdout/stderr_messages_with_exitcode.yml
create mode 100644 spec/vcr/Docker_Exec/_start_/when_the_HTTP_request_returns_a_201/starts_the_exec_instance.yml
create mode 100644 spec/vcr/Docker_Exec/_start_/when_the_command_has_already_run/raises_an_error.yml
create mode 100644 spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_a_block_capturing_build_output/uses_a_cached_version_the_second_time/calls_the_block_and_passes_build_output.yml
delete mode 100644 spec/vcr/Docker_Image/_build_from_dir/with_a_valid_Dockerfile/with_credentials_passed/sends_Docker_creds.yml
create mode 100644 spec/vcr/Docker_Image/_create/with_a_block_capturing_create_output/calls_the_block_and_passes_build_output.yml
create mode 100644 spec/vcr/Docker_Image/_exist_/when_the_image_does_exist/returns_true.yml
create mode 100644 spec/vcr/Docker_Image/_push/streams_output_from_push.yml
create mode 100644 spec/vcr/Docker_Image/_push/when_the_image_was_retrived_by_get/when_no_tag_is_specified/looks_up_the_first_repo_tag.yml
create mode 100644 spec/vcr/Docker_Image/_refresh_/with_an_explicit_connection/updates_using_the_provided_connection.yml
delete mode 100644 spec/vcr/Docker_Image/_remove/removes_the_Image.yml
create mode 100644 spec/vcr/Docker_Image/_remove/when_no_name_is_given/removes_the_Image.yml
create mode 100644 spec/vcr/Docker_Image/_run/when_the_argument_is_nil/command_configured_in_image/should_normally_show_result_if_image_has_Cmd_configured.yml
create mode 100644 spec/vcr/Docker_Image/_save/calls_the_class_method.yml
copy spec/vcr/Docker_Image/{_insert_local/when_removing_intermediate_containers/leave_no_intermediate_containers.yml => _save/when_a_filename_is_specified/exports_tarball_of_image_to_specified_file.yml} (63%)
copy spec/vcr/Docker_Image/{_insert_local/when_removing_intermediate_containers/leave_no_intermediate_containers.yml => _save/when_no_filename_is_specified/returns_raw_binary_data_as_string.yml} (63%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docker-api.git
More information about the Pkg-ruby-extras-commits
mailing list