-
-
Notifications
You must be signed in to change notification settings - Fork 33
Laravel 11 migration (storm) #173
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
Closed
Changes from all commits
Commits
Show all changes
120 commits
Select commit
Hold shift + click to select a range
51146b8
Laravel 10 changes
bennothommo 0a6b24e
Laravel 10 changes
wverhoogt 83f796e
apply latest changes done by @bennothommo to fix code analysis
mjauvin 416c6b3
restore initial larastan package
mjauvin 4c7a7af
adjust $fillable signature
mjauvin d58d314
adjust store() method return type
mjauvin 3c4013c
fix getCache() return type
mjauvin f5e4b94
remove invalid getValue() call
mjauvin 00513c9
migrate phpunit xml config
mjauvin 3a86f6c
update dependencies for laravel 11
mjauvin ea41b89
allign with new Authenticatable contract
mjauvin 3f5e612
match symfony SignalableCommandInterface signature
mjauvin 9f9dc7a
match new builder paginate signature
mjauvin da18666
update CacheManager signature
mjauvin b18d3e5
fix assetic/framework dependency
mjauvin 98b0e6a
fix mockery dependency
mjauvin 7aee659
replace setMethods() with add/onlyMethods()
mjauvin 79e2747
fix deprecation errors
mjauvin 7b588e2
we need to extend TestCase now
mjauvin 374f00f
call parent constructor
mjauvin 16d43fa
return class instance
mjauvin 3970819
Remove argument removed in Laravel 11
mjauvin 148ea7c
PDO driver classes removed in Laravel 11
mjauvin d888de7
try to make EventTest work
mjauvin 5bddeb6
remove upload test artifact
mjauvin 88f1639
update php test versions
mjauvin cccf1b6
add comment about deprecated $dates property; remove doctrine/dbal
mjauvin ec6d8a6
remove unnecessary override of Illuminate\Cache\CacheManager
mjauvin 388fe35
no need to add dates to cast, this is handled in HasAttribute trait
mjauvin f71ad1e
ignore phpstan error on abstract base class
mjauvin 60f676f
remove ignore rule
mjauvin 8dcf119
restore migration behavior
mjauvin f6bd0be
add MariaDb Connection and associated classes
mjauvin e9915c9
try to appease code quality
mjauvin 0a35475
fix phpstan ignore rules; fix overriden Grammars
mjauvin 9a6233d
downgrade larastan
mjauvin 5dca01e
simplify phpstan baseline rules
mjauvin f136a78
simplify phpstan baseline rules
mjauvin d4f7389
major simplifications to phpstan baseline rules
mjauvin 158573e
ignore src/Scaffold/GeneratorCommand.php
mjauvin eb13302
only use spaces in phpstan.neon
mjauvin 7d66813
no need to wrap in Fluent
mjauvin 58d5b83
add test for Blueprint::change() method
mjauvin 0124828
add test for Blueprint change() command for SqlServer & Postgres
mjauvin fad6c26
remove extra white space
mjauvin 0ed6f64
add compileChange override
mjauvin 157451c
add SQLite Blueprint change() unit test
mjauvin 8a7f0a3
be safe and properly instantiate a new ColumnDefinition object
mjauvin 6d8bd9d
only use previous modifiers if not set in current Blueprint
mjauvin 7555534
only test change() Blueprint method
mjauvin 5dc7fc9
only test change() Blueprint method
mjauvin 63427a3
use new GrammarTestCase to simplify tests
mjauvin a18f40b
extend Illuminate\Database\Connection
mjauvin a98c60c
fix MariaDbConnection parent
mjauvin 2fb435d
make sure we have a column definition
mjauvin a4f0f49
hasAttribute() has been added in Eloquent HasAttributes trait
mjauvin 73aefbe
remove single quotes from value before processing it
mjauvin a97f655
add back doctrine functionality
mjauvin 742eec9
Update composer.json
LukeTowers 713f258
Update composer.json
LukeTowers a9e164e
Update composer.json
LukeTowers f21710e
Update composer.json
LukeTowers 04882b5
fix composer dependencies
mjauvin 478df3d
revert Connection trait into a class
mjauvin e960492
add abstract getDoctrineDriver() method
mjauvin 0373d45
mark Database/Connections/Connection class deprecated
mjauvin 74c69c3
Merge branch 'develop' into wip-laravel-11
mjauvin ad2468a
try to remove exclusions and disableSchemaScan config
mjauvin 051946f
ignore undefined tags() method
mjauvin 5da0cfd
disable schema scan in phpstan.neon
mjauvin dcf642d
try another variation to appease phpstan
mjauvin 0653451
use $total value if provided
mjauvin 8140a94
restore formatting
mjauvin 2eecd05
remove unused overriden CacheManager
mjauvin 56dc539
default value for total should be null
mjauvin 08b9211
restore previous cache file name
mjauvin 8afe96f
add missing name attribute
mjauvin 31d2c27
add missing typeVarChar() method
mjauvin 72531cc
freeze twig to 3.8.x until we figure out the breakage in 3.9.x
mjauvin 48883f6
ignore twig for now
mjauvin eacaea2
pass the relation instead of fetching it each time
mjauvin c09c144
Merge branch 'develop' into tst
mjauvin 36cae48
fix phpstan
mjauvin 9f21f52
Merge branch 'develop' into wip-laravel-11
mjauvin 83a5fbf
use latest symfony process
mjauvin d740fda
.github/workflows/code-analysis.yaml
mjauvin e6bc192
Merge branch 'develop' into wip-laravel-11
mjauvin bbddad7
Revert ".github/workflows/code-analysis.yaml"
mjauvin 41c8b9b
add ignore rule for tags method on Cache Repository
mjauvin f710dba
try clearing phpstan cache in case it exists
mjauvin 65fe80d
test commit
mjauvin d7c9f9a
Revert "test commit"
mjauvin a269f28
registerEloquentFactory() has been removed from Laravel
mjauvin ec4f8c9
merge latest develop changes
mjauvin 0e4dc33
remove extra phpstan ignore rules
mjauvin 6e9eaa3
silence invalid phpstan warning
mjauvin 9bd2080
remove other ignore rules
mjauvin b3fabc6
follow Laravel method signature
mjauvin 3ca2c68
fix typo
mjauvin 99ddfa2
use newer twig
mjauvin 659cdb5
use latest 3.14+ twig, they fixed their shit
mjauvin 91164e8
force twig 3.x
mjauvin 3fff08e
use static return type to broaden the extension possibilities
mjauvin 852c309
Merge branch 'develop' into wip-laravel-11
mjauvin e3d0472
Merge branch 'develop' into wip-laravel-11
mjauvin 3ffb684
add GrammarTestCase
mjauvin c3aa137
fix phpstan
mjauvin e06e4b4
fix translator tests
mjauvin 545aaf2
add method used in parent SQLiteGrammar
mjauvin 549cf4c
fix logic bug in laravel sqlite grammar
mjauvin 9161946
remove extra whitespaces
mjauvin 1c9acc9
Revert "remove extra whitespaces"
mjauvin bcd83bb
logic is good, revert the change
mjauvin 6ea5a16
Merge branch 'develop' into wip-laravel-11
mjauvin 8627fab
fix ignore pattern
mjauvin 76c096d
add namespace
mjauvin 509c0ba
update TranslatorTest after Laravel changes to choice() method
mjauvin 13d3184
update property signature to match Laravel
mjauvin 38364d1
Revert #191, this has been merged upstream.
mjauvin 27162d7
Merge branch 'develop' into wip-laravel-11
LukeTowers 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,6 @@ on: | |
| pull_request: | ||
| push: | ||
| branches: | ||
| - 1.0 | ||
| - 1.1 | ||
| - develop | ||
|
|
||
| concurrency: | ||
|
|
||
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.
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.