Pierre Rioux
Pierre Rioux
Document in Wiki.
Identified files could be tagged with some sort of tag like 'COPY' or 'DATA_DUP' or something.
@natacha-beck Issue #149 is just a repeat of the problem, not a PR that implements it. So we should not close it, unless you know where it's implemented?
We should keep this issue around, until we implement a way to unzip with the interface.
Could be combined with #1232
The cbrain-plugins-neuro repo has an example of doing all that: https://github.com/aces/cbrain-plugins-neuro/blob/9d10ecdf709b91287b94e3febaeccd9e46e5358e/lib/boutiques_bids_single_subject_maker.rb#L82
@AlexandreHutton Yep. But it means we need to save a new piece of 'state' information about each pair [user. project]. I'll think about it. @maxadam2017 Good suggestion. Complicated to implement...
I'm sure I got it in the past, and looking at the code I think it's because the controller code depends on the current view scope to find() the task...
Also consider removing the code that sets the `o+x` bit in the task workdir hierarchy; that was a requirement for Docker.
My suggestion: in file `BrainPortal/lib/cbrain_file_revision.rb`, in method `get_git_rev_info_from_git` , add this at the beginning: ```ruby File.open("/tmp/revlog","a") do |fh| fh.write( sprintf( "[%s] git %f by %s\n", Time.now.to_s, @fullpath, $0 ) )...