Closed CedricCabessa closed 9 years ago
If I use this conf:
LAST_ACTIVITY_FILTER = ("comments", "events", "commits")
Then the page loads with an error, because in practivity.py:get_latest_event(), the variable issue_url
is not defined (it's not passed as a parameter).
I'm guessing the same issue exists with get_latest_commit, as pr_url
isn't given.
If I use this conf:
LAST_ACTIVITY_FILTER = ("comments")
then the page loads fine.
Nobody has time to review/test this. Let's see what happen in prod
Some nice number in the commit msg of 17583a6