Skip to content

Laravel 5.6 support #1532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 135 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
afc57a0
add save cast to cast data before saving data into mongoDB
RTLer May 6, 2016
81d2279
fix addHasWhere to always have string in array_count_values
RTLer May 10, 2016
dc20406
fix addHasWhere to get proper id's from castAttribute
RTLer May 10, 2016
8ce502a
overwrite eloquent cast methods to make that work for set data too
RTLer May 10, 2016
ecf8feb
fix BelongsTo's match method
RTLer May 10, 2016
0aa0297
add HasOneOrManyTrait trait
RTLer May 10, 2016
879f087
set one and many relations to use HasOneOrManyTrait
RTLer May 10, 2016
c7f7f37
set test to run with use_mongo_id:true
RTLer May 10, 2016
427582e
add morph one and many classes to make it use HasOneOrManyTrait
RTLer May 10, 2016
6b0d504
fix buildDictionary in EloquentMorphTo class
RTLer May 10, 2016
c5aef81
cleanup Model class
RTLer May 10, 2016
b886303
add useMongoId to check if driver uses mongoId in relations
RTLer May 10, 2016
d05d237
add relation tests that tests new cast part
RTLer May 10, 2016
dd6923e
cleanup the code
RTLer May 10, 2016
dbbab06
add setter for casts
RTLer May 10, 2016
1bf882f
cleanup
RTLer May 10, 2016
68e798d
Merge branch 'jenssegers/master' into cast-data-befor-saving
RTLer Jul 19, 2016
67775a2
Merge branch 'jenssegers/master' into cast-data-befor-saving
RTLer Aug 24, 2016
324d4f9
Filling with Dot-Notation Keys
pi0 Aug 25, 2016
f1f5895
Style CI
pi0 Aug 25, 2016
27e36bb
Merge branch 'jenssegers/master' into cast-data-befor-saving
RTLer Sep 1, 2016
039458d
add sub document aggregation array functionality
Aug 10, 2016
e615e53
change testSubdocumentArrayAggregate
Aug 13, 2016
408d267
rebase to latest master and fix style ci issues
Sep 1, 2016
c56241c
Dot-Notation Fill Tests
Sep 1, 2016
b3340b4
Merge branch 'jenssegers/master' into cast-data-befor-saving
RTLer Sep 2, 2016
5029a4f
fix RelationsWithMongoIdTest
RTLer Sep 2, 2016
54b9266
"StyleCI" code style fix
RTLer Sep 2, 2016
2c70388
remove unnecessary use_mongo_id that enable use_mongo_id for all tests
RTLer Sep 3, 2016
78707c0
remove missed patch file
RTLer Sep 3, 2016
ab9807e
moloquent
pi0 Sep 4, 2016
da25723
change package namespace
pi0 Sep 4, 2016
f1528df
badges
pi0 Sep 4, 2016
aa5b488
Merge commit 'refs/pull/834/head' of github.com:jenssegers/laravel-mo…
pi0 Sep 5, 2016
16a335d
Merge commit 'refs/pull/926/head' of github.com:jenssegers/laravel-mo…
pi0 Sep 5, 2016
a32f257
Merge commit 'refs/pull/918/head' of github.com:jenssegers/laravel-mo…
pi0 Sep 5, 2016
28ecb85
Code Coverage
pi0 Sep 6, 2016
cb6d8ca
Merge pull request #2 from moloquent/patch-coverage
pi0 Sep 6, 2016
5a4c469
coveralls
pi0 Sep 6, 2016
485c2d5
Merge branch 'patch-coverage'
pi0 Sep 6, 2016
9909714
psr-4 namespace
pi0 Sep 7, 2016
8abc48f
psr-0
pi0 Sep 7, 2016
6d52a0b
no version
pi0 Sep 8, 2016
820d8b0
fix psr-4 autoloading
RTLer Sep 10, 2016
124e26c
Merge pull request #4 from ZarinPal/psr-4
RTLer Sep 10, 2016
80b0701
Remove dependency on Laravel Application
morrislaptop Sep 10, 2016
b399fcf
styleci
morrislaptop Sep 10, 2016
a84af4d
Remove dependency on Laravel Application #948
pi0 Sep 11, 2016
149e9f3
Merge pull request #5 from moloquent/dev
pi0 Sep 11, 2016
7d35227
Applied fixes from StyleCI
pi0 Sep 11, 2016
115f90a
Merge pull request #7 from moloquent/analysis-qxDEGN
pi0 Sep 11, 2016
da80fe3
Disable Travis Notifications
pi0 Sep 11, 2016
93f3d1c
Merge pull request #8 from moloquent/pi0-patch-1
pi0 Sep 11, 2016
3473f72
add SupportClasses for Jenssegers\Mongodb\Eloquent\Model
RTLer Sep 11, 2016
296a645
cs fix
RTLer Sep 11, 2016
9718ffd
add Support.php file to check if the class exists
RTLer Sep 11, 2016
6e6672b
Merge pull request #9 from ZarinPal/Jenssegers-model
pi0 Sep 11, 2016
ee08b28
Applied fixes from StyleCI
pi0 Sep 11, 2016
98a9fa4
Merge pull request #10 from moloquent/analysis-z42r1w
pi0 Sep 11, 2016
337b584
fix code convention
RTLer Sep 11, 2016
6a714eb
Update JenssegersModel.php
RTLer Sep 11, 2016
6d642e3
Applied fixes from StyleCI
RTLer Sep 11, 2016
58a1ca5
Merge pull request #11 from moloquent/analysis-qg0lkE
RTLer Sep 11, 2016
dde6d4a
Merge remote-tracking branch 'moloquent/master' into Jenssegers-model
RTLer Sep 11, 2016
ade7ee9
fix code style and the problem with styleci
RTLer Sep 11, 2016
02378bf
Merge pull request #14 from ZarinPal/Jenssegers-model
pi0 Sep 11, 2016
e53a343
Convert whereBetween values to UTCDateTime
ricardofontanelli Sep 14, 2016
83f7c63
Convert whereBetween values to UTCDateTime
ricardofontanelli Sep 14, 2016
5ad652a
CHANGE DateTime object as whereBetween parameter
ricardofontanelli Sep 14, 2016
f8e352d
CHANGE white space
ricardofontanelli Sep 14, 2016
27a47c1
Merge commit 'refs/pull/953/head' of github.com:jenssegers/laravel-mo…
pi0 Sep 15, 2016
8c11aa8
Applied fixes from StyleCI
pi0 Sep 15, 2016
31d7127
Merge pull request #16 from moloquent/analysis-8nKxNO
pi0 Sep 15, 2016
19a7183
Allow setting custom options on a query [Fixes #541]
Sep 19, 2016
c1ba38f
Moloquent Native Authenticatable User Class
pi0 Sep 23, 2016
5335bcc
Merge branch 'master' of github.com:moloquent/moloquent
pi0 Sep 23, 2016
51ba6ad
use Authenticatable for tests Model
pi0 Sep 23, 2016
fafa51e
Passport Support
pi0 Sep 23, 2016
10d2372
Applied fixes from StyleCI
pi0 Sep 23, 2016
c3d49bd
Merge pull request #18 from moloquent/analysis-qyWyWG
pi0 Sep 23, 2016
a36bc4e
Execution order of getMutators Fix #973 by @iceheat
pi0 Sep 27, 2016
6a536f6
Execution order of getMutators Fix #973
pi0 Sep 27, 2016
3766983
Applied fixes from StyleCI
pi0 Sep 27, 2016
b1bb864
Merge pull request #19 from moloquent/analysis-863mr4
pi0 Sep 27, 2016
68ac0f8
Fix Merge Conflicts Closes #21
pi0 Sep 28, 2016
5147530
Applied fixes from StyleCI
pi0 Sep 28, 2016
3b97861
Allow setting custom options on a query [Fixes #541]
pi0 Sep 28, 2016
85f1fb3
Fixes #26
pi0 Oct 13, 2016
8432d6a
Work on fix #25 by @mlanin
pi0 Oct 13, 2016
1242e0f
Applied fixes from StyleCI
pi0 Oct 13, 2016
d7c06bf
Merge pull request #27 from moloquent/analysis-zGJa1g
pi0 Oct 13, 2016
1a8d0a6
Fix Passport bridge
Oct 14, 2016
27a4d8f
Merge pull request #28 from mlanin-forks/feature/passport-support
mlanin Oct 14, 2016
5ac12f1
Merge remote-tracking branch 'moloquent/master'
RTLer Oct 15, 2016
fc45b33
Push support classes loader inside Mongo service provider
RTLer Oct 16, 2016
90df82f
code style fixes
RTLer Oct 16, 2016
62ca0ed
Merge pull request #29 from ZarinPal/change-support-class-loader
amiri27 Oct 16, 2016
46a8003
introduce and use schema grammar (fixes #33)
luemic Oct 21, 2016
b80d3e3
Merge pull request #34 from luemic/develop
pi0 Oct 21, 2016
d2196ef
use_mongo_id and use_collection defined in the connection configuration
dilsonjlrjr Oct 31, 2016
2641b97
Merge pull request #39 from dilsonjlrjr/master
pi0 Nov 1, 2016
7a12c73
Update Builder.php
j-ibarra Jan 25, 2017
5fc814f
Merge pull request #43 from J-Ibarra/patch-1
pi0 Jan 25, 2017
9b4f30e
trim primaryKey
RTLer Feb 19, 2017
e2fa34e
Merge branch 'master' into fix-model-foreign-key-name
RTLer Feb 20, 2017
2c0520e
Merge pull request #48 from moloquent/fix-model-foreign-key-name
RTLer Feb 20, 2017
41a1855
🌾 Happy nowruz
Mar 20, 2017
6e562c1
[5.4] change otherKey to ownerKey w/backward compatibility closes #46
Mar 25, 2017
1f75d4d
Fix getOtherKey access level
nayzawoo Mar 27, 2017
b8cbe60
Merge pull request #50 from nayzawoo/patch-1
pi0 Mar 27, 2017
338666b
Add missing method to get belongsToMany-caller
JoeyHoutenbos Mar 30, 2017
647fd96
Use new Laravel 5.4 method to get belongsToMany-caller
JoeyHoutenbos Mar 30, 2017
c38d42b
Merge pull request #54 from JoeyHoutenbos/master
pi0 Mar 30, 2017
9313d9f
Update MongoQueue.php
arogozin Apr 15, 2017
142c3e1
Create MongoJob.php
arogozin Apr 15, 2017
99fe348
Fixed relation to support many to many relations. Now the attributes…
aaanewage Apr 15, 2017
e4a74af
Merge pull request #60 from anewage/master
pi0 Apr 15, 2017
e471e2f
Merge pull request #59 from arogozin/patch-1
pi0 Apr 17, 2017
6d8422c
Fix undefined method getTime
anhphamt Apr 17, 2017
0c38b53
Merge pull request #61 from anhphamt/master
pi0 Apr 17, 2017
81581e3
Aggregation shouldn't mutate querybuilder
lintaba Apr 26, 2017
a309aee
Merge pull request #64 from lintaba/patch-1
pi0 Apr 26, 2017
f6f63be
Update PasswordBrokerManager.php
thiagocarnaes Jun 1, 2017
6676252
Merge pull request #71 from thiagocarnaes/patch-1
pi0 Jun 1, 2017
3c562a6
Update DatabaseTokenRepository.php
thiagocarnaes Jun 1, 2017
e5ae4ba
Update DatabaseTokenRepository.php
thiagocarnaes Jun 1, 2017
d839079
Merge pull request #72 from thiagocarnaes/patch-2
pi0 Jun 1, 2017
d7321f2
Gets key name from model rather than assuming _id
Jun 21, 2017
f5c810e
Update HybridRelations.php
j-ibarra Sep 13, 2017
6c3487a
Merge pull request #83 from J-Ibarra/patch-2
pi0 Sep 13, 2017
ddfeb31
Merge pull request #73 from designmynight/master
pi0 Sep 13, 2017
36b5688
handle array_walk_recursive exceptions
pi0 Sep 20, 2017
ffd35f4
Fixes getting relationship by using camelKey instead of key
Sep 21, 2017
4a70fb7
Merge branch 'master' into master
pi0 Sep 21, 2017
c24deb4
Merge pull request #86 from designmynight/master
pi0 Sep 21, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ composer.lock
*.sublime-workspace
*.project
.idea/
build/
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ script:

after_success:
- sh -c 'php vendor/bin/coveralls -v'

notifications:
- email: false
Loading