[DRE-commits] [ruby-mongo] 01/05: Merge tag 'upstream/1.10.0'

Prach Pongpanich prach-guest at moszumanska.debian.org
Thu May 15 06:36:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

prach-guest pushed a commit to branch master
in repository ruby-mongo.

commit 03e362142964c15d56c0c1ed83087490cd9e0a62
Merge: 972a1d1 758d754
Author: Prach Pongpanich <prachpub at gmail.com>
Date:   Thu May 15 12:50:47 2014 +0700

    Merge tag 'upstream/1.10.0'
    
    Upstream version 1.10.0
    
    # gpg: Signature made Thu 15 May 2014 12:50:43 PM ICT using RSA key ID 23CE1C09
    # gpg: Good signature from "Prach Pongpanich <prachpub at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 0CA7 5D98 7B8E CF6E A944  3AD8 3909 1E81 23CE 1C09

 LICENSE                                            |    2 +-
 README.md                                          |  423 ++------
 Rakefile                                           |   10 +-
 VERSION                                            |    2 +-
 bin/mongo_console                                  |   19 +-
 checksums.yaml.gz                                  |  Bin 267 -> 268 bytes
 checksums.yaml.gz.sig                              |  Bin 256 -> 256 bytes
 data.tar.gz.sig                                    |  Bin 256 -> 256 bytes
 lib/mongo.rb                                       |   50 +-
 lib/mongo/bulk_write_collection_view.rb            |  380 +++++++
 lib/mongo/collection.rb                            |  407 ++++---
 lib/mongo/collection_writer.rb                     |  364 +++++++
 test/unit/pool_test.rb => lib/mongo/connection.rb  |   16 +-
 lib/mongo/{util => connection}/node.rb             |   21 +-
 lib/mongo/{util => connection}/pool.rb             |   53 +-
 lib/mongo/{util => connection}/pool_manager.rb     |   56 +-
 .../{util => connection}/sharding_pool_manager.rb  |    2 +-
 .../pool_test.rb => lib/mongo/connection/socket.rb |   15 +-
 .../{util => connection/socket}/socket_util.rb     |    7 +-
 .../{util => connection/socket}/ssl_socket.rb      |   13 +-
 .../{util => connection/socket}/tcp_socket.rb      |   40 +-
 .../{util => connection/socket}/unix_socket.rb     |   10 +-
 lib/mongo/cursor.rb                                |  167 ++-
 lib/mongo/db.rb                                    |  324 +++---
 lib/mongo/{exceptions.rb => exception.rb}          |   11 +-
 test/unit/pool_test.rb => lib/mongo/functional.rb  |   16 +-
 lib/mongo/functional/authentication.rb             |  318 ++++++
 lib/mongo/{util => functional}/logging.rb          |    2 +-
 lib/mongo/{util => functional}/read_preference.rb  |   50 +-
 lib/mongo/functional/sasl_java.rb                  |   48 +
 lib/mongo/functional/uri_parser.rb                 |  374 +++++++
 lib/mongo/{util => functional}/write_concern.rb    |   14 +-
 test/unit/pool_test.rb => lib/mongo/gridfs.rb      |   15 +-
 lib/mongo/gridfs/grid.rb                           |   10 +-
 lib/mongo/gridfs/grid_ext.rb                       |    2 +-
 lib/mongo/gridfs/grid_file_system.rb               |    4 +-
 lib/mongo/gridfs/grid_io.rb                        |   12 +-
 lib/mongo/legacy.rb                                |   71 +-
 lib/mongo/mongo_client.rb                          |  331 +++---
 lib/mongo/mongo_replica_set_client.rb              |   49 +-
 lib/mongo/mongo_sharded_client.rb                  |    7 +-
 lib/mongo/networking.rb                            |   45 +-
 lib/mongo/util/uri_parser.rb                       |  352 ------
 test/unit/pool_test.rb => lib/mongo/utils.rb       |   16 +-
 lib/mongo/{util => utils}/conversions.rb           |    5 +-
 lib/mongo/{util => utils}/core_ext.rb              |    2 +-
 lib/mongo/{util => utils}/server_version.rb        |    2 +-
 lib/mongo/{util => utils}/support.rb               |   67 +-
 .../thread_local_variable_manager.rb               |    2 +-
 metadata.gz.sig                                    |  Bin 256 -> 256 bytes
 metadata.yml                                       |  120 ++-
 test/functional/authentication_test.rb             |   36 +-
 test/functional/bulk_api_stress_test.rb            |  133 +++
 test/functional/bulk_write_collection_view_test.rb | 1129 ++++++++++++++++++++
 .../{connection_test.rb => client_test.rb}         |  247 +++--
 test/functional/collection_test.rb                 |  739 +++++++++++--
 test/functional/collection_writer_test.rb          |   83 ++
 test/functional/conversions_test.rb                |   36 +-
 test/functional/cursor_fail_test.rb                |    6 +-
 test/functional/cursor_message_test.rb             |    6 +-
 test/functional/cursor_test.rb                     |   41 +-
 test/functional/db_api_test.rb                     |   14 +-
 test/functional/db_connection_test.rb              |    4 +-
 test/functional/db_test.rb                         |   70 +-
 test/functional/grid_file_system_test.rb           |    4 +-
 test/functional/grid_io_test.rb                    |    8 +-
 test/functional/grid_test.rb                       |    6 +-
 test/functional/pool_test.rb                       |    5 +-
 test/functional/safe_test.rb                       |   10 +-
 test/functional/ssl_test.rb                        |  124 +--
 test/functional/support_test.rb                    |    2 +-
 test/functional/threading_test.rb                  |  109 --
 test/functional/timeout_test.rb                    |   28 +-
 test/functional/uri_test.rb                        |  142 ++-
 test/functional/write_concern_test.rb              |   12 +-
 test/helpers/general.rb                            |   50 +
 test/helpers/test_unit.rb                          |  317 ++++++
 test/replica_set/authentication_test.rb            |   37 +-
 test/replica_set/basic_test.rb                     |   55 +-
 test/replica_set/client_test.rb                    |  305 +++---
 test/replica_set/complex_connect_test.rb           |   13 +-
 test/replica_set/connection_test.rb                |   84 +-
 test/replica_set/count_test.rb                     |    4 +-
 test/replica_set/cursor_test.rb                    |   16 +-
 test/replica_set/insert_test.rb                    |   80 +-
 test/replica_set/max_values_test.rb                |   75 +-
 test/replica_set/pinning_test.rb                   |    4 +-
 test/replica_set/query_test.rb                     |    4 +-
 test/replica_set/read_preference_test.rb           |   12 +-
 test/replica_set/refresh_test.rb                   |   14 +-
 test/replica_set/replication_ack_test.rb           |   26 +-
 test/replica_set/ssl_test.rb                       |  130 +--
 test/sharded_cluster/basic_test.rb                 |   58 +-
 test/shared/authentication.rb                      |  121 ---
 test/shared/authentication/basic_auth_shared.rb    |  286 +++++
 test/shared/authentication/bulk_api_auth_shared.rb |  259 +++++
 test/shared/authentication/gssapi_shared.rb        |  164 +++
 test/shared/authentication/sasl_plain_shared.rb    |   96 ++
 test/shared/ssl_shared.rb                          |  235 ++++
 test/test_helper.rb                                |  230 +---
 test/threading/basic_test.rb                       |   32 +-
 test/tools/mongo_config.rb                         |   65 +-
 test/tools/mongo_config_test.rb                    |    2 +-
 test/unit/client_test.rb                           |  195 +++-
 test/unit/collection_test.rb                       |   86 +-
 test/unit/connection_test.rb                       |  209 ++--
 test/unit/cursor_test.rb                           |   16 +-
 test/unit/db_test.rb                               |   40 +-
 test/unit/grid_test.rb                             |    4 +-
 test/unit/mongo_sharded_client_test.rb             |   32 +-
 test/unit/node_test.rb                             |    4 +-
 test/unit/pool_manager_test.rb                     |   43 +-
 test/unit/read_pref_test.rb                        |   84 +-
 test/unit/read_test.rb                             |   28 +-
 test/unit/safe_test.rb                             |   18 +-
 test/unit/sharding_pool_manager_test.rb            |   16 +-
 test/unit/util_test.rb                             |   69 --
 test/unit/write_concern_test.rb                    |   18 +-
 118 files changed, 7836 insertions(+), 3120 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mongo.git



More information about the Pkg-ruby-extras-commits mailing list