-
(1) Introduce `pydocstyle` into `run-tests.sh` following e.g. `reana-client` example.
(2) Fix existing warnings in `master` branch:
```
$ pydocstyle .
./docs/conf.py:1 at module level:
…
-
Because of re-pushing an image with the same tag, the following problem has happened in a QA deployment (the re-push happens if one follows our current docs and our current practices):
Let us illus…
-
This is a meta-issue to migrate all REANA cluster components from Python-3.6 to Python-3.8.
Current status:
```console
$ grep python:3.6 r*/Dockerfile
reana-job-controller/Dockerfile:FROM pyth…
-
-
Currently KubernetesBackend-class relies on kubeconfig -file (default location `~/.kube/config`) to get configuration needed to connect to a Kubernetes instance.
Typically this `~/.kube/config` -file…
-
**Submitting author:** @dghoshal-lbl (Devarshi Ghoshal)
**Repository:** https://bitbucket.org/sciencecapsule/sciencecapsule
**Version:** v0.1.1
**Editor:** @pibion
**Reviewers:** @colbrydi, @gflofs…
-
Hello,
I'm trying to test this example in REANA + HTCondor + Singularity and noticed some failures that I just wanted to report.
1. The steps assume the starting working directory will be /home…
-
When testing the installation of a local REANA cluster using [the latest documentation](http://docs.reana.io/development/deploying-locally/), and the current development version of all repositories (`…
-
**(1)** Currently, the helm releases create tags named with leading `reana-...` text:
```console
$ git tag -l
reana-0.7.0-dev20200407
reana-0.7.0-dev20200416
reana-0.7.0-dev20200417
```
Thi…
-
Setting `BUILD_ARGUMENTS` works for developer-oriented builds, such as:
```console
$ DEMO=r-d-r-roofit EXCLUDE_COMPONENTS=r-ui,r-m-broker BUILD_ARGUMENTS="COMPUTE_BACKENDS=htcondorcern,slurmcern,k…