All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for Bootstrap Sass and Turbo - virolea (#18)
- Support for failed job deletion - virolea (#24)
- Nest shared partials into the panotpic namespace - @activefx (#15)
- Default sort jobs by descending creation order - @fractaledmind (#16)
- Default sort scheduled jobs by ascendending scheduling order - @fractaledmind (#17)
- Fixes N+1 on failed jobs index - virolea
- Add back
/jobs
route prefix to scheduled and failed jobs routes
- Add Job retries to failed jobs - kylekeesling (#8)
- Add a detailed view for failed jobs (#6)
- Jobs filtered views (#5)
- Improved job time values display and removed job arguments from job index view
- Replace kaminari with pagy for pagination purposes
- Remove link to deleted css file from layout
- Remove assets folder to prevent compilation errors in production