chaoss / grimoirelab-elk

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

[enriched/github2] Use user_data fields to set identities values #997

Closed sduenas closed 3 years ago

sduenas commented 3 years ago

Name and username fields on the identities were using incorrect values. In the case of 'name' it was using 'login' value and not the name under 'user_data'. For the username it was using a field that doesn't not exist.

This patch fixes the problem using 'name' and 'login' for the two fields.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1140074281


Totals Coverage Status
Change from base Build 1123193439: 0.02%
Covered Lines: 8669
Relevant Lines: 10539

💛 - Coveralls