Pierre Rioux
Pierre Rioux
It would be useful to have a console utility command to launch a background process that iterates over an array and runs an arbitrary block of code on each element....
It would be nice to get a report of userfiles that are exact duplicates of other userfiles. Users often copy files from one DP to another, and leave both copies...
They accumulate quite a bit! I'd like the CBRAIN app to handle archiving them instead of depending on custom external scripts supplied by the sysadmin (like I did for the...
I know this feature is not yet merged, but here are some thoughts about improvements to it. - [x] rename the environment variable that Travis use to identify the docker...
Right now the list of files on browsable DPs are cached for one minute by the controller. Make the timeout configurable, so that when deploying a DP with static read-only...
Right now, any DataProvider configured by an admin either works or don't, and no particular information is given to the admin about why they don't work. Change the official API...
When a CBRAIN install has lots of plugins, the search path for Ruby code can get quite big, instead of being constant. This is because we add on path per...
This structure was meant to hold info about the default queue and extra qsub args, but instead let's delegate the responsibility for those values to the code that launches tasks...
A tool config's attributes generally control and adjust the configuration for running a particular tool's control script on a particular cluster. In the case of a singularity-deployed tool, the environment...
A data provider's `show` page has a few control panels where the admin can decide if files can be moved or copied to other providers, and which remote_resources (BrainPortals and...