`click` and `python-bugzilla` also need to be installed
Also add a `Pipfile` with these requirements added, since the
`README.md` recommends using `pipenv shell` and that is the preferred
dependency format over `requirements.txt`, and add `Pipfile.lock` and
`__pycache__` to `.gitignore`.
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Datagrepper user filter reports activity **related to** a user,
not only activity **made by** a user.
Therefore I've changed the code to use datagrepper only for Bodhi
activity, which can be checked against the `agent` field in the message.
To check Bugzilla activity we query BZ directly and look at comments
made by the user. We assume one of the user emails set in fasjson
is the same as the one of the BZ account.
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>