-
Notifications
You must be signed in to change notification settings - Fork 14
feat: add lazyEach to EntityControlTrait #271
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
54963fb
feat: add lazyEach to EntityControlTrait
d26eb99
refactor: remove count result in lazyEach
47e4bdc
chore: merge with master
e5c1dd0
Update tests/support/Traits/SqlMockTrait.php
pirs1337 6dffcda
Update tests/EntityControlTraitTest.php
pirs1337 1fd799d
Merge branch 'master' into add-lazy-each
DenTray 8a9f565
Update tests/EntityControlTraitTest.php
DenTray aae54a0
Update tests/EntityControlTraitTest.php
DenTray 9bb90e1
Update tests/EntityControlTraitTest.php
DenTray 46680d8
test: update EntityControlTraitTest lazyEach tests
3d540cf
test: update EntityControlTraitTest lazyEach tests
9e691ac
chore: merge with master
1d33ce3
test: update EntityControlTraitTest lazyEach tests
4c4a7a5
style: fix style
b8cb00f
chore: mergw with master
cd56d28
test: fix tests
b570188
Merge branch 'master' into add-lazy-each
DenTray 2f4628f
test: improve lazyEach tests — remove Mockery::pattern, add multi-chu…
DenTray be33a24
test: simplify testLazyEachEmptyResult
DenTray 42d6f7f
Apply suggestion from @DenTray
DenTray 96436a5
fix: update clearMockAssertionFailures for PHPUnit 10 compatibility
DenTray 14012f6
fix: make clearMockAssertionFailures compatible with PHPUnit 10 and 11
DenTray e9872d9
fix: handle lazyById null condition difference in Laravel 13
DenTray 9e68833
fix: detect lazyById null condition by inspecting actual SQL instead …
DenTray d8455cd
fix: use different lazy query for laravel 12.4
DenTray c7acddd
fix: use withTrashed in testLazyEachEmptyResult to avoid global scope…
DenTray 3da5376
fix: add space after // in single-line comment (pint)
DenTray c9c360f
fix: add space after // in single-line comment (pint)
DenTray 92faff5
fix: simplify clearMockAssertionFailures — remove dead code for PHPUn…
DenTray c06622d
Apply suggestion from @DenTray
DenTray d7444c7
fix: fork clearMockAssertionFailures by Laravel version for PHPUnit 1…
DenTray e3b757e
fix: fork clearMockAssertionFailures by PHPUnit version instead of La…
DenTray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.