Marco Franssen
Marco Franssen
@vchrombie I don't get it. In the examples shown on the link that I posted in previous comment `in_index` of `[enrich_union:git]` points to the `out_index` of the `[git]` section. I'll...
@vchrombie yup I also just realized, `git` is the alias for my index `git_grimoirelab`. Both studies simply don't seem to be executed as there are no indexes created.
@zhquan I noticed mordred was now in following loop for as far I could scroll back in the logs. ```bash 2021-01-26 10:04:27,722 - sirmordred.task_manager - INFO - [Global tasks] sleeping...
@zhquan Found following logs. ```bash 2021-01-26 11:11:05,769 - grimoire_elk.elk - ERROR - [git] Problem executing study enrich_areas_of_code:git, ConnectionError(HTTPConnectionPool(host='elasticsearch', port=9200): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to...
@sudo-bmitch looks like you took same approach as we did in https://artifacthub.io/packages/helm/philips-labs/spire. I'm happy to migrate all commits related to spire into a new repository that can claim ownership by...
What is the state of this proposal in Spire 0.12.3? Trying to run this on my localhost k8s cluster and preferably would also like to have another component be responsible...
This is great feature. It really simplifies testing different code paths on different values used in the examples.
@garethr What are your thoughts on this? Is there anything I could do to add those schema's? Maybe this is also something that can be automated using github actions, to...
This is how I run it with plain Docker. Just make sure to set the correct environment variables. ```bash docker run -it --name my-runner \ -e RUNNER_LABELS=selfhosted,ubuntu-docker \ -e RUNNER_NAME=selfhosted-ubuntu-docker...
@williamdes so the diff you shared, does that work? Why not open a PR?