Bastian Hofmann
Bastian Hofmann
@MitchellMcKenna also fine, we could just overwrite these methods in the tests. In the end it boils down to a matter of taste, I like extracting this into it's own...
Yes, cert-manager is optional. You can also provide a TLS certificate as a secret to Rancher: https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster#3-choose-your-ssl-configuration
I get the same error with the unprivileged image: ``` podman run -p 6333:6333 -p 6334:6334 -v ~/tmp/qdrant_storage:/qdrant/storage --userns=keep-id:uid=1000,gid=1000 qdrant/qdrant:latest-unprivileged ``` I found this issue here https://github.com/containers/podman/issues/17560, so I tried...
We are not using phpmd actively, so that was never considered. Feel free to work on it and send a pull request, though it should still work kind of stand...
Since the tool works for us as it is, there is not a huge priority for us to work on this. But feel free to fork the tool and integrate...
The cleanContent implementation is extremely hacky, the plan was always to replace it with using a proper PHP AST Parser (e.g. https://github.com/nikic/PHP-Parser) completely. Since this a bit of a larger...
That reminds me again that I always wanted to migrate the tool to use php_parser instead of doing everything by hand with regexes. Shouldn't be too hard and also would...
Unfortunately I did not get any further then this so far
The init container needs to run as root to be able to fix file permissions on the volume. The reason this is there is that a previous version of the...
I had a quick look at https://github.com/qdrant/qdrant-web-ui and the base path looks to be hard-coded there to `/dashboard/` without a way to change this afterwards. There is an open ticket...