rdev-hackaton / GitHubTimeTracker

MIT License
5 stars 1 forks source link

Improve modeling for github source #60

Open ffigiel opened 8 years ago

ffigiel commented 8 years ago

Once #57 is merged, we should improve converting remote objects to local models. commit.committer may be None if GitHub can't find the user (e.g. they changed their e-mail address). We could handle the None value and in such case fall back to commit.commit.committer

lhaze commented 8 years ago

Waiting for #56 & #57