Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [13.x] Switch force check in Worker | jackbayliss | XS | No | 7.7h | - | May 16, 2026 |
SummaryBug FixImprove Worker Force Flag Handling Eliminates redundant cache checks when a worker runs with the `--force` flag, reducing overhead during maintenance mode and improving job processing efficiency. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Pass WorkerOptions to Pausing/Resuming/Interrupted | jackbayliss | S | No | 17.1h | - | May 15, 2026 |
SummaryFeatureAdd WorkerOptions to Queue Events Enables precise worker identification during queue events, improving debugging and monitoring of distributed queue workers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Replace @return with @var on docblocks for properties in tests | scabarcas17 | XS | No | 18.4h | 0.0h | May 15, 2026 |
SummaryRefactorReplace @return with @var in test docblocks Corrects docblock annotations in test files to comply with PSR-5, improving code quality and documentation consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add WorkerIdle event | jackbayliss | S | No | 17.2h | - | May 15, 2026 |
SummaryFeatureAdd WorkerIdle event Adds a WorkerIdle event to detect idle workers, enabling better queue utilization and resource allocation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| URL Encode Paths | taylorotwell | M | No | 0.0h | - | May 15, 2026 |
SummaryBug FixFix URL encoding for temporary signed URLs Ensures temporary signed URLs correctly encode storage paths, preventing misinterpretation of special characters and maintaining proper expiration and signature validation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Fix typo in Builder::getRelation() comment | rpsohag | XS | No | 0.4h | - | May 14, 2026 |
SummaryBug FixCorrect grammatical typo in Builder comment This change corrects a typo in a code comment, ensuring accurate terminology and improving code readability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Add storage store | taylorotwell | XL | No | 0.1h | - | May 14, 2026 |
SummaryFeatureAdd storage cache driver for S3 Adds a storage cache driver that uses Laravel's filesystem to cache data, enabling S3 disks as key/value cache. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix typo in preg_replace_array() PHPDoc comment | mosabbirrakib | XS | No | 25.3h | - | May 14, 2026 |
SummaryBug FixFix typo in preg_replace_array() PHPDoc comment Corrects a documentation typo to improve code clarity. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Optimize Worker queue pause check | jackbayliss | M | No | 27.3h | - | May 14, 2026 |
SummaryChoreOptimize Worker Queue Pause Check This change reduces cache lookups for paused queues, cutting per-job overhead. It improves worker throughput and lowers infrastructure costs for high-traffic queue workloads. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix typo in mergeAttributeFromCachedCasts() PHPDoc comment | mosabbirrakib | XS | No | 25.3h | - | May 14, 2026 |
SummaryBug FixFix typo in mergeAttributeFromCachedCasts() PHPDoc comment Corrects a documentation typo to improve code clarity and maintainability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Fix typo in docblock for listManagementOptions method in SesV2Transport | daliendev | XS | No | 24.5h | - | May 14, 2026 |
SummaryBug FixFix typo in SesV2Transport docblock Corrects a documentation typo, improving developer clarity and reducing confusion. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix starts_with/ends_with rules rejecting numeric values | aydinfatih | M | No | 21.5h | - | May 14, 2026 |
SummaryBug FixFix numeric value handling in starts_with/ends_with rules Ensures numeric inputs pass starts_with/ends_with validation, preventing false failures in JSON requests. Improves data validation reliability for numeric fields. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.15
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add tests for SeeInHtml constraint covering unicode whitespace | scabarcas17 | M | No | 1.1h | 0.1h | May 14, 2026 |
SummaryTestAdd tests for Unicode whitespace handling Adds PHPUnit tests to ensure correct handling of Unicode whitespace in HTML normalization, preventing future regressions. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [11.x] Backport cloud queues | timacdonald | XL | No | 10.7h | - | May 14, 2026 |
SummaryFeatureBackport cloud queues Adds cloud queue support to Laravel 11.x, enabling integration with cloud queue services and improving metrics and testing. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Back port cloud queues | timacdonald | XL | No | 15.6h | - | May 14, 2026 |
SummaryFeatureBack port cloud queue functionality to Laravel 12 Adds cloud queue support and metrics to Laravel 12, enabling integration with cloud services and improving monitoring. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Improve queue metric tests | timacdonald | L | No | 13.7h | - | May 14, 2026 |
SummaryTestEnhance queue metric test coverage Adds comprehensive tests for queue metrics, improving confidence in backporting queue features. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix typo in Sleep::microsecond() PHPDoc comment | rpsohag | XS | No | 21.0h | - | May 13, 2026 |
SummaryDocsFix typo in Sleep::microsecond() PHPDoc comment Improves documentation consistency for Sleep::microsecond() method, aligning wording with other time unit methods. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Fix grammatical error in Lottery::alwaysLose() PHPDoc comment | rpsohag | XS | No | 20.7h | - | May 13, 2026 |
SummaryDocsFix PHPDoc grammar in Lottery::alwaysLose() Corrects a documentation typo to improve code clarity and maintain consistency across the framework. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Replace @return with @var on property docblocks | mosabbirrakib | XS | No | 20.5h | - | May 13, 2026 |
SummaryBug FixReplace @return with @var on property docblocks Corrects property type annotations to improve static analysis and IDE support, ensuring accurate type information for developers. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add unicode modifier to SeeInHtml normalize whitespace regex | mosabbirrakib | XS | No | 20.5h | - | May 13, 2026 |
SummaryBug FixAdd unicode modifier to SeeInHtml normalize whitespace regex Fixes assertion failures when HTML contains Unicode whitespace by adding the /u flag to the regex, ensuring whitespace normalization works correctly. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add foreignUuidFor schema helper | Tresor-Kasenda | S | No | 18.5h | - | May 13, 2026 |
SummaryFeatureAdd foreignUuidFor schema helper for migrations Provides an explicit API for defining UUID foreign key columns in migrations, improving consistency and clarity for UUID-based relationships. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add enum support to contextual attribute binding | Tresor-Kasenda | M | No | 17.8h | - | May 13, 2026 |
SummaryFeatureAdd enum support to contextual attribute binding Enables developers to use PHP enums in dependency injection, improving type safety and reducing configuration errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| [13.x] Allow passing a Closure to `ThrottlesExceptions` middleware | cosmastech | M | No | 0.5h | - | May 13, 2026 |
SummaryFeatureAllow Closure in ThrottlesExceptions Middleware Enables dynamic backoff logic for queued jobs, improving resilience to external API rate limits. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Support Concurrency Run Timeouts | dbpolito | S | No | 0.1h | - | May 13, 2026 |
SummaryFeatureAdd custom timeout support for concurrency Enables developers to set custom timeouts for concurrency tasks, preventing unintended long-running processes and improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Support config caching with Cloud queues | timacdonald | M | No | 13.6h | - | May 13, 2026 |
SummaryFeatureAdd config caching for Cloud queue prefixes Enables caching of Cloud queue prefixes and suffixes via configuration, reducing reliance on environment variables and improving performance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Revert "[13.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions" | crynobone | L | No | 0.1h | - | May 13, 2026 |
SummaryCI/CDRevert Composer github-oauth credentials removal Restores GitHub Actions credentials for Composer on Linux and Windows, ensuring CI workflows can authenticate with GitHub packages. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Revert "[11.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions" | crynobone | L | No | 0.1h | - | May 13, 2026 |
SummaryCI/CDRevert removal of Composer GitHub OAuth credentials Restores GitHub Actions workflow configuration to maintain Composer authentication on Linux and Windows, ensuring CI builds continue to function correctly. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [11.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions | crynobone | L | No | 0.1h | - | May 13, 2026 |
SummaryCI/CDRemove Composer github-oauth credentials on Linux & Windows Actions Eliminates exposed Composer GitHub OAuth credentials from CI workflows on Linux and Windows, enhancing security and compliance for Laravel projects. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [13.x] Remove Composer `github-oauth` credentials on Linux & Windows Actions | crynobone | L | No | 2.5h | 0.1h | May 13, 2026 |
SummaryCI/CDRemove Composer GitHub OAuth credentials from CI Eliminates unnecessary GitHub OAuth credentials in CI workflows, improving security and reducing build noise. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [13.x] Add support for `after_commit` for Cloud queue metrics | timacdonald | L | No | 6.9h | 0.0h | May 12, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| [13.x] reset Lottery on test case teardown | cosmastech | XS | No | 0.8h | - | May 12, 2026 |
SummaryBug FixReset Lottery on test case teardown Ensures test isolation by resetting the Lottery between tests, improving reliability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Cloud queue metrics | timacdonald | XL | No | 3.6h | 0.7h | May 12, 2026 |
SummaryFeatureAdd Cloud queue metrics support Adds support for Cloud queue metrics, enabling monitoring of queue performance in cloud environments. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| add index for database performance | DGarbs51 | S | No | 0.7h | - | May 11, 2026 |
SummaryChoreAdd compound index to failed_jobs table Improves database query performance for failed job tracking across all supported engines, reducing latency and resource usage. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add method to convert a Password instance to a passwordrules string | imliam | M | No | 12.9h | - | May 11, 2026 |
SummaryFeatureAdd method to convert Password to string Adds a method that translates Laravel's Password rule objects into an HTML passwordrules attribute string. This allows browsers and password managers to automatically suggest compliant passwords, improving user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Ability to override the Worker timeout exit code | jackbayliss | XS | No | 1.9h | - | May 11, 2026 |
SummaryBug FixOverride Worker timeout exit code Enables custom exit codes for timed‑out workers, preventing unnecessary restarts on certain cloud providers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [14.x] Adjust MigrationSkipped `migrationName` to `name` | jackbayliss | XS | No | 5.8h | - | May 10, 2026 |
SummaryRefactorAdjust MigrationSkipped migrationName to name Standardizes migration event naming, improving consistency and preventing future integration issues. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add name to MigrationStarted/MigrationEnded events | jackbayliss | S | No | 17.4h | - | May 10, 2026 |
SummaryFeatureAdd migration name to migration events Adds migration name to started/ended events for better observability and easier listener logic. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Add unicode modifier to preg_split | rodrigopedra | S | No | 38.8h | - | May 10, 2026 |
SummaryBug FixAdd unicode modifier to preg_split Ensures string splitting behaves correctly with Unicode characters, aligning with PHP's upcoming deprecation and preventing potential bugs in string handling. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] re-add docblock for `apply()` method | browner12 | XS | No | 0.0h | - | May 08, 2026 |
SummaryDocsRe-add docblock for apply method Restores a removed docblock for the apply method in the SoftDeletingScope class to improve code readability and documentation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Fix @params typo in toPrettyJson docblocks | mosabbirrakib | XS | No | 6.3h | 0.1h | May 08, 2026 |
SummaryBug FixFix @params typo in toPrettyJson docblocks Corrects PHPDoc tags in pagination and support classes, ensuring static analysis and IDEs correctly document parameters, improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
|
||||||
| [12.x] backport #60045 to 12.x | levikl | XS | No | 3.8h | - | May 08, 2026 |
SummaryRefactorBackport #60045 to 12.x Minor docblock updates to maintain consistency across Laravel 12.x, ensuring developers see up‑to‑date documentation. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Add tests for `Attachment::fromUrl()` URL scheme validation | mdalikadar | M | No | 3.4h | - | May 08, 2026 |
SummaryTestAdd tests for Attachment URL scheme validation Adds unit tests to verify that only HTTP/HTTPS URLs are accepted for attachments, preventing invalid or potentially unsafe URLs from being processed. This improves reliability and security of email attachments. Health AssessmentAI DetailsTech Stack
Languages:
Php
|
||||||
| [13.x] Display error in `queue:pause` when `Worker` isn't pausable | weshooper | S | No | 35.6h | 7.4h | May 08, 2026 |
SummaryBug FixShow error for non-pausable queue workers Adds a clear error message when attempting to pause a queue that cannot be paused, improving debugging and user experience. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Make PendingDispatch conditionable | kevinb1989 | S | No | 2.0h | - | May 08, 2026 |
SummaryFeatureMake PendingDispatch conditionable Adds conditional dispatch capability to queued jobs, enabling fraud detection logic to run earlier for customers with sufficient personal details. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| add generic return types to `Builder` paginate methods | levikl | XS | No | 9.1h | - | May 08, 2026 |
SummaryRefactorAdd generic return types to Builder paginate methods Adds generic return type annotations to Eloquent Builder paginate methods, enabling static analysis tools to infer model types in paginated results and improving type safety without affecting runtime behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Skip allocation in mergeFillable/Appends/Hidden/Visible when input is empty | olivier-zenchef | M | No | 29.9h | - | May 07, 2026 |
SummaryBug FixSkip allocation in merge methods for empty input Reduces memory usage during model construction by avoiding unnecessary array operations, preventing potential memory limit errors in high-volume applications. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [12.x] Narrow attachment url scheme | benbjurstrom | XS | No | 3.1h | 2.4h | May 07, 2026 |
SummaryBug FixNarrow attachment URL scheme Restricts Attachment::fromUrl() to http and https URLs, rejecting unsupported schemes to ensure attachments use intended remote URL use case. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Narrow attachment url scheme | benbjurstrom | XS | No | 0.1h | - | May 07, 2026 |
SummaryBug FixNarrow attachment URL scheme Restricts Attachment::fromUrl() to http and https URLs, rejecting unsupported schemes to ensure correct remote URL usage. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| [13.x] Unused `$parameters` in `validate*case()` | weshooper | XS | No | 10.4h | - | May 07, 2026 |
SummaryRefactorRemove unused parameters from validation methods Cleaned up unused parameters in validation logic, improving code clarity and reducing potential confusion for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||
| Add support to scoped filesystem for Cloud | jeremynikolic | M | No | 1.8h | - | May 07, 2026 |
SummaryFeatureAdd support to scoped filesystem for Cloud Adds support for scoped filesystems in Cloud configuration, enabling more granular storage handling and improved flexibility for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
Frameworks:
Laravel
|
||||||