Skip to content
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

upgrade to laravel 8 #26

Merged
merged 45 commits into from
Aug 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e59b50a
Upgraded laravel to ^8.0
tschallacka Apr 25, 2021
4fa71da
Updated composer.json to ignore eclipse files
tschallacka Apr 25, 2021
d570980
Updated requirement to php 7.4
tschallacka Apr 25, 2021
ad9f2ea
Removed Storm QueryBuilder as typehint, as this invalidates the metho…
tschallacka Apr 25, 2021
ae9c706
Removed typehint for setKeySForSaveQuery as that invalidates the pare…
tschallacka Apr 25, 2021
bb35db7
Fixed import path, should have been Query instead of Eloquent
tschallacka Apr 25, 2021
850b42c
Fixed import path, should have been Query instead of Eloquent
tschallacka Apr 25, 2021
8352939
Added default value null to to make the method signature compatible …
tschallacka Apr 25, 2021
c146ccf
Changed Exception to Throwable to make the methods compatible with pa…
tschallacka Apr 25, 2021
639e6fe
Transport manager was changed in Mail Manager in laravel 7.
tschallacka Apr 25, 2021
b951da4
Added a todo note
tschallacka Apr 25, 2021
d5ec7d9
Changed the use of the encrypter variable as it is a static variable …
tschallacka Apr 25, 2021
db15860
added a name to the Mailer constructor
tschallacka Apr 25, 2021
c0bd766
Removed variable
tschallacka Apr 25, 2021
bc8ac3e
Resolving merge conficts
tschallacka Apr 25, 2021
18db743
Resolving merge conficts
tschallacka Apr 25, 2021
2434782
Merge branch 'wip/1.2' into 1.2
tschallacka Apr 25, 2021
4999eda
Set php version to 7.3 as laravel 8 only requires that.
tschallacka Apr 26, 2021
a10f1a8
Fixed code style issues
tschallacka Apr 26, 2021
1161361
Merge branch '1.2' of https://github.com/tschallacka/storm into 1.2
tschallacka Apr 26, 2021
6286f15
Removed backports of compileUpsert in SQL grammars
tschallacka Apr 26, 2021
fe6b883
Removed phpunit result cache and added it to the gitignore
tschallacka Apr 26, 2021
2be2479
Fixed unit tests, as the compare compiled queries were missing a semi…
tschallacka Apr 26, 2021
8f288e4
Removed php 7.2 runner from github workflow
tschallacka Apr 26, 2021
421d088
Added a unit test for version.yaml interpretation
tschallacka Apr 26, 2021
9650316
bring back the editorconfig. removed by accident
tschallacka Apr 26, 2021
e81f03b
Update .editorconfig
LukeTowers Apr 29, 2021
d646c0b
Removed Yaml version test as per https://github.com/wintercms/storm/p…
tschallacka Apr 29, 2021
f7d1a37
Removing 7.3 support as per https://github.com/wintercms/storm/pull/2…
tschallacka Apr 29, 2021
5a75f0a
Reverted to original
tschallacka Apr 29, 2021
0d38c6b
Renamed to to to conflict with the static variable in Eloquent\Model
tschallacka Apr 29, 2021
488952d
Removed Throwable and Exception imports, added root namespace in fron…
tschallacka Apr 29, 2021
43f521e
Added unit test for dispatcher on changed events that are accepted on…
tschallacka Apr 29, 2021
943d516
Merge branch '1.2' of https://github.com/tschallacka/storm into 1.2
tschallacka Apr 29, 2021
2e7c58c
Update tests/fixtures/events/EventTest.php
LukeTowers Apr 29, 2021
99be292
Update composer.json
LukeTowers Apr 29, 2021
3c3a437
Fixed code sniffer errors. Also learned how to run code sniffer.
Apr 30, 2021
6e7f2ff
Moved non public api methods to use throwable in the method name to r…
tschallacka May 3, 2021
652c7b8
Targetting dev-master for laravel 9
tschallacka May 3, 2021
1cda0eb
Added unit tests for priorities in event handlers
tschallacka May 6, 2021
2813f8d
Upgraded emitter to accept Events like Dispatcher does
tschallacka May 9, 2021
6da4242
Removed constants per descission https://github.com/wintercms/storm/p…
tschallacka May 11, 2021
e0c8e33
Update src/Extension/ExtendableTrait.php
LukeTowers May 12, 2021
0e88018
Code quality fix
tschallacka May 12, 2021
5397549
Code quality fix
tschallacka May 12, 2021
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
Prev Previous commit
Next Next commit
Resolving merge conficts
  • Loading branch information
tschallacka committed Apr 25, 2021
commit 18db743c69e16c6dcbaf4a2cd471f23cf7251978
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
"linkorb/jsmin-php": "~1.0",
"wikimedia/less.php": "~3.0",
"scssphp/scssphp": "~1.0",
<<<<<<< HEAD
"symfony/yaml": "^5.1",
LukeTowers marked this conversation as resolved.
Show resolved Hide resolved
=======
"symfony/yaml": "^4.4",
>>>>>>> 553365b50dba7042a578e4e7bb6b8094787416db
"twig/twig": "~2.0",
"league/csv": "~9.1",
"nesbot/carbon": "^2.0",
Expand Down