Skip to content
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

[WIP] Update git schemata #1040

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion schema/areas_of_code.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name,type,aggregatable,description
addedlines,long,true,"Number of lines added in this file by this commit (only in this file, not the whole commit)."
author_bot,boolean,true,"True if the given author is identified as a bot."
author_domain,keyword,true,"Domain associated to the author in SortingHat profile."
author_gender,text,false,"NA"
author_gender.keyword,keyword,true,"NA"
author_gender_acc,long,true,"NA"
author_id,keyword,true,"Author Id from SortingHat."
author_multi_org_names,keyword,true,"NA"
author_name,keyword,true,"Author name."
author_org_name,keyword,true,"Organization name."
author_user_name,keyword,true,"Author user name."
Expand All @@ -28,10 +32,11 @@ message.keyword,keyword,true,"Commit message as a single String."
metadata__enriched_on,date,true,"Date when the item was enriched."
metadata__timestamp,date,true,"Date when the item was stored in RAW index."
metadata__updated_on,date,true,"Date when the item was updated in its original data source."
origin,keyword,true,"NA"
owner,keyword,true,"Owner (code author) name as it appears in commit (including e-mail)."
perceval_uuid,keyword,true,"Perceval UUID."
project,keyword,true,"Project."
project_1,keyword,true,"Project (if more than one level is allowed in project hierarchy)."
removedlines,long,true,"Number of lines removed in this file by this commit (only in this file, not the whole commit)."
repository,keyword,true,"Repository name."
uuid,keyword,true,"Item unique identifier. Same as '_id'"
uuid,keyword,true,"Item unique identifier. Same as '_id'."