Pickup the actual username instead of login name for Github
Thank you for this. Would it be possible to fallback to login if name is empty / does not exist? This will preserve earlier behavior with a nice fallback. Ideally, a setting which will allow to choose between name and login (defaulting to login to ensure backward compatibility)
Thanks!
Thank you for this. Would it be possible to fallback to login if name is empty / does not exist? This will preserve earlier behavior with a nice fallback. Ideally, a setting which will allow to choose between name and login (defaulting to login to ensure backward compatibility)
Thanks!
- That is a good suggestion. I just added that condition to pick up the old behaviour if the
namedoes not exist - Also I added saving of the cache after every update of the internal
dict. I see that it saves us because in many cases we are hitting API limits and if we have the cache saved everytime, when we rerun the whole build again, it will skip all the items which we already figured out and start from the next of files and eventually it will succeed. Let me know your comments.
Again, thank you. I tried this version, but could not find "name" to be populated in the commit informations. Do you use GitHub or GitLab?
I updated the code again.