[libmongodb-perl] branch master updated (bba704e -> ab79647)
Nuno Carvalho
smash at cpan.org
Tue Aug 30 15:50:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a change to branch master
in repository libmongodb-perl.
from bba704e update changelog
adds 73cf32c New upstream version 1.4.5
new 7e4d262 Merge tag 'upstream/1.4.5'
new 61c0749 Update spelling patch
new be930f3 Add NEWS file
new ab79647 Drop version requirement in d/control
The 4 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:
CONTRIBUTING.md | 95 +-
Changes | 94 +
INSTALL.md | 6 +
MANIFEST | 26 +-
META.json | 132 +-
META.yml | 122 +-
README | 6 +-
README.md | 95 +-
debian/NEWS | 11 +
debian/changelog | 11 +-
debian/control | 2 +-
debian/patches/spelling.patch | 119 +-
lib/MongoDB.pm | 20 +-
lib/MongoDB/BSON.pm | 6 +-
lib/MongoDB/BSON/Binary.pm | 6 +-
lib/MongoDB/BSON/Regexp.pm | 6 +-
lib/MongoDB/BSON/_EncodedDoc.pm | 2 +-
lib/MongoDB/BulkWrite.pm | 6 +-
lib/MongoDB/BulkWriteResult.pm | 6 +-
lib/MongoDB/BulkWriteView.pm | 6 +-
lib/MongoDB/Code.pm | 6 +-
lib/MongoDB/Collection.pm | 58 +-
lib/MongoDB/CommandResult.pm | 6 +-
lib/MongoDB/Cursor.pm | 6 +-
lib/MongoDB/DBRef.pm | 8 +-
lib/MongoDB/DataTypes.pod | 8 +-
lib/MongoDB/Database.pm | 82 +-
lib/MongoDB/DeleteResult.pm | 6 +-
lib/MongoDB/Error.pm | 6 +-
lib/MongoDB/Examples.pod | 8 +-
lib/MongoDB/GridFS.pm | 20 +-
lib/MongoDB/GridFS/File.pm | 17 +-
lib/MongoDB/GridFSBucket.pm | 798 +
lib/MongoDB/GridFSBucket/DownloadStream.pm | 620 +
lib/MongoDB/GridFSBucket/UploadStream.pm | 659 +
lib/MongoDB/IndexView.pm | 7 +-
lib/MongoDB/InsertManyResult.pm | 6 +-
lib/MongoDB/InsertOneResult.pm | 6 +-
lib/MongoDB/MongoClient.pm | 35 +-
lib/MongoDB/OID.pm | 6 +-
lib/MongoDB/Op/_Aggregate.pm | 2 +-
lib/MongoDB/Op/_BatchInsert.pm | 73 +-
lib/MongoDB/Op/_BulkWrite.pm | 15 +-
lib/MongoDB/Op/_Command.pm | 24 +-
lib/MongoDB/Op/_Count.pm | 2 +-
lib/MongoDB/Op/_CreateIndexes.pm | 30 +-
lib/MongoDB/Op/_Delete.pm | 19 +-
lib/MongoDB/Op/_Distinct.pm | 2 +-
lib/MongoDB/Op/_Explain.pm | 2 +-
lib/MongoDB/Op/_FSyncUnlock.pm | 2 +-
lib/MongoDB/Op/_FindAndDelete.pm | 2 +-
lib/MongoDB/Op/_FindAndUpdate.pm | 2 +-
lib/MongoDB/Op/_GetMore.pm | 9 +-
lib/MongoDB/Op/_InsertOne.pm | 16 +-
lib/MongoDB/Op/_KillCursors.pm | 2 +-
lib/MongoDB/Op/_ListCollections.pm | 2 +-
lib/MongoDB/Op/_ListIndexes.pm | 2 +-
lib/MongoDB/Op/_ParallelScan.pm | 10 +-
lib/MongoDB/Op/_Query.pm | 51 +-
lib/MongoDB/Op/_Update.pm | 23 +-
lib/MongoDB/QueryResult.pm | 6 +-
lib/MongoDB/QueryResult/Filtered.pm | 6 +-
lib/MongoDB/ReadConcern.pm | 6 +-
lib/MongoDB/ReadPreference.pm | 6 +-
lib/MongoDB/Role/{_Cursor.pm => _BSONCodec.pm} | 20 +-
lib/MongoDB/Role/_BypassValidation.pm | 6 +-
lib/MongoDB/Role/_CommandCursorOp.pm | 2 +-
lib/MongoDB/Role/_CommandOp.pm | 57 -
lib/MongoDB/Role/_Cursor.pm | 2 +-
lib/MongoDB/Role/_InsertPreEncoder.pm | 9 +-
lib/MongoDB/Role/_LastError.pm | 2 +-
.../Role/{_DatabaseOp.pm => _OpReplyParser.pm} | 19 +-
lib/MongoDB/Role/_PrivateConstructor.pm | 2 +-
lib/MongoDB/Role/_ReadOp.pm | 8 +-
lib/MongoDB/Role/_ReadPrefModifier.pm | 10 +-
lib/MongoDB/Role/_UpdatePreEncoder.pm | 9 +-
lib/MongoDB/Role/_WriteCommand.pm | 192 +
lib/MongoDB/Role/_WriteOp.pm | 138 +-
lib/MongoDB/Role/_WriteResult.pm | 2 +-
lib/MongoDB/Timestamp.pm | 6 +-
lib/MongoDB/Tutorial.pod | 4 +-
lib/MongoDB/UnacknowledgedResult.pm | 6 +-
lib/MongoDB/UpdateResult.pm | 6 +-
lib/MongoDB/Upgrading.pod | 12 +-
lib/MongoDB/WriteConcern.pm | 6 +-
lib/MongoDB/_Constants.pm | 3 +-
lib/MongoDB/_Credential.pm | 2 +-
lib/MongoDB/_Link.pm | 7 +-
lib/MongoDB/_Protocol.pm | 2 +-
lib/MongoDB/_Query.pm | 52 +-
lib/MongoDB/_Server.pm | 2 +-
lib/MongoDB/_Topology.pm | 6 +-
lib/MongoDB/_Types.pm | 2 +-
lib/MongoDB/_URI.pm | 2 +-
t/00-report-prereqs.dd | 26 +-
t/00-report-prereqs.t | 10 +-
t/bypass_doc_validation.t | 4 +-
t/data/SS/README.rst | 17 +-
.../ReplicaSetNoPrimary/read/Nearest.json | 86 +-
.../ReplicaSetNoPrimary/read/Nearest.yml | 12 +-
.../ReplicaSetNoPrimary/read/Nearest_multiple.json | 68 +
.../read/{Nearest.yml => Nearest_multiple.yml} | 17 +-
.../read/Nearest_non_matching.json | 41 +-
.../read/Nearest_non_matching.yml | 16 +-
.../ReplicaSetNoPrimary/read/Primary.json | 20 +-
.../ReplicaSetNoPrimary/read/Primary.yml | 8 +-
.../ReplicaSetNoPrimary/read/PrimaryPreferred.json | 86 +-
.../ReplicaSetNoPrimary/read/PrimaryPreferred.yml | 12 +-
.../read/PrimaryPreferred_non_matching.json | 41 +-
.../read/PrimaryPreferred_non_matching.yml | 16 +-
.../ReplicaSetNoPrimary/read/Secondary.json | 86 +-
.../ReplicaSetNoPrimary/read/Secondary.yml | 12 +-
.../read/SecondaryPreferred.json | 86 +-
.../read/SecondaryPreferred.yml | 12 +-
.../read/SecondaryPreferred_non_matching.json | 41 +-
.../read/SecondaryPreferred_non_matching.yml | 16 +-
.../read/Secondary_multi_tags.json | 60 +
.../{Secondary.yml => Secondary_multi_tags.yml} | 21 +-
.../read/Secondary_multi_tags2.json | 60 +
.../{Secondary.yml => Secondary_multi_tags2.yml} | 21 +-
.../read/Secondary_non_matching.json | 41 +-
.../read/Secondary_non_matching.yml | 16 +-
.../write/SecondaryPreferred.json | 20 +-
.../write/SecondaryPreferred.yml | 8 +-
.../ReplicaSetWithPrimary/read/Nearest.json | 122 +-
.../ReplicaSetWithPrimary/read/Nearest.yml | 22 +-
...est_non_matching.json => Nearest_multiple.json} | 93 +-
.../read/{Nearest.yml => Nearest_multiple.yml} | 27 +-
.../read/Nearest_non_matching.json | 59 +-
.../read/Nearest_non_matching.yml | 22 +-
.../ReplicaSetWithPrimary/read/Primary.json | 66 +-
.../ReplicaSetWithPrimary/read/Primary.yml | 12 +-
.../read/PrimaryPreferred.json | 106 +-
.../read/PrimaryPreferred.yml | 28 +-
.../read/PrimaryPreferred_non_matching.json | 75 +-
.../read/PrimaryPreferred_non_matching.yml | 25 +-
.../ReplicaSetWithPrimary/read/Secondary.json | 94 +-
.../ReplicaSetWithPrimary/read/Secondary.yml | 14 +-
.../read/SecondaryPreferred.json | 114 +-
.../read/SecondaryPreferred.yml | 19 +-
.../read/SecondaryPreferred_non_matching.json | 75 +-
.../read/SecondaryPreferred_non_matching.yml | 25 +-
.../read/SecondaryPreferred_tags.json | 52 +
...ryPreferred.yml => SecondaryPreferred_tags.yml} | 32 +-
.../read/Secondary_non_matching.json | 49 +-
.../read/Secondary_non_matching.yml | 18 +-
.../write/SecondaryPreferred.json | 66 +-
.../write/SecondaryPreferred.yml | 12 +-
.../Sharded/read/SecondaryPreferred.json | 86 +-
.../Sharded/read/SecondaryPreferred.yml | 12 +-
.../Sharded/write/SecondaryPreferred.json | 86 +-
.../Sharded/write/SecondaryPreferred.yml | 12 +-
.../Single/read/SecondaryPreferred.json | 50 +-
.../Single/read/SecondaryPreferred.yml | 8 +-
.../Single/write/SecondaryPreferred.json | 50 +-
.../Single/write/SecondaryPreferred.yml | 8 +-
.../Unknown/read/SecondaryPreferred.json | 4 +-
.../Unknown/read/SecondaryPreferred.yml | 4 +-
.../Unknown/write/SecondaryPreferred.json | 4 +-
.../Unknown/write/SecondaryPreferred.yml | 4 +-
t/data/gridfs/big.txt | 33949 +++++++++++++++++++
t/data/gridfs/tests/delete.json | 303 +
t/data/gridfs/tests/download.json | 445 +
t/data/gridfs/tests/upload.json | 391 +
t/deprecated/collection.t | 8 +
t/gridfs_spec.t | 293 +
t/gridfsbucket.t | 409 +
t/max_time_ms.t | 30 +
t/ss_spec.t | 5 +-
t/unit/configuration.t | 21 +-
xs/BSON.xs | 9 +-
xt/author/test-version.t | 3 +-
xt/release/check-jira-in-changes.t | 1 +
173 files changed, 39962 insertions(+), 2495 deletions(-)
create mode 100644 debian/NEWS
create mode 100644 lib/MongoDB/GridFSBucket.pm
create mode 100644 lib/MongoDB/GridFSBucket/DownloadStream.pm
create mode 100644 lib/MongoDB/GridFSBucket/UploadStream.pm
copy lib/MongoDB/Role/{_Cursor.pm => _BSONCodec.pm} (65%)
delete mode 100644 lib/MongoDB/Role/_CommandOp.pm
rename lib/MongoDB/Role/{_DatabaseOp.pm => _OpReplyParser.pm} (89%)
create mode 100644 lib/MongoDB/Role/_WriteCommand.pm
create mode 100644 t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.json
copy t/data/SS/server_selection/ReplicaSetNoPrimary/read/{Nearest.yml => Nearest_multiple.yml} (68%)
create mode 100644 t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.json
copy t/data/SS/server_selection/ReplicaSetNoPrimary/read/{Secondary.yml => Secondary_multi_tags.yml} (52%)
create mode 100644 t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags2.json
copy t/data/SS/server_selection/ReplicaSetNoPrimary/read/{Secondary.yml => Secondary_multi_tags2.yml} (50%)
copy t/data/SS/server_selection/ReplicaSetWithPrimary/read/{Nearest_non_matching.json => Nearest_multiple.json} (50%)
copy t/data/SS/server_selection/ReplicaSetWithPrimary/read/{Nearest.yml => Nearest_multiple.yml} (69%)
create mode 100644 t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_tags.json
copy t/data/SS/server_selection/ReplicaSetWithPrimary/read/{SecondaryPreferred.yml => SecondaryPreferred_tags.yml} (57%)
create mode 100644 t/data/gridfs/big.txt
create mode 100644 t/data/gridfs/tests/delete.json
create mode 100644 t/data/gridfs/tests/download.json
create mode 100644 t/data/gridfs/tests/upload.json
create mode 100644 t/gridfs_spec.t
create mode 100644 t/gridfsbucket.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list