Christian Stefanescu
Christian Stefanescu
Hi, I was trying my best to make atlas work on elixir 0.14.2, updating the few deprecated calls, which happened mostly in the 0.14.0 release. Now it compiles for me,...
With 1.2.0 deprecating Python versions 2.7 - 3.6 it would be helpful to have some sort of matrix of which version is available for which interpreter. Or at least a...
Hi @HTenkanen, I just pushed the 1.2.0 release and was wondering if you could bump the conda release as well? I've automated the upload to PyPI so if we could...
Right now the `parse` function "magically" detects if the passed input is a string containing XML, an URL or a filename. While this seemed convenient at the time it might...
Hello! Awesome project! I'd love it if I could pass a setup.py file to devpi-builder. I have a project where I specify the dependencies in the install_requires attribute of the...
# Problem statement Reingesting collections is sometimes necessary, either for data consistency reasons or for the sake of using newer versions of the processing agent (typically `ingest-file`). This operation can...
We should extract [commonly used settings](https://github.com/alephdata/aleph/blob/19adc888e5de361e7711768764623bfec7969319/helm/charts/aleph/templates/exporter.yaml#L51 ) from the helm chart into a [Helm partial](https://helm.sh/docs/chart_template_guide/named_templates/). Right now, we duplicate this across the templates for `api`, `ingest-file`, `worker`, and `api`. Not...
**Describe the bug** Uploading a large amount of files through the UI can make an Aleph installation freeze and stop processing. **To Reproduce** Steps to reproduce the behavior: 1. Go...