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.
This pull request includes significant changes related to the announcements feature, the removal of the OhDear integration, and several dependency updates.
Announcements Feature:
CheckAnnouncementController
to handle displaying active announcements. (app/Http/Controllers/Announcement/CheckAnnouncementController.php
)AnnouncementResource
to transform announcement data into a JSON resource. (app/Http/Resources/AnnouncementResource.php
)Announcement
model with a scope to filter active announcements. (app/Models/Announcement.php
)AnnouncementPolicy
to manage permissions for viewing, creating, updating, and deleting announcements. (app/Policies/AnnouncementPolicy.php
)database/factories/AnnouncementFactory.php
)announcements
table in the database. (database/migrations/2025_01_03_170952_create_announcements_table.php
)Removal of OhDear Integration:
CheckStatusPageController
and related OhDear configuration entries. (app/Http/Controllers/OhDear/CheckStatusPageController.php
,config/osp.php
,.env.example
) [1] [2] [3]