Ecosyste.ms: OpenCollective

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

jenssegers/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
Collective - Host: opensource - https://opencollective.com/laravel-mongodb - Code: https://github.com/jenssegers/laravel-mongodb

Merge pull request #1398 from jenssegers/analysis-XN0yQy

Apply fixes from StyleCI

github.com/mongodb/laravel-mongodb - 321885c950cefb4f9906a364c7423253f41807d8 authored about 7 years ago
Apply fixes from StyleCI

github.com/mongodb/laravel-mongodb - 9c750f0add5c48b9564a176b4308e2ec5a7970cf authored about 7 years ago
Merge pull request #1328 from lindelius/fix-1276

Fix for issue #1276

github.com/mongodb/laravel-mongodb - 99f402bd96dd1c6e444ce67fa1fedb105ad53025 authored about 7 years ago
Merge pull request #1397 from DMNSteve/1396

fix: fixes dsn connection strings by url encoding

github.com/mongodb/laravel-mongodb - da9f4a1a0061b8b82d6bbff8813cdf9804bbcc1d authored about 7 years ago
refactor: support dsn strings with and without mongodb prefix

github.com/mongodb/laravel-mongodb - b1ed16676a8a578c0facdf21a1a011691949ec90 authored about 7 years ago
fix: fixes dsn connection strings by url encoding

github.com/mongodb/laravel-mongodb - c3b622ab1d16fb7cd461c9ea3d87bf422b78112e authored about 7 years ago
Merge pull request #1330 from NoelDeMartin/fix-1318

#1318 Implement dropping all tables with mongo driver

github.com/mongodb/laravel-mongodb - f12f766d068849156a6afa079634fc1803f74e3e authored about 7 years ago
Merge pull request #1392 from DMNSteve/1354

fix: find() now uses getKeyName() for primary key

github.com/mongodb/laravel-mongodb - 5d55933aa761fb67545bb263100b54cfac877e62 authored about 7 years ago
Merge pull request #1350 from jgcl/master

fix queue

github.com/mongodb/laravel-mongodb - df3ebde0a1f1c784ddb1e8065ee47f43618e0712 authored about 7 years ago
Merge pull request #1385 from carusogabriel/refactoring-tests

Refactoring tests

github.com/mongodb/laravel-mongodb - 8895014c4a55a93866d881758ab18bcaf67cc3e5 authored about 7 years ago
fix: find() now uses getKeyName() for primary key

github.com/mongodb/laravel-mongodb - adfbc5b5505f11496288f64d1c4d0a0f92b28271 authored about 7 years ago
Refactoring tests

github.com/mongodb/laravel-mongodb - 13ba9a36d1d4888fddaf2c24436036c2e2b9240f authored about 7 years ago
Merge pull request #1364 from dzhiryakov/patch-1

Update README.md

github.com/mongodb/laravel-mongodb - a1c69ee236fad2407d779ed595c513c93672f3cd authored about 7 years ago
Update README.md

Update compatibility information

github.com/mongodb/laravel-mongodb - 27ebbdf33b04d7d9004ae8fcb1b4cb940a085c17 authored about 7 years ago
fix ci, remove use from current namespace

github.com/mongodb/laravel-mongodb - 23e842309ac5b42fdfeb40d69afbed4032b9cdb8 authored about 7 years ago
Merge pull request #1317 from DoSomething/chunkById-5.5

Fix issue with chunkById.

github.com/mongodb/laravel-mongodb - 5454ac96a9748b1e812f7a5b3bcbf304bee80e0d authored about 7 years ago
Merge pull request #1343 from robbytaylor/master

Fix Unable to set a custom collection for models

github.com/mongodb/laravel-mongodb - cf15156f082a061ef9f38d5243979ed2388190e4 authored about 7 years ago
Fix Unable to set a custom collection for models

github.com/mongodb/laravel-mongodb - 91222dd352df0b281450f65fb54d9757b458f139 authored over 7 years ago
#1318 Conform with PSR-2 styles

github.com/mongodb/laravel-mongodb - 8172bfb8c4f61b5aa9c7655cd986aa1b9c5aefb3 authored over 7 years ago
#1318 Conform with PSR-2 styles

github.com/mongodb/laravel-mongodb - 7fbc32c9afdbce4c0f2de3d85ac258bf479d0d52 authored over 7 years ago
#1318 Implement dropping all tables with mongo driver

github.com/mongodb/laravel-mongodb - 1f2c88fd60b2104193fc02f822c0dce7e3db5dc1 authored over 7 years ago
Fix for issue #1276

github.com/mongodb/laravel-mongodb - 86a61ab87750d592e22566aea7529b19f78e1661 authored over 7 years ago
Merge pull request #1320 from lindelius/master

Added support for "whereAll" queries

github.com/mongodb/laravel-mongodb - 8c17827dcda5cc57ff2ca5d8f5530e74485b8763 authored over 7 years ago
fix for returning incorrect builder in hybrid relations

github.com/mongodb/laravel-mongodb - e107901ea3fb3de7c28397f6523bd7da6c7e112f authored over 7 years ago
Added support for a whereAll query

github.com/mongodb/laravel-mongodb - d887e4fbb04a691d9e3d57d11e480dbd4db34d8f authored over 7 years ago
Merge pull request #1319 from cjmling/patch-1

fix typo in README.md

github.com/mongodb/laravel-mongodb - b9d99c61c5e15f67e4b6e3a2cb5795142516bfb1 authored over 7 years ago
fix typo in README.md

fix closing bracket typo

github.com/mongodb/laravel-mongodb - 4d750eff75581c4a06f993bed11a4d86cf407cd0 authored over 7 years ago
Fix issue using chunkById with ObjectIDs.

github.com/mongodb/laravel-mongodb - 62611090daa2af1f25751ce05a5144212915adbf authored over 7 years ago
Add test for chunkById.

github.com/mongodb/laravel-mongodb - 9dd271752a994dc49cc93d33301fa84de86f33b7 authored over 7 years ago
Merge pull request #1283 from pavemaksim/pavemaksim-patch-config-docs

DSN configuration example added to readme

github.com/mongodb/laravel-mongodb - b8ce7a5f690f19266ffefe2efe1718601e9012fe authored over 7 years ago
Merge pull request #1300 from MCMatters/master

Add L5.5 support

github.com/mongodb/laravel-mongodb - 5ecbf0b2f92329b4678f968aae41f8d50d9e1834 authored over 7 years ago
Return event dispatcher to tests and add 'retrieved' handling

github.com/mongodb/laravel-mongodb - a411bfae89aa411b9a5f9b5619e0b86a735cc8b4 authored over 7 years ago
Merge pull request #1289 from jenssegers/analysis-XaN2L7

Apply fixes from StyleCI

github.com/mongodb/laravel-mongodb - c0cae3e187999ea80f92cc5ab169de4baa784f2e authored over 7 years ago
Apply fixes from StyleCI

github.com/mongodb/laravel-mongodb - 577678e104d320effaf448a559461635d40ef16b authored over 7 years ago
Use version_compare instead of starts with

github.com/mongodb/laravel-mongodb - 7a85d9202a906b4bccf1eb5a745372ac0754525d authored over 7 years ago
Merge pull request #1162 from dees040/master

Added missing dependency

github.com/mongodb/laravel-mongodb - 10ee998b52a4054ba00e0784883a5ab701f64c6d authored over 7 years ago
Merge pull request #1195 from Tucker-Eric/master

Add Hybrid `has` and `whereHas` functionality

github.com/mongodb/laravel-mongodb - 39f6516a007371eab709dd494eeb9d40e7180e58 authored over 7 years ago
DSN configuration example added to readme

github.com/mongodb/laravel-mongodb - 771ee7adeaca7978b18176e941c83d2fe552310c authored over 7 years ago
Apply StyleCI patch

github.com/mongodb/laravel-mongodb - ea3be777ab9920286b3ac635aea105c11b4c9226 authored over 7 years ago
Remove unecessary psr mapping

github.com/mongodb/laravel-mongodb - fe3dac7d3083d6afc93fc7cbe422f186498f0ce2 authored over 7 years ago
Revert test credentials

github.com/mongodb/laravel-mongodb - 9378e6113f9ed0868dd37543ec98cc6ba684a844 authored over 7 years ago
Merge pull request #1235 from daiduong47/master

Update README.md

github.com/mongodb/laravel-mongodb - c4a5264be7b9164eb728614f1d6dc15767e5ae60 authored over 7 years ago
Update README.md

Update more guide for $slide and $skip

github.com/mongodb/laravel-mongodb - 4b6a3d3f821210ce0830cb26f26a730c54d76939 authored over 7 years ago
Update README.md

Change
DB::collection('items')->project(['tags' => array('$slice' => 1]))->get();
To
DB::coll...

github.com/mongodb/laravel-mongodb - 75c2e7e1c80c76fc0edd98f30553c15514d6b555 authored over 7 years ago
Merge pull request #1196 from CurosMJ/add-database-presence-verifier

[Bug Fix][Validation][Security] Fix working of unique and exists

github.com/mongodb/laravel-mongodb - 165bf3a32cf4991780aada770e6212a40e21ccc2 authored over 7 years ago
Merge pull request #1186 from lintaba/patch-2

Aggregation shouldn't mutate querybuilder

github.com/mongodb/laravel-mongodb - 374845a74b917d0481d731048b3ceaeb9215a1d9 authored over 7 years ago
Merge pull request #1218 from benargo/builder-create

Add default attribute to `EmbedsOneOrMany::create` method

github.com/mongodb/laravel-mongodb - 03f157ee4e12b1d4ddd837b7d1944c59773308cc authored over 7 years ago
Merge pull request #1222 from tiggreen/patch-1

Tiny wording change, change "table" to "collection"

github.com/mongodb/laravel-mongodb - 8549c8faded65abade60ca86f5cec3effcd6b4dd authored over 7 years ago
Merge pull request #1220 from D3nnisH/missing-query-grammar

Fixes missing QueryGrammar in Connection class

github.com/mongodb/laravel-mongodb - 778c2b96492903cbf7302e503f590dff8900b610 authored over 7 years ago
Merge pull request #1226 from Omranic/patch-1

Support Auto-Discovery

github.com/mongodb/laravel-mongodb - 45a1f481af113246711c55d5eed0a3ae341b8bcb authored over 7 years ago
Merge pull request #1232 from simonschaufi/patch-1

Fix: Missing return statement

github.com/mongodb/laravel-mongodb - 6658761826883e3adcdb5a766df610fba4bfdfb5 authored over 7 years ago
Missing return statement

github.com/mongodb/laravel-mongodb - 321eb0be4f93cda39d09aadfa6c49f261da259d3 authored over 7 years ago
Support Auto-Discovery

github.com/mongodb/laravel-mongodb - 00defa89d2bcbd3b40e67c542636e55d8a3fc848 authored over 7 years ago
Tiny wording change, change "table" to "collection"

I think this meant to be "collection" not "table".

github.com/mongodb/laravel-mongodb - 9615307518da5ea0232773e2fe97c658530dd7f6 authored over 7 years ago
Fixes missing QueryGrammar

github.com/mongodb/laravel-mongodb - 44dae3bde29d1be15be5460527f9830d144b729e authored over 7 years ago
Add default attribute to `create` method

This brings it inline with the base Eloquent `create` method, and allows us to call this method ...

github.com/mongodb/laravel-mongodb - 221508e46ab39eec8bc3711f14997d52f029a34e authored over 7 years ago
Merge pull request #1208 from benargo/geospatial-support

Add direct geospatial index support

github.com/mongodb/laravel-mongodb - 3f86eb8bbd9cdc5acf0891d496ee44e6c9da73ea authored over 7 years ago
Add direct geospatial index support

Since #371 was raised back in 2014 I’ve wanted a way to improve and simplify adding geospatial i...

github.com/mongodb/laravel-mongodb - fa0c1c6ec80de8366c2863f0c185af737c52f6ce authored over 7 years ago
fix CS, use regex class from new mongodb extension

github.com/mongodb/laravel-mongodb - c65af5e5a9e7115fa393a51ae5b0cd6c0b94a418 authored over 7 years ago
Add DatabasePresenceVerifier and tests

github.com/mongodb/laravel-mongodb - 1ad438ec53674d92596f4d8c2fbfe529e8e9fe94 authored over 7 years ago
`with` tests for hybrid relations and dont constrain mysql->mysql relations but we do need to constrain the mongo ones

github.com/mongodb/laravel-mongodb - 818d7f66e1468b4c5ba8601474d585a082958dbf authored over 7 years ago
add `whereHas()` support for hybrid relations

github.com/mongodb/laravel-mongodb - 266305caeed70cf8ee787bcd0140c9fca2f0bcd6 authored over 7 years ago
Aggregation shouldn't mutate querybuilder

Aggregations (like $query->count() ) modifies the internal state of the queryBuilder object, the...

github.com/mongodb/laravel-mongodb - f3bc6e45533c3d1a4bf5795e2fb4221effd6c6ea authored almost 8 years ago
Added missing ')'

github.com/mongodb/laravel-mongodb - 1183255df0497d2364ffc2454b2d6d38d1a96e34 authored almost 8 years ago
Added missing dependency

github.com/mongodb/laravel-mongodb - b89cc8955aacfef7f3f20d24c86a66236b9f3926 authored almost 8 years ago
Merge pull request #1158 from benargo/haswhere

Fix #1157 (Model::has() - ErrorException: Array to string conversion)

github.com/mongodb/laravel-mongodb - 3276bac2298de8d63ef48e1a619a5e48f5e7aec7 authored almost 8 years ago
Fix array to string conversion

With ‘BelongsToMany’ relationships calling the function `Jenssegers\Mongodb\Eloquent\Model::has`...

github.com/mongodb/laravel-mongodb - 2263bc4f0102ff79e951c620f5a9cacc4b688a5b authored almost 8 years ago
Merge pull request #1148 from evaldas-leliuga/patch-1

Issue #1131 fix

github.com/mongodb/laravel-mongodb - 4cef65d5f38007b15072b36be602aec95b3dedfb authored almost 8 years ago
Fix for index names (#1137)

- fixed possiblilty to specify index names when creating them
- also fixed docstring comments s...

github.com/mongodb/laravel-mongodb - b464c2f0024c09dc929c4441810d5929cb4c759b authored almost 8 years ago
Fix query builder delete (#1130)

* fix query builder delete

* tweak a bit

* tweak the test

github.com/mongodb/laravel-mongodb - fa4a5351347d50e6a08b2b729d42f5a01bea3a7a authored almost 8 years ago
Add tests for #1131

github.com/mongodb/laravel-mongodb - 163f72606348e726e27aa88cbfbf6071ba1aecd4 authored almost 8 years ago
Fixed 32-bit integer overflow by allowing UTCDateTime() to get it's own current time (#1127)

github.com/mongodb/laravel-mongodb - db1c5ea12f8da8c24a5605e2d1e3f0ff8982832c authored almost 8 years ago
Update docblocks

github.com/mongodb/laravel-mongodb - 883037cd1336417477d477e5074d73cf7e05de7c authored almost 8 years ago
Fix compatiblity with 5.3

github.com/mongodb/laravel-mongodb - 84b8b706b3891bb636f09555d01f5bfaf9e775ea authored almost 8 years ago
Making progress on fixing relations

github.com/mongodb/laravel-mongodb - 5ba231a1afc71548f47cbd10c57e848021440360 authored almost 8 years ago
Making progress on fixing relations

github.com/mongodb/laravel-mongodb - 924837f093020984edfa75e65322b63c903e13cd authored almost 8 years ago
Fix issue with renamed properties for belongsTo and belongsToMany

github.com/mongodb/laravel-mongodb - 3e26e05b90cf5e207c66e30ea2021ff9ddb16bf9 authored almost 8 years ago
Fix issue with weird foreign keys

github.com/mongodb/laravel-mongodb - d9543de40c1964ab87f3837f8b3110aef5cde5d6 authored almost 8 years ago
Authenticatable User Class Added (#1118)

github.com/mongodb/laravel-mongodb - 21a13146e167064ecd2f9c08aead0231d5d1cebb authored almost 8 years ago
Apply fixes from StyleCI (#1117)

github.com/mongodb/laravel-mongodb - 77d62ccecdd6822141612761f3ec86c4c082479f authored almost 8 years ago
Add default property to getIdAttribute (#1098)

Since the function has a check for `! $value` and assigns the MongoDB default of ‘_id’ we should...

github.com/mongodb/laravel-mongodb - 92f108931fea71389eea4675b0f12db1665aa9de authored almost 8 years ago
Fixed "Error parsing [float] as 64-bit integer" in Model::freshTimestamp() (#1115)

github.com/mongodb/laravel-mongodb - 88d53cc07cb0f39e05a88306280632371280ecb4 authored almost 8 years ago
Get the Other/Owner Key name based on different version of Illuminate/Database (#1116)

* get the Other/Owner Key name based on different version of Illuminate/Database

* get the Ot...

github.com/mongodb/laravel-mongodb - 1200af467e21ca7d1b82130ceba8b735f27a4231 authored almost 8 years ago
Work on Laravel 5.4 compatibility

github.com/mongodb/laravel-mongodb - c76f333e6c44110599d5dd25528f56053963f197 authored almost 8 years ago