Releases: rails/mission_control-jobs
Releases · rails/mission_control-jobs
v0.6.0
v0.5.0
v0.4.0
What's Changed
- Infrastructure to invoke a backtrace cleaner for failed jobs backtraces by @hms in #146
- Stop connecting to an application by default in the console by @rosa in #182
- Short navigation jobs count by @thibaudgg in #176
- Separate importmap from the application by @henrikbjorn in #163
- Simplify all times shown to not use any words, just exact numbers by @rosa in #184
- Redirect back after discarding a job by @thiagobc in #157
- Redirect to index page by status when discarding a job by @rosa in #185
- Move inline styles to stylesheet by @pbstriker38 in #172
- Fix invalid HTML by @frenkel in #187
- Use correct time zone for dates, updated version by @rosa in #188
- Update solid_queue to version 1.0 by @rosa in #190
- Add "Next run" column to recurring tasks index by @christopher-b in #165
- Update Rails to version 7.2 by @rosa in #191
- Bump puma from 6.4.2 to 6.4.3 by @dependabot in #192
- Bump rexml from 3.2.6 to 3.3.9 by @dependabot in #193
- Drop Rails as a full dependency, only require some of the frameworks by @rosa in #194
- Stub adapter methods for async adapter by @rosa in #195
New Contributors
- @hms made their first contribution in #146
- @thibaudgg made their first contribution in #176
- @henrikbjorn made their first contribution in #163
- @thiagobc made their first contribution in #157
- @pbstriker38 made their first contribution in #172
- @frenkel made their first contribution in #187
- @christopher-b made their first contribution in #165
- @dependabot made their first contribution in #192
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
v0.3.1
What's Changed
- Bump action/checkout to v4 by @akhilgkrishnan in #139
- UiHelper => InterfaceHelper by @justinko in #134
- Support new persisted recurring tasks in Solid Queue by @rosa in #145
- Handle empty backtrace from Solid Queue failed execution by @rosa in #149
New Contributors
- @akhilgkrishnan made their first contribution in #139
- @justinko made their first contribution in #134
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Connect to default app:server if only one is defined by @excid3 in #49
- Add quotes around connect_to docs to match usage by @excid3 in #45
- Fix typo and example in readme by @morgoth in #40
- Require irb by @chiraggshah in #59
- Remove unused mailer files by @morgoth in #39
- Remove
$debug
variable by @garyhtou in #64 - Add
internal_query_count_limit
configuration by @garyhtou in #63 - Bump mono_logger for to get a fix for Ruby 3.3.0 by @rosa in #67
- Set :async adapter if there's no adapter configured by @rosa in #68
- Move tbody tag to the correct place in the jobs page by @JuanVqz in #72
- Avoid forcing applications to have a root ApplicationJob defined by @alxckn in #70
- Find most recent job by active_job_id in Solid Queue RelationAdapter (Fixes #78) by @andbar in #85
- Add Discard action to scheduled jobs by @JuanVqz in #73
- All-in-one upgrade / platform / bundler by @dorianmariecom in #82
- Support dispatching blocked jobs directly from the UI by @lexcao in #74
- Add config.mission_control.jobs.irb_help that defaults to true by @dorianmariecom in #84
- Add
scheduled_job_delay_threshold
configuration by @garyhtou in #65 - Add pagination for the workers controller by @pmareke in #62
- Remove unused platforms by @dorianmariecom in #91
- Expose recurring jobs by @rosa in #88
- Fix workers pagination issue where the whole relation was being loaded by @rosa in #94
- Fully opt-out of turbo caching by @Intrepidd in #98
- Make sure we do not register
Resque
as module when autoloading by @manuelvanrijn in #100 - Tidy up dependencies by @rosa in #107
- fix div element is not closed by @songjiz in #105
- Remove usage of deprecated thread_safe option by @alxckn in #101
- Passing a Hash to lset command results in a client error with redisb >= 5.0.0 by @alxckn in #102
- use docker compose command based on version in setup script by @Xeitor in #96
- Upgrade redis by @dorianmariecom in #90
- Resque adapter: Support queue pausing only if resque-pause is installed by @matiassalles99 in #108
- Add config.mission_control.jobs.show_console_help = false documentation by @dorianmariecom in #112
- Loosen the restriction on Rails to allow for running Rails main by @trobrock in #120
- Use the IRB extension API to add commands to the console by @st0012 in #117
- Stop filtering queues by prefix in the queues view by @rosa in #135
- Enforce the locale to be set to
English
by @manuelvanrijn in #137
New Contributors
- @excid3 made their first contribution in #49
- @morgoth made their first contribution in #40
- @chiraggshah made their first contribution in #59
- @garyhtou made their first contribution in #64
- @JuanVqz made their first contribution in #72
- @alxckn made their first contribution in #70
- @andbar made their first contribution in #85
- @dorianmariecom made their first contribution in #82
- @lexcao made their first contribution in #74
- @pmareke made their first contribution in #62
- @Intrepidd made their first contribution in #98
- @manuelvanrijn made their first contribution in #100
- @songjiz made their first contribution in #105
- @Xeitor made their first contribution in #96
- @matiassalles99 made their first contribution in #108
- @trobrock made their first contribution in #120
- @st0012 made their first contribution in #117
Full Changelog: v0.1.1...v0.2.2
v0.2.1
What's Changed
- Fully opt-out of turbo caching by @Intrepidd in #98
- Make sure we do not register
Resque
as module when autoloading by @manuelvanrijn in #100 - Tidy up dependencies by @rosa in #107
- fix div element is not closed by @songjiz in #105
- Remove usage of deprecated thread_safe option by @alxckn in #101
- Passing a Hash to lset command results in a client error with redisb >= 5.0.0 by @alxckn in #102
- use docker compose command based on version in setup script by @Xeitor in #96
- Upgrade redis by @dorianmariecom in #90
New Contributors
- @Intrepidd made their first contribution in #98
- @manuelvanrijn made their first contribution in #100
- @songjiz made their first contribution in #105
- @Xeitor made their first contribution in #96
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Connect to default app:server if only one is defined by @excid3 in https://github.com/basecamp/mission_control-jobs/pull/49
- Add quotes around connect_to docs to match usage by @excid3 in https://github.com/basecamp/mission_control-jobs/pull/45
- Fix typo and example in readme by @morgoth in https://github.com/basecamp/mission_control-jobs/pull/40
- Require irb by @chiraggshah in https://github.com/basecamp/mission_control-jobs/pull/59
- Remove unused mailer files by @morgoth in https://github.com/basecamp/mission_control-jobs/pull/39
- Remove
$debug
variable by @garyhtou in https://github.com/basecamp/mission_control-jobs/pull/64 - Add
internal_query_count_limit
configuration by @garyhtou in https://github.com/basecamp/mission_control-jobs/pull/63 - Bump mono_logger for to get a fix for Ruby 3.3.0 by @rosa in https://github.com/basecamp/mission_control-jobs/pull/67
- Set :async adapter if there's no adapter configured by @rosa in https://github.com/basecamp/mission_control-jobs/pull/68
- Move tbody tag to the correct place in the jobs page by @JuanVqz in https://github.com/basecamp/mission_control-jobs/pull/72
- Avoid forcing applications to have a root ApplicationJob defined by @alxckn in https://github.com/basecamp/mission_control-jobs/pull/70
- Find most recent job by active_job_id in Solid Queue RelationAdapter (Fixes #78) by @andbar in https://github.com/basecamp/mission_control-jobs/pull/85
- Add Discard action to scheduled jobs by @JuanVqz in https://github.com/basecamp/mission_control-jobs/pull/73
- All-in-one upgrade / platform / bundler by @dorianmariecom in https://github.com/basecamp/mission_control-jobs/pull/82
- Support dispatching blocked jobs directly from the UI by @lexcao in https://github.com/basecamp/mission_control-jobs/pull/74
- Add config.mission_control.jobs.irb_help that defaults to true by @dorianmariecom in https://github.com/basecamp/mission_control-jobs/pull/84
- Add
scheduled_job_delay_threshold
configuration by @garyhtou in https://github.com/basecamp/mission_control-jobs/pull/65 - Add pagination for the workers controller by @pmareke in https://github.com/basecamp/mission_control-jobs/pull/62
- Remove unused platforms by @dorianmariecom in https://github.com/basecamp/mission_control-jobs/pull/91
- Expose recurring jobs by @rosa in https://github.com/basecamp/mission_control-jobs/pull/88
- Fix workers pagination issue where the whole relation was being loaded by @rosa in https://github.com/basecamp/mission_control-jobs/pull/94
New Contributors
- @excid3 made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/49
- @morgoth made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/40
- @chiraggshah made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/59
- @garyhtou made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/64
- @JuanVqz made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/72
- @alxckn made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/70
- @andbar made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/85
- @dorianmariecom made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/82
- @lexcao made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/74
- @pmareke made their first contribution in https://github.com/basecamp/mission_control-jobs/pull/62
Full Changelog: https://github.com/basecamp/mission_control-jobs/compare/v0.1.1...v0.2.0