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

20240103 bump #894

Merged
merged 3 commits into from
Jan 3, 2025
Merged

20240103 bump #894

merged 3 commits into from
Jan 3, 2025

Conversation

vincentauger
Copy link
Member

This pull request includes significant changes related to the announcements feature, the removal of the OhDear integration, and several dependency updates.

Announcements Feature:

  • Added a new CheckAnnouncementController to handle displaying active announcements. (app/Http/Controllers/Announcement/CheckAnnouncementController.php)
  • Created AnnouncementResource to transform announcement data into a JSON resource. (app/Http/Resources/AnnouncementResource.php)
  • Implemented the Announcement model with a scope to filter active announcements. (app/Models/Announcement.php)
  • Added AnnouncementPolicy to manage permissions for viewing, creating, updating, and deleting announcements. (app/Policies/AnnouncementPolicy.php)
  • Created a factory for generating announcement data for testing purposes. (database/factories/AnnouncementFactory.php)
  • Added a migration file to create the announcements table in the database. (database/migrations/2025_01_03_170952_create_announcements_table.php)

Removal of OhDear Integration:

  • Removed CheckStatusPageController and related OhDear configuration entries. (app/Http/Controllers/OhDear/CheckStatusPageController.php, config/osp.php, .env.example) [1] [2] [3]

Copy link

⚠️ 1 Checks Failed!

🛡️ 1 Security Vulnerabilities
🚀 0 Performance Issues
🐛 0 Reliability Issues

You may view the full report here.

@vincentauger vincentauger merged commit 3966783 into main Jan 3, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant