Support task discovery without providing modules
POST tasks/discover
: the modules
parameter can be null
or an empty list in which case ewoksserver discovers all tasks in the current python environment. Currently the frontend does not allow discovering tasks without providing at least one module.
Side note: how can multiple modules be provided? Comma separated string?