code-maat icon indicating copy to clipboard operation
code-maat copied to clipboard

A command line tool to mine and analyze data from version-control systems

Results 17 code-maat issues
Sort by recently updated
recently updated
newest added

Are there any plans to support `--temporal-period` with values other than `1`? I'm analysing temporal coupling across repositories and suspect the temporally-coupled commits may be distributed across multiple days. Thank...

enhancement

When you run ```sh docker build -t code-maat-app . ``` on a Mac with Apple Silicon chip, then docker fails with the following error message ```text ERROR [internal] load metadata...

1. I have removed quote (') from **format** arg. I was getting below error otherwise with codemat jar. Invalid argument: java.lang.IllegalArgumentException: input: '--2d8c31cdcb--2022-03-31--AbcUser' '--2e1414e74f--2022-03-31--AbcPQR' 23 6 File1.java 2 1 File2.java...

I am analyzing wikimedia/mediawiki with code-maat. I seem to be getting parsing errors for the commit messages: >java -Xmx512M -Xms64M -jar \winmaat0.8.5\code-maat-0.8.5-standalone.jar -l ../mediawiki/maat_evo.log -c git -a summary Invalid argument:...

hi there, i run code maat coupling analysis with command '-a coupling' and get empty report i wander if there any limitation for the logfile? i had commited two files...

question

Hi, On Docker Hub there is a code-maat image: https://hub.docker.com/r/stevenalexander/code-maat-python/ However that also contains Python and cloc. I could add my own bare image, but maybe it would be handier...

enhancement

Hi! I tried to process a pretty large git log from a private git repo. I increased to max heap to 4GB but it still did not help. Much more...

bug

I am trying to execute code maat in TFS but i get the following error: Invalid argument: Unsupported TFS Date Format: Thursday, December 21, 2017 9:26:46 AM This is Code...

git log --all --numstat --date=short --pretty=format:"--%h--%ad--%aN" --no-renames produces a file ` -aa208775--2017-10-26--araut 2 0 src/main/java/com/xxx/yyy/repository/z1.java 23 0 src/main/java/com/xxx/yy/rest/z2.java 30 0 src/main/java/com/xxx/yy/service/z3.java 47 0 src/main/resources/swagger.yml 37 0 src/test/java/com/xxx/yy/rest/z4.java --c1ffc53b--2017-10-26--Prasad xxx `...

enhancement

I think it would be great to avoid the need to manually generate the logs and then feed it into code-maat after.. After all the command that needs to be...

enhancement