chaoss / grimoirelab-elk

GNU General Public License v3.0
59 stars 121 forks source link

[stackexchange] Make author anonymization optional for stackexchange #961

Closed jjmerchante closed 3 years ago

jjmerchante commented 3 years ago

This code makes it optional to pseudo-anonymize the owner of question and answers. It creates a hash of the name and user_id and remove author_link and profile_image.

For enabling the anonymization, include the following parameter in the stackexchange section:

[stackexchange]
...
anonymize = true
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 635280104


Files with Coverage Reduction New Missed Lines %
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/github.py 2 75.0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 635269469: 0.02%
Covered Lines: 8608
Relevant Lines: 10469

💛 - Coveralls