[DRE-commits] [ruby-docker-api] 01/07: Merge tag 'upstream/1.22.2'

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 commit to branch master
in repository ruby-docker-api.

commit 63c2ff041a862c506f75f99812d1d22efa59d978
Merge: bf29be1 69d70dd
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Aug 19 15:50:58 2015 +0200

    Merge tag 'upstream/1.22.2'
    
    Upstream version 1.22.2
    
    # gpg: Signature made Wed 19 Aug 2015 03:50:58 PM CEST using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    # gpg:                 aka "Jonas Genannt <genannt at debian.org>"
    
    * tag 'upstream/1.22.2':
      Imported Upstream version 1.22.2

 .cane                                              |    3 +-
 .travis.yml                                        |    6 +-
 LICENSE                                            |   22 +
 README.md                                          |  200 ++-
 Rakefile                                           |   35 +
 TESTING.md                                         |   61 +
 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 +-
 129 files changed, 13619 insertions(+), 3918 deletions(-)

-- 
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