Ecosyste.ms: OpenCollective

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

github.com/mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
https://github.com/mongodb/laravel-mongodb

Update Model.php

08868a2a716711dcd992913118440d8fd63f0547 authored almost 6 years ago
Remove dead code

fdced669be0c61ce7d0f8b0427962aeedd8a59ae authored almost 6 years ago
reassigned getDatabaseName method

625033e5c539db68221e3d0c8a691bd1f64d6524 authored about 6 years ago
typo

82757887f97bbf7ea9d8db377a8cb4d9dcd0dd31 authored about 6 years ago
count

ce786e624da3cad37f20cd4157d81a7cc91d71a8 authored about 6 years ago
using normal query when paginating

3166fc5137dcfd7f429f9bea516612d7c98e8c50 authored about 6 years ago
fix bug

The main solution is to solve the bugs encountered in using database alone

317369cfcb05f10ab5b6ba79d2aa78d9f02b941a authored about 6 years ago
Merge pull request #1661 from Zuken/fix_where_in

Replaced whereIn method retrieval for relations

9df6d1ef542463aef676013b60152e812e805f77 authored about 6 years ago
Overrided whereIn method retrieval for relations, to force use standart whereIn nor whereInRawInteger

4c1ce51f21c074e9978e8f39112270006fec08e3 authored about 6 years ago
Merge pull request #1650 from Zuken/compatibility_5.7.14

laravel/lumen 5.7.14 compatibility

b69ef215a271bdf0c3cbbbdfbf3a940e50b7dc9c authored about 6 years ago
laravel/lumen 5.7.14 compatibility

Updated model to be compatible with laravel/lumen 5.7.14

25a4a8740418459921adf413acd8e0e9c47a12fe authored about 6 years ago
Merge pull request #1643 from Rowayda-Khayri/fix-typos

Fix typos

97fadd98cad8f07d124a36a564e64f73199f0805 authored about 6 years ago
fix typos

5614b7805cf4318f0b7c1ce142b94e6ddae3d95c authored about 6 years ago
EmbedsMany respect primaryKey on association

d795dac3c87bedbac414b3de2ea0d5b194ded0b6 authored about 6 years ago
Merge pull request #1583 from bTokman/master

Fix issue using query builder first() method (in case with usage outside the Laravel)

bc78c7575b879351eedc4a57b5ac0410ee765b51 authored over 6 years ago
Fix issue using query builder first method

8f9f4c651ada8e66d546d128387f5c411d69bb7c authored over 6 years ago
:whale: Provide default docker arg

96e153146a532085655fc54ce8baca7b1ce2b480 authored over 6 years ago
Merge pull request #1553 from Smolevich/changes-in-travis-build

Changes in travis build

d2fe7da8976a9603c00c87e86052b61ae91c7c05 authored over 6 years ago
Add default value PHP_VERSION

d1d06753a6a4eb54c15e8382eb80aa115df7c801 authored over 6 years ago
Delete use composer image

3bba0ac4d6cd6fb6d233f679a61ef5ad0552dd98 authored over 6 years ago
Separate installing vendors by composer use official image of composer

49ec04ddda7bb5dcf696f4ac6b2bf40bd02a3bfd authored over 6 years ago
Add changes to Dcokerfile

e2a91bb71e5f6562df8a88e7edf460e1be71ebbc authored over 6 years ago
Add build arg in docker-compose.yml

43c380043bdec3b0c60ba5783e1e255bd4a10db4 authored over 6 years ago
Delete empty row

e51fe15ab0f0831a2c0ecd44c3e0473f986bcda9 authored over 6 years ago
Add arg PHP-VERSION in Dockerfile

903ebb044b43c7d5818168232eddaaaa5b3f29c0 authored over 6 years ago
:construction_worker: Travis

1d2807b49742d6529c81592fbc969a220cb7a366 authored over 6 years ago
Merge pull request #1501 from jenssegers/analysis-XNlGky

Apply fixes from StyleCI

32742edfe09e4692ef9f05faaf0d42c5ccbe05de authored almost 7 years ago
Apply fixes from StyleCI

aae85e78bb9d3a7625cfee09913ab83706a0ba1a authored almost 7 years ago
Merge pull request #1352 from nolanle/master

Fixed Error "Cannot use object of type MongoDB\BSON\UTCDateTime as array"

c33fc4e14a1c4d7626560fa79fd2962e37f951d3 authored almost 7 years ago
Merge pull request #1454 from RomM1/queueable-relationships

fix serialize embedded relationships

e1c6e53e7d614f22c9226992a099d9a6f333851d authored almost 7 years ago
Merge pull request #1457 from halaei/fix-dsn-when-not-unix-socket

fix dsn config when not unix socket

657da13334175fafc78dba2a3c873e96d0ced31a authored almost 7 years ago
bugfix: failover to database configuration values if no ability to get database from DSN

929120f1be1295e0f2575b29f3b8a688fa947327 authored almost 7 years ago
bugfix: failover to database configuration values if no ability to get database from DSN

76a5dbc8b1bdcb8d22453ef3f315b7f2f1b1151f authored almost 7 years ago
bugfix: improper database configuration values used

068a0af2ce1895730ca6f9fe9f28c4524938e9f7 authored almost 7 years ago
get database from DSN string

e1e95a5087fa103f0fd71a1cacab2855d5ba00bc authored almost 7 years ago
applied pull request https://github.com/jenssegers/laravel-mongodb/pull/1457

459d7e82c33fd7102a9c057de9149c229adca70c authored almost 7 years ago
Merge pull request #1487 from benargo/wherehas

Fix #1293: Exception: BelongsToMany Is Not supported for hybrid query constraints! #1324

9df75b74a557ec84f04fadf8314151f1995d5a17 authored almost 7 years ago
Add required use statement

Without this statement, the reaffirming of belongsToMany relations would fail. The original comm...

6d4888a20dba693b7e30940a51ff3def3488dfe5 authored almost 7 years ago
Reaffirm support for BelongsToMany relations

This temporarily skirts around the issue described in the following issue: https://github.com/je...

ebf5a3830089d5711036e059bceec1c3e2351747 authored almost 7 years ago
Merge pull request #1479 from mnich0ls/drop-index

Fix drop index

9e4786cc92e6c02998ecfee0ff7c1d7fbf273959 authored almost 7 years ago
Merge pull request #1474 from mnich0ls/master

Updated DatabaseFailedJobProvider

25abcc903c89be41bdb8ab8cc1fe84c82730bcf5 authored almost 7 years ago
Fix drop index

Fixes bug that prevents dropping compound indexes with multiple fields.
Indexes can now be dropp...

7adb4378ae49a6f002eeb2417863c46af4bae3fe authored almost 7 years ago
Updated DatabaseFailedJobProvider

Updated DatabaseFailedJobProvider to return object(s) instead of arrays as defined by the Failed...

88de90f840280c45bf6ac82de22d43100e177200 authored almost 7 years ago
fix tests: assertObjectNotHasAttribute cannot test magic attributes (__get)

a7f5d52780ed2c3964312e1c81d3e3cc3210fe59 authored almost 7 years ago
fix dsn config when not unix socket

0e693886f2f59c0eae154ad175de08be928e656a authored almost 7 years ago
fix serialize embedded relationships

fa045aea8c8b11e56c387e810273f4eef1f11563 authored almost 7 years ago
Merge pull request #1423 from milanspv/fix/delete-nested-embeds

[Fix] Unable to delete nested embedded models

7445ea6cc0a139f40ac9cfe1b15952c961e58793 authored almost 7 years ago
Merge latest from jenssegers/laravel-mongodb:master

Merge latest from jenssegers/laravel-mongodb:master

cada2cd725853e3165c8fb9ff71672d36a3c912c authored almost 7 years ago
Merge pull request #1447 from cherbert/patch-1

Update README.md

17b6864f2e27cb9a274840f1b1364dea1760be40 authored almost 7 years ago
Update README.md

Version Support update

66ffcc9113cf9dc389acd651abedef0fc966544d authored almost 7 years ago
Merge pull request #1428 from RemiCollin/master

Laravel 5.6 support

32974fdaf5eefb76f3968a7a6c2078d06c0484ac authored almost 7 years ago
Fix travis

1ed686d6924e6ff857ab2caa32a389c407da220e authored almost 7 years ago
Style CI fix

9d5398b1fadde488802cc42947a26d2b7ab60039 authored almost 7 years ago
Updated to add php 70,71 and 72

4ea4e3910a07693606f57432002b577e0ba8a0f4 authored almost 7 years ago
Updated with exit

bb4410b8b667048b80b4c491e9da7cc6ee1cf5f6 authored almost 7 years ago
Without code-cove

e8a40cc6a1e281e5621fa7f0876fd4c7c657a073 authored almost 7 years ago
Added xdebug

2b7f00f6088ae89b1bd5c772a76a748c577df4cc authored almost 7 years ago
Updated to remove container exit

545bd04ffc8f2865436007f473754a6de2426f2b authored almost 7 years ago
Updated to create build folder for code cove

4868a7040670fbc53593d58310fa85bcd1c4f4ce authored almost 7 years ago
Updated to fix php-coverall path

58b93eb12c32b8a438b305a2333df09b4862f66c authored almost 7 years ago
Updated to remove failure assert

6b6e3c70209c8d02a445aac8a6559ead14c22744 authored almost 7 years ago
Updated to test failure

82714375e204bbb88de8a50203bea9f1f56f0525 authored almost 7 years ago
Updated to remove docker-compose down

2ae102fe2ae1ba8806d23661fa597fabc9e05314 authored almost 7 years ago
Updated to add php 7.2 support

00538412b6ed431de7a817d3bbf5d23022b6e2d2 authored almost 7 years ago
Updated to test failer

4566abe02f22a12813f239374f5da1b154b9f5a4 authored almost 7 years ago
Updated to shorten the command

aa2a6e002b587e170912afc7645f3338466de235 authored almost 7 years ago
Updated to handle container down

ecc974e7e25fa8e5a0fa592fda1f50b5f663c85b authored almost 7 years ago
Updated container names and composer up

4689d2a9101f048c47d4f6ad2b3efa7b6049fdd3 authored almost 7 years ago
Updated with container exit

ac6dc3eabf1f747e1d7779ef3f69e0d3afb35ca2 authored almost 7 years ago
Updated to add zip and unzip packages

272b6df5dd011331a2a5486b5797413f131c18d4 authored almost 7 years ago
Removed php70

b6b84d132866383f73655c31882f0e809294904a authored almost 7 years ago
Updated to move composer install to entry point

82da20f03797335a8585ae0d1c00b49713bf3903 authored almost 7 years ago
Updated to add composer to the path

5ed0f0f75c5be6d566fd61035851e1f478c1257f authored almost 7 years ago
Call docker-compose up to run phpunit test

51676e9d9462ed37d6e67dd5a8126e66ca3c8d35 authored almost 7 years ago
Added docker support to travis

27ad5f3555966f224e026d776dd57338a8107f7d authored almost 7 years ago
Increment attempts

7347a87bd807ce9d42f38013395d862ba7266013 authored almost 7 years ago
Added dropifExists method

8289095995f48a2ebef2329e315f383fc8590a14 authored almost 7 years ago
Remove port from config

ea06454886f4a6c18657f163ada066beddea4b93 authored almost 7 years ago
Remove sudo

4721124ae175c5e1d01ae4dfb3825fbbc53f8278 authored almost 7 years ago
Travis : use default distribution

d51f582d8b5c5795a246cea9269c94ad1f06000b authored almost 7 years ago
Add explicit mongo start

83f95edb95cea17d46b5cbc11dee3a060841dd5d authored almost 7 years ago
Explicitely setup port

fe49676bb71384cd7104907f65f06e6a0e434a4b authored almost 7 years ago
Add missing environment variable

fd2659546a3e4fedcb315d6de51598f30de7f23d authored almost 7 years ago
Add missing environment variable

21f36419947fb2a3c42cde86389486bbd39e4915 authored almost 7 years ago
Fix mongo driver script

01223305653c75378ae41e2b874c4199e7517585 authored almost 7 years ago
Update travis config

00379cd9a98f8d590c718cc9f5bfcf2194455230 authored almost 7 years ago
Accept both phpunit 6.0/7.0 to allow composer to require latest Orchestra/TestBench version

2de872832f6736783abe1abf6f9fd0933fd11bec authored almost 7 years ago
update minimum stability

3ffd30419c3cad638e4e75fb30052bc98b24d939 authored almost 7 years ago
remove php7.0 from travis

004af283a5d36c605a6402bf8dad1ac9de4c0aa0 authored almost 7 years ago
Add new optionnal argument in HybridRelations::morphTo()

9b125dc00fc116749e3e99d37f6b259e518afebe authored almost 7 years ago
Change Model::getDateFormat() to public

9096abe1a0bbb65036ccd28e7327fda98ccf69fa authored almost 7 years ago
Upgrade dependencies to illuminate:5.6

2a7ea3bea6b6e597743de00c70f85cb31f9ae783 authored almost 7 years ago
Merge pull request #1 from jenssegers/master

Merge back master

0ae6a63d65b75e1d1772ca5b7a4b98d7b91ec299 authored almost 7 years ago
add tests for nested embedded models deletion

a8442ba92958f9a49e21ba436f00b95f28669b11 authored almost 7 years ago
do not use array dot notation for updating embedded models

79ea62d084d870b36a1019ecb298bee5233c733e authored almost 7 years ago
Merge pull request #1404 from StevePorter92/refactor-alias

refactor: remove unrequired alias

1bb259ae50ed2007a57739c2b685a29c1a863bd2 authored about 7 years ago
refactor: remove unrequired aliasing

6180fe1f6cb748331029112d0fe24976e296dacc authored about 7 years ago
Fix some test issues

db9837241464fb6522b526812791ee7eca5847f3 authored about 7 years ago
Merge pull request #1326 from pimlie/master

fix for returning incorrect builder in hybrid relations

60c5329a2453844ec6b07b3ff185463242eca980 authored about 7 years ago
Make testing easier with docker

5a8763989b7ea20fdd5e4724b9fbacc2684d1ba7 authored about 7 years ago