Diego

Results 19 issues of Diego

```console $ git checkout master $ docker-compose -f docker-compose-dev.yml down -v $ docker-compose -f docker-compose-dev.yml build $ docker-compose -f docker-compose-dev.yml up $ docker-compose exec web /code/scripts/populate-instance.sh --skip-records $ docker-compose exec...

Type: bug

I am wondering if you had in mind when you designed `add_file` that you are naming the file after the spec parameter name in `bravado_core/param.py`. Given this parameter spec: ```json...

- [ ] Document what are the implications - Are there blockers? - What problems are we getting in exchange? - Do we have to put more work than needed...

The current Invenio 3.0 installation instructions support Ubuntu 14.04 LTS and CentOS7. It would be good to add support for Ubuntu 16.04 LTS as well. - [x] change `scripts/*` -...

Component: installation
Status: in review
Size: easy

A docker registry cache has a few advantages for REANA: - Less public Docker registry quota usage: Use organization's/intitute's docker registry cache to minimise the usage of public docker registry...

type/feature

REANA [always mounts user secrets inside jobs](https://github.com/reanahub/reana-job-controller/blob/ed9e82ff413253cd3675886f2c3291d3a5299118/reana_job_controller/kubernetes_job_manager.py#L144-L149) even if they don't need them. This causes an issue which can be reproduced as follows: 1. User creates secrets `CERN_USER` and `CERN_KEYTAB`....

type/bug

During the coming workshop and after we might be subject of attacks or mistakes in user's scripts, which could lead to high amount of requests coming to REANA. We should...

system/api
system/tests
system/scalability

Stems from https://github.com/reanahub/reana-job-controller/pull/283#pullrequestreview-526103861 In https://github.com/reanahub/reana-job-controller/pull/283 we spotted that an important instruction to build the docker image was failing but the image was being built "successfully". This is dangerous because we...

It has happened that because of a mistake, the `KUBECONFIG` variable was pointing to a non development instance and a `reana-dev cluster-undeploy` was run. Scenario: ```console $ export KUBECONFIG=~/important-reana-instance.config $...

type/rfc

While upgrading https://reana-qa.cern.ch to REANA 0.7.0 we have forgotten a detail (renaming `reana_url` to `reana_hostname`) which made the upgrade fail. Right now one has to go through the commit history...