grimoirelab-graal icon indicating copy to clipboard operation
grimoirelab-graal copied to clipboard

A Generic Repository AnALyzer

Results 17 grimoirelab-graal issues
Sort by recently updated
recently updated
newest added

When executing the docker 3p container, the error below appears after the second execution (included). ``` 2020-05-23 20:59:34,981 - grimoire_elk.elk - ERROR - Error feeding raw from cocom (https://github.com/chaoss/grimoirelab-toolkit): git...

'branches` property should be set correspondingly for each repository, and this setting should be moved from the setup.cfg file to the project.json file.

The qmcalc backend allows the collection of a broad range of standard code metrics including size, cyclomatic complexity, and Halstead complexity, along with many language feature and style metrics using...

Graal backends face evolution issues. This refactor implements the strategy pattern in the Graal backends to prevent these issues from occurring. These issues were initially pointed out in #89, we...

Graal backends face evolution issues. This refactor implements the strategy pattern in the CoLic backend to prevent these issues from occurring. These issues were initially pointed out in #89, and...

In unit tests, replaced occurrences of assertTrue(a,b) which does not compare the values a and b with assertEqual(a,b) which does compare the two values.

While installing grimoirelab-graal I found that ScanCode now has current releases. Additionally, I'm installing everything in my home directory (aside from go and the apt-get calls) and updated the instructions...

Hello, I am participating in the MSR Hackathon and have attempted to install Graal a few times to no avail. Most recently, I set up a clean Debian 11 VM...

I am using a different version of `git` than the one installed on the system by default. Newer version of the `git` is installed in `~/bin` and `PATH` variable is...

Graal contains 6 backends that allow to fetch different kind of information from source code (complexity, licenses, dependencies, etc.). Each backend can fetch source code information using different tools. For...