-
Running `reana-dev git-upgrade-shared-modules -c r-server` requirements (in setup.py) were upgraded to the following:
```diff
- "reana-db>=0.7.0a6,=0.8.0a1,=0.8.0a1,
-
Currently, we only [return quota usage numbers](https://reana-server.readthedocs.io/en/latest/_static/api.html#operation/get_you) in [canonical units](https://github.com/reanahub/reana-db/blob/0872447…
-
Update CI build links in https://github.com/reanahub/reana/wiki
Introduce `maint-0.7` and `master` instead of only one `Build` column.
-
To find out what's the reason behind a pod being in Pending state we read the [`containerStatuses`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podstatus-v1-core), however…
-
Enrich `reana-admin` to include a new command to show and inspect user quotas. The concrete data to be displayed will be determined by the outcome of https://github.com/reanahub/reana-db/issues/83.
…
-
Instead of having `print()` and `click.echo()` hard-coded throughout the code base, let's introduce a new `printer.py` module that can take care of displaying info/error messages in unified manner.
…
-
With the outcome of https://github.com/reanahub/reana-server/issues/282 we should be able to add this prevention mechanism to the [session opening endpoint](https://github.com/reanahub/reana-server/bl…
-
As the number of supported REANA workflow engines grows, it is useful to offer an option to users to install only some workflow engine libraries that the given user uses. E.g. only Yadage and no CWL, …
-
Currently, none of the [rate-limiting configurations](https://invenio-app.readthedocs.io/en/latest/configuration.html#invenio_app.config.RATELIMIT_APPLICATION) is set (see [here](https://github.com/re…
-
With the outcome of https://github.com/reanahub/reana-server/issues/279, we should create a new command to display quota usage for the logged-in user.
```
$ reana-client quota-show # or similar
...…