grimoirelab icon indicating copy to clipboard operation
grimoirelab copied to clipboard

Comments authors in GitLab issues, and Merge Requests

Open jsmanrique opened this issue 5 years ago • 5 comments

Like #207, but for GitLab data source

jsmanrique avatar Aug 27 '19 01:08 jsmanrique

Comments and emojis are already fetched by Perceval. We could include them in the enriched indexes, WDYT @alpgarcia ?

valeriocos avatar Aug 27 '19 07:08 valeriocos

Thank you @valeriocos. I would suggest that any information recovered by Perceval should be shown in enriched indexes somehow. It would not make sense to spend effort developing support to retrieve such data to not use it and the end.

jsmanrique avatar Aug 27 '19 07:08 jsmanrique

You're welcome @jsmanrique . Please @sduenas share your thoughts

valeriocos avatar Aug 27 '19 08:08 valeriocos

I would like to work on this.

@valeriocos @sduenas @alpgarcia do you have any pointers on how to proceed?

vchrombie avatar May 20 '20 09:05 vchrombie

Hi @vchrombie , thank you for your interest to work on this feature!

Since gitlab and github data is similar, you can have a look at:

  • https://github.com/chaoss/grimoirelab-elk/blob/master/grimoire_elk/enriched/github2.py
  • https://github.com/chaoss/grimoirelab-elk/blob/master/tests/test_github2.py
  • https://github.com/chaoss/grimoirelab-sirmordred/blob/master/sirmordred/config.py#L289
  • https://github.com/chaoss/grimoirelab-sirmordred/blob/master/sirmordred/task_panels.py#L106 (please look for github-comments to find the other pointers)

Thanks

valeriocos avatar May 20 '20 10:05 valeriocos