chaoss / grimoirelab-elk

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

Remove capitalized field names in enriched indexes #335

Open jsmanrique opened 6 years ago

jsmanrique commented 6 years ago

According to indexes schema there are no capitalized field names. But checking the index pattern, there are some field names both Capitalized and lowercased. It causes too much noise during data discovery phase

fioddor commented 1 year ago

This shows the noise at the UI: imagen Author_bot and Author-domain are shown duplicated. These are just 2 examples. There are many more duplicated fields like these.

fioddor commented 7 months ago

According to @jjmerchante: _this function causes the duplication. It loops over the backend-declared roles and then over the generic author. Thus, Git for instance declares a capitalized Author role and then the generic lowercased author, common to all backends, is added._