Pierre Rioux
Pierre Rioux
## Summary This change is fully backwards compatible and will not affect existing pipelines, but it will prevent the pipeline engine from crashing when some parameters are long and it...
We have a bunch of old TravisCI support files. We no longer use TravisCI. Let's get rid of it all. I'm sorry we're getting rid of an excellent example of...
The NeuroHub alternative portal developed in 2020 has some features that are not available on the CBRAIN side. Let's make sure the CBRAIN interface now provides access to all the...
The CBRAIN Boutiques integrator supports a set of special flags in the `"custom"` field of the descriptor. Document them all somewhere? At the top of my head: ```json "custom": {...
I'd like the Boutiques integrator to show some notes in bullet-point format at the top of a form when launching a task. The notes would come from the `custom` section...
The CbrainFileRevision class caches GIT file revision info for the CBRAIN codebase the first time it's accessed. This works well as long as the request for revision info, over time,...
Right now we always run `tar -czf` ; I'd like an option such that in particular cases, I can create a tar archive that is not compressed (`tar -cf`). The...
CANARIE as a granting agency once forced us to implement a custom monitoring interface. The APIs are all under the `/platform` routes, though for historical reason implemented in the "services"...
We're deprecating Docker as a run-time containerization environment. Rip out all the docker support code everywhere.
Using the new support for modules in the new Boutiques integrator (#1181), I'd like a new module that fixes an input to a particular value. The input would no longer...