-
Notifications
You must be signed in to change notification settings - Fork 196
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
add incoming issues to local db, fixes #788 #780
Conversation
Hm. I handled Karl's second comment before the first, and now GitHub shows my commit associated with wrong comment - oh well :) |
|
||
Base.metadata.create_all(bind=issue_engine) | ||
|
||
Base2 = declarative_base() |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I wasn't asked for review, but this looks good. Will defer to @karlcow. |
(Quite likely we should have some error handling if the content of a report doesn't fit those DB column sizes..) |
Two things to explore:
|
I'm just following the guidelines ;) - "don't ask more than one person for review" |
@hallvors heh, no issues with what you've done or the process. I was just adding my 2 cents. 💰 |
I think we should track deletion. Does that sound reasonable? |
I guess that's probably a new issue, to sync with GitHub API (deletion) changes.
+1. Let's let it collect data for a few weeks and come back and inspect how it does. Also if we want deletion, we don't want to rely on anything until that's ready. |
@hallvors want to respond and then fix the merge conflicts? Assuming you agree with Karl I'll be happy to merge at that point. |
Rebased and fixed conflicts |
add incoming issues to local db, fixes #788
Let's see if we get interesting results. |
Wohoo!! :) |
r?@karlcow who seems to have read the code already