Pierre Rioux

Results 158 comments of Pierre Rioux

This requires a careful re-engineering of how communication channels are established and monitored.

I made some experiments this weekend, in an existing and completed FMRIPRepSingleSubject task: 1) created two ext3 filesystems: ``` truncate -s10G work.ext3 truncate -s2G zzz.ext3 # zzz is name of...

I'm not sure what to do. What would be the values for the CORS domains? How can CBRAIN as a service know which other domains can fetch data from it...

I suspect it's because we want some LORIS servers to query CBRAIN ? So am I right in thinking that the CBRAIN admins could have a text box somewhere where...

@natacha-beck I'm going to review this.

@MontrealSergiy Can you please rebase this PR? It's conflicting with the current `dev` branch.

I'm going to write down behavior bugs as I experience them. 1- licenses seem to be automatically signed if the users switches from CB to NH and back to CB...

Renaming neurohub_application_controller into nh_application_controller was not part of the goal of this project. If we want to do that, we'll do it in a separate PR. Please revert all these...

I don't understand what your description of this PR (at the very top of the page) says `Note, for an existing user to get effect of new license, the property...

There are lots of places where you completely ignore the CBRAIN/Ruby style conventions. e.g. ```ruby def cbrain_license_agreement_set # cbrain required licenses license_agreement_set.reject {|l| l.include?('/')} end ``` You put a comment...