laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.87k stars 658 forks source link

Search by tags in pending and completed jobs #1513

Closed mvd81 closed 3 weeks ago

mvd81 commented 3 weeks ago

Introduce functionality for searching tags within pending and completed jobs, aligning with the existing functionality for failed jobs.

Screencast

https://github.com/user-attachments/assets/1e343b71-edd0-4a0d-9590-c591c81d2524


Added listeners to handle job tags for pending and completed jobs, and updated controllers to support tag-based filtering of jobs. Added tests to verify the functionality of these new features.


Pending Tags:

Completed Tags:

taylorotwell commented 3 weeks ago

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions!