-
One thing that would be awesome is to have a binder-like interface that allows you to
submit without having to clone
```
reana-client submit --fromrepo https://github.com/reanahub/reana-demo-atla…
-
Populate http://docs.reana.io/running-workflows/
Take content from RTFD and from Awesome Workshop lessons
-
Get a Kubernetes cluster running on CI environment with service account token ([needed by REANA-Job-Controller](https://github.com/reanahub/reana-cluster/blob/master/reana_cluster/backends/kubernetes/…
-
Many connections to the DB are opened by r-server when handling requests. These connections are not closed, probably because of connection pooling.
Given that there is a limit on the number of conc…
-
The user in the Job container is not defined. This will fall back to the default user in the image
https://github.com/reanahub/reana-job-controller/blob/e67ded260b99242ac9334c55d063fcd512db8ca3/re…
-
Following the documentation (https://docs.reana.io/administration/deployment/deploying-locally/) to install reana from helm chart on my personal laptop. Locally I have the following kubectl versions:
…
-
-
https://docs.reana.io/getting-started/next-steps/
https://docs.reana.io/getting-started/tutorial/
-
Right now we have `include_progress` flag in [get_workflows](https://github.com/reanahub/reana-workflow-controller/blob/536e8d6040020f3efc940ff50dc8bbd745abd574/reana_workflow_controller/rest/workflow…
-
This works:
```console
$ grep steps workflow/workflow.yml
step: {$ref: 'workflow/steps.yml#/eventselection'}
step: {$ref: 'workflow/steps.yml#/statanalysis'}
$ yadage-run _run work…