You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for localization of home page welcome text and motd title with added setup to be able to add support for more localization options in the future
the home page html (both logo and text) can now be customized using a single html formatted string in /etc/ood/config/locales/en.yml with the welcome_html key
JobComposer
submit jobs using job array in job options (for supported adapters)
Fixed
ActiveJobs
ensure base URI for XHR requests are always correct
Job Composer
handle job arrays submitted through app gracefully for Torque, Slurm, and SGE
Changed
ActiveJobs
XHR response is now "streamed" and handled using oboe.js to progressively update the view, so when viewing all jobs from all clusters you see jobs from one cluster at a time instead of waiting for them all to be transferred
no longer filter out array jobs for Torque, Slurm and SGE since these are now supported
no longer pre-sort jobs so user's jobs appear first when loading all jobs
use more Rails conventional url for getting all jobs (index.json)