hercules icon indicating copy to clipboard operation
hercules copied to clipboard

Gaining advanced insights from Git repository history.

Results 50 hercules issues
Sort by recently updated
recently updated
newest added

Getting this when running `pip3 install labours` "Could not build wheels for hdbscan which use PEP 517 and cannot be installed directly" I'm not sure if there is something on...

It seems that `src-d/go-git` is no longer getting updates - [`go-git/go-git`](https://github.com/go-git/go-git) looks like it might be a good community fork

Hello, another issue: This command works as expected: ``` ./hercules.darwin_amd64 --burndown --burndown-people repo-cache | labours -m ownership --start-date 13.11.2019 ``` while in this case, the graph shows info from the...

I'm running command: ```sh labours -i devs.pb -f pb -m devs-efforts --start-date "1 Oct 2018" ``` But it seems that whatever `--start-date` doesn't change anything.

I followed discussion on https://github.com/src-d/hercules/issues/300 and ran ```./hercules --feature uast --languages java --sentiment --pb https://github.com/fieldsight/fieldsight-mobile | labours -m sentiment -f pb ``` However, I get `Warning: there is no registered...

Hey, thanks for the great work! Looks like if the `--languages` flag is set, the process runs into an error on commits with empty files. ``` ./hercules.darwin_amd64 https://github.com/olliiiver/hercules-test.git --burndown --languages...

bug

Hi, 2 points: 1) measure code complexity per file/class/function & build a distribution of complexities -> long tail will show files that could be considered for refactoring. 2) average complexity...

help wanted
new-analysis

Hi, It looks like the docker image does not support the sentiment feature and I got the version `docker run --rm -v $(pwd):/io srcd/hercules hercules --sentiment --pb https://github.com/django/django Error: unknown...

Hi, when I run the couples-files I get the following error: ``` Running: couples-files Traceback (most recent call last): File "/usr/bin/labours", line 11, in load_entry_point('labours', 'console_scripts', 'labours')() File "/home/alan/dev/hercules/python/labours/cli.py", line...