Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/mongodb

PHP MongoDB Abstraction Layer
https://github.com/doctrine/mongodb

Skip 1.2.10 driver tests due to GridFS segfaults

5836b537146471b86b669d129d96ca667292a832 authored over 12 years ago by Jeremy Mikola <[email protected]>
Merge pull request #64 from doctrine/group-options

Revise query builder API for map/reduce and group

17e9c5a25c11a278af31ec6e2df1a401de367a91 authored over 12 years ago by Jeremy Mikola <[email protected]>
Update travis.yml to test against multiple driver versions

b47c335b6374b092f49f875bba3ea72c4c9d318b authored over 12 years ago by Jeremy Mikola <[email protected]>
[Query] Do not populate $where criteria with reduce JavaScript

031e1920c92e2f63b2f4455895735ca7867f558f authored over 12 years ago by Jeremy Mikola <[email protected]>
[Collection] Prepare reduce/finalize args for group queries

MongoCollection::group() will internally convert a string "reduce" argument to a MongoCode objec...

f68463e924242f059b2da00c3062bcd266cc4914 authored over 12 years ago by Jeremy Mikola <[email protected]>
[Query] Improve builder interface for group queries

* Use separate options array for group queries
* Handle condition and finalize options for gro...

6f4129824693ce0a969d02293f29dbf392e497aa authored over 12 years ago by Jeremy Mikola <[email protected]>
[Query] Revise map/reduce builder method docs

Also avoid resetting the query type to map/reduce when out() is invoked.

59f37075f8c672dc33cada6aaa38349a7bc5332a authored over 12 years ago by Jeremy Mikola <[email protected]>
Merge pull request #63 from doctrine/geo-near

Revise support for geoNear commands and $near query criteria

3994f6bfe589c519ee9d92f65befb34048497a7c authored over 12 years ago by Jeremy Mikola <[email protected]>
Fix event argument order when dispatching collectionPreNear

afff46ecd65731fb7df97e5060e7a81a2d9ba1fa authored over 12 years ago by Koji Iwazaki <[email protected]>
Revise support for geoNear commands and $near query criteria

Fixes #47. Previously, the near() builder method was used to support the geoNear command instead...

6637851b55ef81587739f8ecae92778e94d68da2 authored over 12 years ago by Jeremy Mikola <[email protected]>
Refactor map/reduce options test in QueryTest

eabc12db120977c342b85834fd33fec542eea86f authored over 12 years ago by Jeremy Mikola <[email protected]>
Added check in doUpdate() to make sure the document containing the file is returned when updating an existing document with a new file.

0cc2a9a1d354e2e9ea1112209f1869c47e78d850 authored over 12 years ago by Pablo Godel <[email protected]>
Specify Mongo driver dependency in composer.json

bf542f0ef6df724a390d888494b864f772454474 authored over 12 years ago by Jeremy Mikola <[email protected]>
Use Composer autoloader in test bootstrap

b8c1b54b870c4fecc87d4daae44b34c262b0e6f8 authored over 12 years ago by Jeremy Mikola <[email protected]>
Add tests for box and center bounds queries

b5c5d0499f4db2531de6eea54d38b75e485ceef4 authored over 12 years ago by Jeremy Mikola <[email protected]>
Implement polygon bound queries

60a99e5ce36aa34a5ae9f5fe9623e84bfddc99c4 authored over 12 years ago by Jeremy Mikola <[email protected]>
Use composer for test suite

9114efef7782ae343d775caa863e139f0730d7fe authored over 12 years ago by Jeremy Mikola <[email protected]>
Fix LoggableDatabase::command() signature.

1a8380ff6b8a2ccdb09ebde375ad5b0b9449e3f1 authored over 12 years ago by Jonathan H. Wage <[email protected]>
Add $options arg to Database::command() (fixes #48)

53a79bbec6b1fafc6b39feb3a03db87bed7db006 authored over 12 years ago by Jeremy Mikola <[email protected]>
Merge pull request #56 from DenisGorbachev/patch-1

Remove ambiguity

1f667269e06f592fc593e2865b0cddbb4bbbe15b authored over 12 years ago by Jonathan H. Wage <[email protected]>
I propose to remove ambiguity. "Erase all old sorts" implies that each subsequent sort() call removes effects of a previous sort() calls, which is not true.

f2af0b56c20402260031bc6a1f4252159ae012cc authored over 12 years ago by DenisGorbachev <[email protected]>
Remove @proxy doc tags to appease AnnotationReader (fixes #51)

See: doctrine/mongodb#49

996bdb9d4e4ca4fd4954772b194d2c3336a1fcb9 authored over 12 years ago by Jeremy Mikola <[email protected]>
Changed license from LGPL to MIT

71d862d27dad00b82f45f2c98f2000ecdd654ea6 authored over 12 years ago by Jeremy Mikola <[email protected]>
Remove redundant Travis CI parameters

df012f7f4f89120a8d3cac5d4915346a98cf67c4 authored over 12 years ago by Jeremy Mikola <[email protected]>
Merge pull request #49 from kusmierz/master

@Proxy is not defined Annotation

b5c93bfa3064b1ee66c1a5a0e9c86bdf94b79325 authored over 12 years ago by Jonathan H. Wage <[email protected]>
Fix some undefined annotations

fed19682e39ad140558752b3298759fcf47c17e9 authored over 12 years ago by Adam Kusmierz <[email protected]>
Merge pull request #46 from jjbohn/fix/tear-down

Use one database for all functional tests and only drop collections from that database on teardown

727a12d25ba12d18aa293bc6eb61f203a9545912 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Use one database for all functional tests and only drop collections from that database on teardown.

5c28013437a1534a32ff1d49129f8d970dc2b777 authored almost 13 years ago by John Bohn <[email protected]>
Add Collection::upsert() method.

d7fdcff25b9534e67abbd557bf75250cbef62b31 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add Builder::finalize() method for map reduce operations.

bad7cebb95f2664665d58bc33a99f6b3d09469a8 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Fix createCollection() not returning wrapped collection class.

77a005b4daa0ec085e5c980cf9f9822dc025db36 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Removing methods that should not have been there.

7d0b4b3037849052832b1ed426d1fa3b3071e08e authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Fix selectSlice()

ab90873ae49a9f59f1bf4fd19a133f2cd3610e16 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge branch 'master' of github.com:doctrine/mongodb

75fee4f5061707aa3ba9ea14734d704c70707df0 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add setSlaveOkay() and getSlaveOkay() methods on Collection and Database.

e18d27fdf5a989f1915df2d6d362b59de684e22d authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #44 from AlexKovalevych/master

Fixed typo in Collection.php

306030da442dae9d02dffc59f246b2c531ad9e08 authored almost 13 years ago by Jeremy Mikola <[email protected]>
Add getters to Cursor.

f26eba37733fddc88edd168e1d377f7b17988de9 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add Collection::isFieldIndexed() method.

84b28d85b432500cffc1a8baf370b45da36ddbfd authored almost 13 years ago by Jonathan H. Wage <[email protected]>
fixed typo

d07f0bf68e6a90b92eac4caf2a93a027f3f2ff56 authored almost 13 years ago by Alex Kovalevych <[email protected]>
Adding Query::getQuery() method.

baa58e95f0eb983a8190407544dfdafdbe596d2f authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #42 from doctrine/query-builder-clone

Deep-clone expression in query builder

6150100fc7b1e8d7e2364a5a9866dc49c5280c1c authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Deep-clone expression in query builder

This supports doctrine/DoctrineMongoDBBundle#74.

d4d68b76c4571ceb94624ce470223ae18ae88b5f authored almost 13 years ago by Jeremy Mikola <[email protected]>
Upgrade common.

a9e1aad09e54003d1c80b004f01303db412fa7dd authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Update README.markdown

255f83b5bfae3227d31f444afd357d8b5ddaf273 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #40 from doctrine/retries

Add retry functionality.

706050c8f7d43f5b5ff7ec8d173df90c95e05c6b authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add retry functionality.

f25eb6d14d9f8b7439b5dd7e2953fb8276e474aa authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Fix compat with new phpunit.

042cede8b772dc0aa93c3dfdb59caaa9453a0d0b authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add .travis.yml

01babdde34d622d5213aa733e47f9f93a4969cb9 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Fix for empty array issue with mongodb not knowing its an object.

5e7ae5fd721e55a5668f6bfed467ea978b898cfc authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #41 from doctrine/eager-cursor

Add functionality that allows eagerCursor(true) on query builders

3ea8b7f814ed88de9c85805a169c2f15e2d11c1a authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Add functionality that allows eagerCursor(true) on query builders and it will return a different type of cursor that

eagerly fetches all documents when you start iteration instead of one document per iteration. So ...

b63048b49dd2fc63e96d69b2de5581fbd50db415 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #39 from tecbot/multiple-update

added "multiple" option for update query

e6857de70e2fd496972185bcc6467ef82f6464a8 authored almost 13 years ago by Jonathan H. Wage <[email protected]>
added test for upsert and multiple update query

af50c60cf5eb55d27056aa16d244ae25fe04646f authored almost 13 years ago by Thomas Adam <[email protected]>
added "multiple" option for update query

8bf156177a18dfa9a6e7bc10310fab7df7e663f3 authored almost 13 years ago by Thomas Adam <[email protected]>
Revert "Merge pull request #34 from doctrine/method-logger"

This reverts commit 8076581e8014c202fbdbaec9614e078c6ae67d2c, reversing
changes made to e8e1e8e4...

b6912ae2b2924d40bf31c443bfcb245608030aeb authored about 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #34 from doctrine/method-logger

[WIP] MethodLogger

8076581e8014c202fbdbaec9614e078c6ae67d2c authored about 13 years ago by Jonathan H. Wage <[email protected]>
added argument so methods opt-in to retry

30beb54ad9abfe2273305f6820487dd0254991d4 authored about 13 years ago by Kris Wallsmith <[email protected]>
added retry to Connection::connect()

b504d6870e43d95d1975770bd155f0ceae9545ed authored about 13 years ago by Kris Wallsmith <[email protected]>
moved juggling of numRetries types upstream

9430ed9bfce30a9c3fe8bb2a4620aff260c0e6b2 authored about 13 years ago by Kris Wallsmith <[email protected]>
Merge remote-tracking branch 'origin/retries'

Conflicts:
lib/Doctrine/MongoDB/Collection.php
lib/Doctrine/MongoDB/Connection.php
lib/Doctri...

519a7994a3918e8e08a927b80101b1dd048bce38 authored about 13 years ago by Kris Wallsmith <[email protected]>
added callDelegate() methods

f95ad9cad606176aa5c63080f4bf0436af1b642b authored about 13 years ago by Kris Wallsmith <[email protected]>
Adding experimental retry functionality.

5ccb18231218ce92c9d72295f69bebfe172ef5fb authored about 13 years ago by Jonathan H. Wage <[email protected]>
added MethodLogger

18d71cf759044a368843f8e6b88b8c5f36bf053c authored about 13 years ago by Kris Wallsmith <[email protected]>
removed Loggable interface

68081b85f884dfe7f8707d79d7c006415fc8d57b authored about 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #33 from elnur/pass-mapreduce-options

Pass map/reduce options.

e8e1e8e4741c6f7455c485440513d4ccffccb054 authored about 13 years ago by Jonathan H. Wage <[email protected]>
Pass map/reduce options.

d51c2604b1da92ea739dfa98b427ed888906e8b0 authored about 13 years ago by Elnur Abdurrakhimov <[email protected]>
added logging to more cursor methods

2f2714cc00a2b66dc0d23db4ff63fef73d678fe5 authored about 13 years ago by Kris Wallsmith <[email protected]>
fixed possible class name collision fatal error

f61ca65e648484a2a7cdd0a6547e23a786292173 authored about 13 years ago by Kris Wallsmith <[email protected]>
added config for coverage reports

461d2bb3d94cbd5a1eef89ad3ddf8768799d522d authored about 13 years ago by Kris Wallsmith <[email protected]>
changed my email address

0c636f5899bc1d34faebcdafc58b5db5164b8f99 authored about 13 years ago by Kris Wallsmith <[email protected]>
fixed test (see 96dffd456dd1da91bceedd04bdbd26d6ab7697e1)

46e76c20b780414ef6a13b090be2ba45cf5aae70 authored about 13 years ago by Kris Wallsmith <[email protected]>
updated Common submodule to latest master

de322a9abf10607e391a5a67528bbf6492a7ee69 authored about 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #29 from dragoonis/patch-1

Missing default value check on isConnected(). Making it consistent with the check in initialize().

f3bc6e55de215d3c2f924319cba6c6f8aba4123c authored about 13 years ago by Jonathan H. Wage <[email protected]>
Performance enhancement to isConnected();

It's much quicker to check null (internally Z_TYPE macro), before checking instanceof.
This meth...

b9fc7b7c17db7b82d731b592669e32f9c9ecf7d7 authored about 13 years ago by Paul Dragoonis <[email protected]>
Merge pull request #26 from royra/master

Added a "count" query type

acddb3855ca6db9ca9f53cb432ed3f13ee7223f4 authored about 13 years ago by Jonathan H. Wage <[email protected]>
Escape backslashes

85a573991ba96971b20fc9651f627d249e55d68a authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add composer.json

7af2452f2bb8b3bd47c5dc34c0541266f7a8dafb authored about 13 years ago by Benjamin Eberlei <[email protected]>
fixed whitespace issue

161120f934980827247b5d818b8b2696eae7f525 authored about 13 years ago by Roy Razon <[email protected]>
Merge pull request #20 from excelwebzone/and_operator

Adds the "and" expression to query creation

1674e629f2a1da850e7209477e3ac2c1227e579d authored about 13 years ago by Jonathan H. Wage <[email protected]>
added a 'count' query type

1161e31fbf5d0917574fa2cf34e8b690b84b6f3d authored about 13 years ago by Roy Razon <[email protected]>
Added parameter types wherver it was missing in PHPDoc blocks.

8ecdda68fb0a8ea2eb8cd32aa0ce433c5638cb4e authored over 13 years ago by Dayson Pais <[email protected]>
Set the value of query['upsert'] in the options before running an update.

18b816929044c3597ec8a85ac454cd18a5d2b09a authored over 13 years ago by Dayson Pais <[email protected]>
Merge commit '5645300539e976bab19fbb64fcdcb76fcfde4f13' into and_operator

9d5a164e040827d4fb3cddf87c2c354ab15ea405 authored over 13 years ago by excelwebzone <[email protected]>
Adds the "and" expression to query creation

96dffd456dd1da91bceedd04bdbd26d6ab7697e1 authored over 13 years ago by excelwebzone <[email protected]>
Merge remote-tracking branch 'origin/master'

4b11dd13d859219e10bf49923a3b0f7b2f739aa2 authored over 13 years ago by Dayson Pais <[email protected]>
- Many fixes in @return type and PHPDoc blocs errors

eec4105e209f1fa4f3f2c136139289757038129f authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge pull request #17 from ornicar/fixMapReduceOutInlineTrue

Map/Reduce: set the default value for inline to `true` instead of `1`

5645300539e976bab19fbb64fcdcb76fcfde4f13 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Set the default value for inline to true

See vendor/doctrine-mongodb/lib/Doctrine/MongoDB/Collection.php line 371

if (isset($out['in...

b7d04e100a205c4ee6754c8a77251899d9ba4593 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #15 from fate/eventargs-fix

Fixed missing EventArgs namespace use statement, added Test to ensure event dispatching works

8f1c9dfa2edb4f9dd8acd5677bea7449011fa953 authored over 13 years ago by Jonathan H. Wage <[email protected]>
fixed missing EventArgs namespace use statement, added Test to ensure event dispatching works

360ac039f577bc89602e1f363a8e666ad62a409f authored over 13 years ago by Sven E <[email protected]>
Merge pull request #6 from feychenie/master

Added field exclusion, conforming to MongoDb's field selection abilities

4109734e249a951f270c531999871bfe9eeed843 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #13 from excelwebzone/mapReduce_inline

Return an ArrayIterator object, only when $out['inline'] is set to true

d0920833e180087656b6e8827ca34e9c0e0ea92f authored over 13 years ago by Jonathan H. Wage <[email protected]>
Return an ArrayIterator object, only when $out['inline'] is set to true

f3445c686d42706d2a86b06e868832326ddb4e94 authored over 13 years ago by excelwebzone <[email protected]>
cast query to object, add out method for map/reduce

049c0f92a84aec85c9f12600df8c461c012225da authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
implement mapReduce in-memory results support

4d557ac5f312c0a72e9453f464eab1f3f253431c authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
add mapReduce out parameter handling

d3a38bff6d9b4cb08f61ff5068641fa215d472fb authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
fix event names and event arg class references

43f5a1c0252172dedf9dc7c0bf45f540282b02c7 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
add required 'out' parameter to MapReduceEventArgs

daa94134177922112d61f4931b8dc15be980d43c authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
[Windows] Fixed tests cross-platform

cdddc37a07e9cd7ea45d6bd44ad2c3eaa5fe92bd authored almost 14 years ago by Pascal Borreli <[email protected]>
added getter method to retrieve an EventManager instance

2e45a311c88a0498f3585b321913621cc3771f12 authored almost 14 years ago by Eugene Leonovich <[email protected]>