Support Laravel 12#245
Merged
Merged
Conversation
- Resolve unresolved composer.json merge conflict - Register QueryBuilderServiceProvider in tests so API filters/sorts apply - Remove leftover dd()/withoutExceptionHandling() in IncidentTest - Restore default created_at desc ordering via defaultSort on incidents - Use absolute diffInMinutes in MetricPoint::withinThreshold (Carbon 3 signed diff) - Make created_at fillable on MetricPoint so timestamps can be set - Update CreateMetricPoint test assertion for Carbon 3 isSameAs signature Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
beta.9 and earlier serialize resource fields flat instead of nesting them under `attributes`, breaking the JSON:API response shape the API tests assert. Only surfaced on the prefer-lowest CI matrix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jbrooksuk
added a commit
to steffjenl/core
that referenced
this pull request
Jun 25, 2026
* origin/main: Support Laravel 12 (cachethq#245) Advanced Component Group Ordering (cachethq#212) Move completed maintenance into the timeline (cachethq#334) Fix code styling Component Monitoring (cachethq#211) Fix failing "Build Assets" GitHub Actions job (cachethq#362) Fix missing login route redirects Fix formatting of bad query params Show affected components on the incident page (cachethq#363) Compile Assets Add Psalm taint (security) analysis (cachethq#364) Fix PHPDoc typo from IncidentTemplate.php (cachethq#365) Fix code styling Allow setting component group collapsed state via API (cachethq#356) Bump vite, @tailwindcss/vite and laravel-vite-plugin (cachethq#361) Ability to GET each component's group nested under its relationships, when querying schedules or incidents via the API (cachethq#357) Add helper text to Cachet settings forms (cachethq#353) Fix status page incident count to exclude resolved incidents (cachethq#355) Fix schedule API update silently dropping completed_at (cachethq#359) Compile Assets # Conflicts: # composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.