-
Currently, when one is an administrator, one can create users as follows:
```$ reana-client users create -e -t ```
It would be useful to have:
- [x] a possibility to provide some wanted ac…
-
If a workflow developer / user runs a workflow, he/she must be able to get logs from the workflow engine in case something goes wrong. It is also a necessary feature for running CWL conformance tests:…
-
# Internal-Consolidation sprint kick-off
### Dates
- **2018-04-18** kick-off
- **2018-05-02** closure
### People
- @diegodelemos (~5d)
- @dinosk (~10d)
- @tiborsimko (~10d)
### Goa…
-
We should start the MQ consumer in a different pod to take benefit from Kubernetes deployment retry (now it fails because some times RabbitMQ is still not deployed).
```console
$ kubectl logs wor…
-
Prettify progress display for CWL workflows. Currently one gets:
```console
$ reana-client workflow status -w workflow.2
NAME RUN_NUMBER CREATED STATUS PROGRESS COMMA…
-
`r-w-e-serial` will provide an ultra simple serial/sequential workflow engine useful for people who may need to run a sequence of commands and who might be off-put by the complexity that CWL or Yadage…
-
After the addition of the user tokens, documentation needs to be updated to show how to get a token
and how to use them.
-
REANA has been without a proper project web site for too long.
We have been musing on paper about the structure of the REANA project web site with sections permitting to learn what it is, see some …
-
We will implement this by prepending a `cd` to every command sent to job controller so:
```console
CMD="cd $SHARED_VOLUME/$WORKFLOW_WORKSPACE && [user_provided_command]"
```
So users when writ…
-
The progress should be published in a similar way as it is published in: https://github.com/reanahub/reana-workflow-engine-serial/pull/9/files#diff-6d29ceb19895382845929513c9bc9099R85