Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

feat!: upgrade to Laravel 11, drop Livewire 2 support #219

Closed
wants to merge 19 commits into from

Conversation

greatislander
Copy link
Contributor

@greatislander greatislander commented Oct 25, 2024

Removes all functionality except for components and related methods. Note: needs README update, working on that.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.77%. Comparing base (15c4049) to head (2da862b).

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.
📢 Have feedback on the report? Share it here.

@greatislander greatislander requested review from chosww and jobara and removed request for chosww November 12, 2024 17:50
Copy link
Member

@jobara jobara left a 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

@greatislander
Copy link
Contributor Author

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 /stubs is not used directly by Hearth-based projects but rather is copied into a new project when the install command is run.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants