-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat!: upgrade to Laravel 11, drop Livewire 2 support #219
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #219 +/- ##
=============================================
+ Coverage 62.57% 83.77% +21.20%
+ Complexity 91 48 -43
=============================================
Files 29 22 -7
Lines 529 265 -264
=============================================
- Hits 331 222 -109
+ Misses 198 43 -155 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice that there are a number of files that have been removed here which are also not in TAE. Could you confirm that they aren't need here and/or in TAE.
- src/Traits/HasRequestsToJoin.php
- stubs/app/Http/Controllers/JoinController.php
- stubs/app/Http/Controllers/UserProfileInformationController.php
- stubs/app/Http/Livewire/ResourceSelect.php
- stubs/app/Http/Requests/Auth/LoginRequest.php
- stubs/app/Http/Requests/CreateInvitationRequest.php
- stubs/app/Http/Requests/CreateOrganizationRequests.php
- stubs/app/Http/Requests/CreateResourceCollectionRequest.php
- stubs/app/Http/Requests/CreateResourceRequest.php
- stubs/app/Http/Requests/DestroyResourceCollectionRequest.php
- stubs/app/Http/Requests/DestroyResourceRequest.php
- stubs/app/Http/Requests/UpdateResourceCollectionRequest.php
- stubs/app/Http/Requests/UpdateResourceRequest.php
- stubs/config/livewire.php
- stubs/resources/views/layouts/banner.blade.php
- stubs/resources/views/livewire/resource-select.blade.php
- stubs/resources/views/resource-collections/create.blade.php
- stubs/resources/views/resource-collection/edit.blade.php
- stubs/resources/views/resource-collection/show.blade.php
- stubs/resources/views/resource-collection/create.blade.php
- stubs/resources/views/resources/edit.blade.php
- stubs/resources/views/resources/index.blade.php
- stubs/resources/views/users/admin.blade.php
- stubs/resources/views/users/edit.blade.php
- stubs/tests/Feature/AccountDeletionTest.php
- stubs/tests/Feature/JoinTest.php
- stubs/tests/Feature/PasswordChangeTest.php
- stubs/tests/Feature/ResourceSelectTest.php
- stubs/tests/Feature/JoinTest.php
- stubs/tests/Feature/MembershipTest.php
- stubs/tests/Feature/TranslatableSlugTest.php
I can confirm that they aren't needed in TAE. When TAE was created these were either not needed or replaced with comparable functionality. Anything in |
Removes all functionality except for components and related methods. Note: needs README update, working on that.