Andrew Johnson
Andrew Johnson
1) We can add this to FAQ 2) `CELERY_ENABLED` can be moved to the environment variables of the container, and celery.py should also be configurable via environment variables - I...
I added changes to the container, a SNAPSHOT version will be built on quay.io in a minute where you can test it. My time is over for today, tommorow I...
``` root@9a65502f2b3b:/usr/src/taiga-back# find ./ -type f |xargs grep 'localhost' ./tests/unit/test_mdrender.py: assert result == ["****"] ./tests/unit/test_mdrender.py: assert result == ('text
I agree, each application should implement that. If the application does not implement an endpoint, then we can provide some basic checking. On Tue, Aug 20, 2019 at 9:20 PM...
That's a good idea Leopere :) On Sun, Aug 25, 2019 at 9:56 PM Leopere wrote: > Even curl'ing an asset from the Taiga-Front like a favicon would be >...
Nice one! Would love to see it merged :grin:
As a very dirt workaround I created this: ``` */5 * * * * /bin/bash -c '[[ "$(podman top gitea | wc -l)" -gt 128 ]] && podman restart gitea'...
Similar issue with k3d, on skaffold `v2.0.1`, it is unusable. ``` backup-maker-operator:pod/backup-maker-operator-584b85cf74-j8plh: container manager is waiting to start: localhost:5000/bm-registry_5000_backup-maker-operator:latest@sha256:2b6eb1dea55dceb7f6a038578ef7ab077000cd8c5babe9dcfbcc15351481bfea can't be pulled ``` ```yaml --- apiVersion: skaffold/v3 kind: Config build:...
Is this issue stuck? It would be nice to have a cloud-storage, as HDD's aren't infinite 😃
I'm also affected by this issue. I'm trying to migrate from MySQL to PostgreSQL using pgloader.