-
Yes, as we do for the `logs` command already:
```console
$ reana-client logs -w helloworld-yadage --filter staaatus=foo
Error: filter 'staaatus' is not valid.
Available filters are 'compute_back…
-
`reana-dev helm-upgrade-components` currently updates `helm/reana/values.yaml` file. For example, it replaces images:
```diff
docs_url: http://docs.reana.io
forum_url: https://forum.rea…
-
Many pods are stuck in NotReady or Terminating status. The logs show a lot of events in the job controller container:
```console
$ kubectl get pods | grep reana-run-batch-5621e63c-15fd-4032-92c3-…
-
Following #6, work on the instructions for CMSSW.
-
We need to decide whether to use Web API's [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) or [axios](https://github.com/axios/axios) to perform the calls.
-
Currently, the [workflow type in REANA yaml schema is a string](https://github.com/reanahub/reana-client/blob/master/reana_client/schemas/reana_analysis_schema.json#L133), we should limit it to be one…
-
Add Snakemake logo and link to supported workflow languages.
![image](https://user-images.githubusercontent.com/8863238/132378754-d9917f5a-3542-43ba-953c-17cbf215da3e.png)
-
Recipe:
```console
$ reana-dev git-upgrade -c ALL
$ reana-dev git-checkout -c ALL master
$ cd reana-ui
$ reana-dev git-upgrade -c . --base maint-0.7
$ reana-dev git-upgrade -c .
$ git checkou…
-
After [upgrading cwltool](https://github.com/reanahub/reana-workflow-engine-cwl/issues/187) 2 tests (61, 62) fail because of the wrong output format.
Full traceback:
```
Test [61/197] param_evaluat…
-
## Current behaviour
User is unable to stop a workflow that is queuing. The error message simply says "the workflow is not running" (see below for full example).
```
$ reana-client run -w workf…