cbrain icon indicating copy to clipboard operation
cbrain copied to clipboard

Boutiques integrator could provide internal descriptor for missing ones

Open prioux opened this issue 3 years ago • 1 comments

Sometimes a production environment changes such that a JSON descriptor for Boutiques disappear (e.g. an old version of a tool). That causes a problem for existing tasks when users want to browse them (an internal exception is raised in fact).

The integrator framework could just provide a dummy replacement JSON that would show the parameters (pretending all of them to be string) and at least show them to the user, with a notice that this tool's version is now offline.

prioux avatar Oct 24 '22 21:10 prioux

We should also prevent users from trying to launch a new task with the fake internal descriptor, somehow.

prioux avatar Oct 24 '22 21:10 prioux

Implemented by https://github.com/aces/cbrain/commit/af638f35f79135a3bc47e2451284000c92f43ee6

prioux avatar Jan 24 '23 18:01 prioux