- Fixed inconsistent pagination when several jobs have the same
run_at
- Set expired_at=NULL when rescheduling job
- Make job search case-insensitive
- Allow to search by ActiveJob class name
- Fixed rendering "running" page
- Fixed displaying relative time on "failing" page
- Fixed rendering HTML
- Display real job class when wrapped by ActiveJob
- Updated foundation CSS to latest 5.x version
- Removed erubis gem dependency
- Fixed minitest deprecation warnings
- Changed job_id to id
- Removed pg_* attributes
- Fix to handle empty last_error strings #40
- Delete All and Reschedule All (#39)
- Upgrade vulnerable rack version in example
- Indicate when a job is past due #2
- Fix clipping of pagination buttons #11
- Turn time string into time object #13
- Fix escaping on pagination controls #10
- Flash messages were not getting swept
- Dockerfile #1
- Show errors in list view #7
- Relative "x minutes from now" dates for all visible dates #3
- Display flash messages on delete or run immediate actions (only if session available) #6
- CHANGELOG file
- Large argument lists now wrap in list view #8
- Use Erubis to escape html by default #9
- Working dashboard
- List running, scheduled, and failing jobs
- Delete jobs
- Run jobs immediately
- Show job details