gitminer icon indicating copy to clipboard operation
gitminer copied to clipboard

Java based tools for extracting information from GitHub and git repositories into a graph database

Results 21 gitminer issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 0.9.29 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=0.9.29&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The gravatar matcher looks for 32-char hex in the Gravatar URL. However if the avatar is hosted at Github, the URL has the following structure: https://avatars3.githubusercontent.com/u/1234567?v=3 gitminer could try to...

Added / fixed some documentation for the repository loader.

GitMiner checks for most issues, but apparently there are a few that have slipped through the cracks. For example: ``` 11:00:08.618 [main] ERROR n.w.r.github.v3.RepositoryMinerV3 - IOException in getRepositories: mountriv99 javax.net.ssl.SSLHandshakeException:...

When using the repository loader command I get the following error: ~/src/gitminer$ ./repository_loader.sh -c configuration.properties 10:45:32.194 [main] DEBUG edu.unl.cse.git.App - Attempting to read properties file: configuration.properties 10:45:32.435 [main] DEBUG c.i.r.govsci.graph.BlueprintsBase...

GitMiner doesn't get information about the downloads for a project. Why is this?

If you've tried to load a repository in the past and there is an incomplete copy of the repository stored in /tmp/repo_loader then you'll get exceptions that cause the program...

Some folks use other languages to query the database. It doesn't make sense to have our specific scripts stored in the main repo anymore.