2939: Added a status page for jobs that is similar to the pipeline instance
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 30 May 2014 20:45:00 +0000 (16:45 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 30 May 2014 20:45:00 +0000 (16:45 -0400)
commitc67402c3d993007f7d925d605eb486d21df4e278
treebd7db261c9850de5ab4f694ff7ac2d572c746c0e
parent8ca3553c699e5fb2e026aa1ab0c0f20b6c43881f
2939: Added a status page for jobs that is similar to the pipeline instance
status page.  Adds two "Re-run job" buttons that allow you to re-run either the
exact version or the version that was originally supplied (usually a branch
name).  Adds a "supplied_script_version" column to jobs to remember the
original script_version contents.
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/jobs_controller.rb
apps/workbench/app/views/jobs/_show_status.html.erb [new file with mode: 0644]
services/api/app/models/job.rb
services/api/db/migrate/20140530200539_add_supplied_script_version.rb [new file with mode: 0644]
services/api/db/schema.rb