canvas-lms/Gemfile.d
Jeremy Stanley c28a19bc45 requeue failed job
test plan:
 - create a job that will fail
   (e.g. `delay.raise "whoops"`)
 - find the failed job in /jobs_v2 and click its id
 - scroll down to the job details table and click the
   "requeue job" button
 - the job should be requeued and the id of the requeued
   job should appear in place of the button
 - search that id and you should find the newer failed_jobs
   entry (after the requeued job fails)

flag=jobs_v2
closes DE-1194

Change-Id: I33d637db616aad1ec431428e7c5c60c6253660aa
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/292334
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Isaac Moore <isaac.moore@instructure.com>
QA-Review: Isaac Moore <isaac.moore@instructure.com>
Migration-Review: Alex Slaughter <aslaughter@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2022-05-28 00:08:22 +00:00
..
.rubocop.yml rubocop: default to error severity 2021-11-23 21:31:26 +00:00
_before.rb add rails version to Gemfile.lock 2022-03-31 17:01:45 +00:00
app.rb requeue failed job 2022-05-28 00:08:22 +00:00
assets.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
cassandra.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
development.rb bump debase gem for ruby 3+ compatibility 2022-02-01 18:52:41 +00:00
i18n_tools_and_rake_tasks.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
icu.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
plugins.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
postgres.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
redis.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
rubocop.rb Bump parallel 2022-03-24 20:39:33 +00:00
test.rb replace CANVAS_RAILS6_x variables with CANVAS_RAILS 2022-03-24 18:14:52 +00:00
~after.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00