- 10 Mar, 2020 3 commits
- 06 Mar, 2020 1 commit
-
-
Ditty authored
Drop test collections correctly
-
- 05 Mar, 2020 7 commits
-
-
Ditty authored
-
Ditty authored
Make functions and tests compatible with laravel 7 Date serialization changes Laravel 7 uses a new date serialization format when using the toArray or toJson method on Eloquent models. To format dates for serialization, the framework now uses Carbon's toJSON method, which produces an ISO-8601 https://laravel.com/docs/7.x/upgrade#date-serialization laravel_7_comptability $model->getOriginal() was moved to getRawOriginal method See https://laravel.com/docs/7.x/upgrade#factory-types
-
Ditty authored
Bump dependencies for laravel 7
-
Ditty authored
Remove php 7.1 which is EOL.
-
Ditty authored
Remove phpcov, it's not compatible and suggested to be installed with phar instead of composer, see sebastianbergmann/phpcov#96
-
Divine authored
[4.x] Apply fixes from StyleCI
-
Divine authored
-
- 04 Mar, 2020 8 commits
-
-
Divine authored
[4.x] Remove shouldUseCollections function
-
Ditty authored
Remove shouldUseCollections function which checks Laravel version > 5.3, it was introduced to support version 5.3 in https://github.com/jenssegers/laravel-mongodb/pull/925
-
Divine authored
[4.x] Remove embeds relations
-
Ditty authored
Remove unneeded test, builds are failing Error: Call to a member function pluck() on array
-
Ditty authored
Removed embedded relations Updated documenation Added changelog
-
Divine authored
[4.x] Add changelog, code of conduct, contributing
-
Ditty authored
Added changelog, code of conduct, contributing.
-
Stas authored
[fix] Make newPivotQuery function public
-
- 03 Mar, 2020 3 commits
-
-
Ditty authored
Laravel versions starting from 6 are all 6.x
-
Ditty authored
PR https://github.com/laravel/framework/pull/31677 made newPivotQuery function public and that's the reason why builds are failing.
-
Divine authored
Fix getDefaultDatabaseName to handle +srv URLs.
-
- 02 Mar, 2020 1 commit
-
-
Derek Price authored
Fixes #1977, fixes #1861
-
- 01 Mar, 2020 2 commits
-
-
Stas authored
Fix a typo
-
Raquib-ul Alam (Kanak) authored
`belongsToMany` operation is imporing the `Model` with a typo. Fixed it.
-
- 26 Feb, 2020 8 commits
- 25 Feb, 2020 1 commit
-
-
Stas authored
Add MIT license
-
- 24 Feb, 2020 2 commits
-
-
Ditty authored
There is no currently license file, PR https://github.com/jenssegers/laravel-mongodb/pull/1780 was pushed to develop branch.
-
Stas authored
[fix] Correct import class for DB in Queue
-
- 23 Feb, 2020 4 commits
-
-
Ditty authored
PR https://github.com/jenssegers/laravel-mongodb/pull/1851 had incorrect class import, we need to define correct path, see issue https://github.com/jenssegers/laravel-mongodb/issues/1868
-
Stas authored
[Fix] Format exception to string in failed jobs
-
Divine authored
-
Stas authored
[Updated PR#1534] UTCDateTime conversion now includes milliseconds
-