Pierre Rioux
Pierre Rioux
There's a problem with the JavaScript I think. It works in Chrome and Safari, but not Firefox. I do get prompted to select files, but the file counter near the...
We have a few places in the admin interface where the full list of all user projects is shown either in selection boxes or in tables of checkboxes. In the...
PR #1229 cleans up a bunch of stuff but leaves in the DB two attributes of the RemoteResource model that are no longer necessary: * tunnel_mysql_port * tunnel_actres_port These attributes...
The attribute `nh_email_delivery_options` is never used for anything; the current code base use `email_delivery_options` instead. This requires a migration and removing one line in the model file `remote_resource.rb`
The old boutiques integrator allowed a user to launch a set of tasks by selecting a bunch of files and leaving one file input blank; multiple tasks were launched and...
Task logs could include some more information about the descriptors. I think we already log the GIT revision info of the descriptor itself, but we could add: * the revision...
We have two master select boxes at the top of the data provider browse page: ``` Register files as [file_select], and directories as [directory_select] ``` These master select boxes are...
This might be only practical when the task is a singularity task, but it could be useful for the task's work directory to be configured as a blank r/w ext...
Right now when launching tools or browsing the list of tool configs, a normal user has poor visibility into the 'description' field. We should somehow show that description at launch...
"Mark as read", just like on the CBRAIN side.