Neville Antony Jose

Results 6 issues of Neville Antony Jose

We are using terratest_log_parser to summarise test results and extract out errors in our CI. We noticed that some of the errors don't show up in the test reports. terratest_log_parser...

bug
p:needs triage

The current behaviour when deleting channels for Quetz deployed with GCS storage backend is to delete the bucket. It'd be helpful to expose a configuration to optionally keep the bucket...

Currently only `.tar.bz2` packages are considered for reindexing. This PR will allow reindexing to see `.conda` packages too. fixes #703

bug

We recently had to reindex our package store and noticed only `tar.bz2` packages were showing up after reindexing. From the code it seems only `.tar.bz2` files are considered during reindex:...

Fixes https://github.com/mamba-org/quetz/issues/709

Currently the upload endpoint reads the request stream which contains the package to upload and then asserts if the user has access to the channel. Depending on the size of...