Dominik Ufer
Dominik Ufer
# Feature request ## Description There is the saying that wtf's per minute is the most precise code metric. Sometimes they can even be found in the code. It would...
# Import edges from csv Many tools use csv as output format. Some of them, e.g. [code-maat](https://github.com/adamtornhill/code-maat) include dependency-information in them. Also the cc.json format for edges is quite cumbersome....
# Bug ## Expected Behavior GIVEN a git repository WHEN I run `docker run -it -v $(pwd):/src --workdir /src ccsh ccsh gitlogparser repo-scan --repo-path /src` in this git repository THEN...
It would be cool if it were possible to configure the metrics that are calculated. Especially as some calculations take very much time on big code bases.
I have issues analyzing bigger code bases. Debugging is quite hard as there is almost no logging, except for stacktracing. It would be great if the tool would log what...
I as a developer want the pipeline to be faster if I only make configuration changes in order to work faster on the configuration of the services.
I want to be able to browse the application logs in grafana through loki. This should be toggleable as a feature.
version: 04019b0c8e8710ad2ed09a7269593fe1e6ac57c9 _Steps to reproduce_ * keep the microservices running in k8s with some tranfsormation load by the traffic generator _Actual Result:_ In some transformation services OutOfMemory or JavaHeapSpace Errors...
I as a developer want to be able to deploy dima to a local k8s cluster to speed up development time.