-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-commit entities not stored in MySQL database #62
Comments
I cannot replicate this. With MongoDB and SQLite configured, I run: ruby -Ilib bin/ght-retrieve-repo -t token gousiosg github-mirror I get the same output as your for commits
but different output for pull requests:
|
Setting up MongoDB and using it as the persister fixed the issue. Would this be a bug or something to document? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
ght-retrieve-repo
, whilecommits
are successfully stored in the database,issues
,pull_requests
, etc. are fetched but not stored, even when providing the-y
option. I notice in the logs that whileghtorrent.rb
is being used to add commits to the database when retrieving them, this is not the case with the other entities.commits:
pull requests:
The text was updated successfully, but these errors were encountered: