-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bugzilla csv to latest format #836
Comments
Hi @valeriocos EDIT |
Hi @vchrombie, your right! Bugzilla was listed in #803. However I thought that issue was too generic. Sorry for the misunderstanding! If you are on it, we can close this issue (or leave it open if this is convenient for you). As you prefer :) |
It is fine, we can leave it like this. Not a big deal. 🙂 |
Also, @sanjana091001 would you like to help with this issue? |
That's perfect! Thanks! |
yes, I'd like to work with this. |
Hello, |
Great, thank you for working on this @sanjana091001 |
Hi @valeriocos @vchrombie. I had created a script yesterday to generate the schema for Pagure. It's based on the same logic as the script of microtask-8. I have modified it a bit to support any index. Let me know it helps with this work :) Here is the link: https://gist.github.com/animeshk08/0a8dafa66826137032efb6c771074d1d NOTE: The only default field right now is UUID. I was unsure which ones to add. I can add all the fields after a bit of discussion :) |
Hi @animeshk08 thank you for sharing the script. It could be useful to speed up the creation of the missing/not up-to-date CSV files. @vchrombie @sanjana091001 WDYT? Can you give it a try for the CSVs you are working on? Thanks! |
Sorry @animeshk08 @valeriocos, I missed the messages. |
I just want to reference another PR (#847) as it will affect if the fork is not updated. |
Hi @animeshk08
I was working on the gitlabcomments enricher and tried this script to create the schema for that. It worked great. Thanks for sharing the script. 🚀 😄 |
As @vchrombie pointed out here, I think this issue can be closed now that PR #1174 was merged. |
Thank you @mafesan for updating the schema for Bugzilla 👍 |
Following #803, the goal of this issue is to update the schema of Bugzilla: https://github.com/chaoss/grimoirelab-elk/blob/master/schema/bugzilla.csv
Micro-mordred[*] should be executed to collect and enrich the bugzilla data. Then, the enriched documents should be inspected using the dev tools or the discover of Kibiter. For each attribute found in the enriched index, the corresponding schema should contain the name of the attribute, the type, whether the field can be aggregated and a description.
Note that some fields like the grimoire_creation_date, project, project_1, origin, etc. are shared across all enriched indexes and their descriptions can be taken from existing schemas (e.g., https://github.com/chaoss/grimoirelab-elk/blob/master/schema/git.csv).
[*] Details to execute micro-mordred for a given data source are available at: https://github.com/chaoss/grimoirelab-sirmordred#supported-data-sources
The text was updated successfully, but these errors were encountered: