Athos Ribeiro

Results 15 issues of Athos Ribeiro

Signed-off-by: Athos Ribeiro

In [1], webpack upstream states that module.rules.loaders was removed. In [2], the upstream docs state that module.rules.loaders is an alias to module.rules.use. Therefore, we patch the config file to switch...

Python 3.10, released on Oct. 4, 2021, removed support to the loop keyword argument on some asyncio functions [1.2]. The test suite now fails to run, with most failures showing...

Both services/smtp/smtp_test.go and services/ftp/ftp_test.go generate use SetDataDir before the tests. While the FTP version of the tests save the data in the /tmp directory, the FTP one does so in...

When an auth challenge does not contain a value for service there is no point in passing an empty value to the challenge endpoint. Moreover, not passing an empty values...

The HTML template for repositories carries the container image name in the first cell of each entry in the table. This patch adjusts the JS search function to fetch the...

PURL suggests two different alternatives to be used as the **version** field for **github** resources. One should either use a **git tag** or a **git commit hash**. Considering we want...

Fixes #10468 This does not account for pre-releases such as alpha/beta/rc yet.

Need-Info

https://github.com/sebastianbergmann/phpunit/issues/5033 changed phpunit to no longer depend on phpspec/prophecy. This results in the need to add a development dependency for phpspec/prophecy. Doing so results in a warning, since PHPUnit\Framework\TestCase::prophesize() is...

The following exception keeps showing up when running the test suite. It does not make the tests fail, but should be fixed. ``` tests/plugins/test_tag_and_push.py ............Exception in thread Thread-2638: Traceback (most...

help wanted