Leonardo Sandoval
Leonardo Sandoval
I find a bit strange that similar `swupd` subcommands, `search `and `search-file`, the former does not require `sudo` (meaning root permission) but the latter do. Is this intentional? ``` $...
**Describe the bug** `swupd search transcoding-support` should match the indicated bundle but instead if fails. **To Reproduce** Just run the following ``` $ swupd search transcoding-support Traceback (most recent call...
I lost all my devices so I am trying an account reset; this action triggers a email with instructions sent from keybase.io but I have not received any emails. Not...
This is how actually looks the header of a email sent by Patchwork on behalf of a POST request to a particular series/revision ------ snip -------- == Series Details ==...
Log coming from tests should be store into DB ### Ideas The system should be able to store the logs coming from the tests done for specific series. There are...
Tags are data pairs (key, value) which are attached to a specific series/revision entry point. This can be useful to attach some extra data into a series/revision. REST entry point:...
We can now post results through ``` POST /api/1.0/series/(int: series_id)/revisions/(int: version)/test-results/ ``` but we cannot query these. We should have the same request but using GET ``` GET /api/1.0/series/(int: series_id)/revisions/(int:...