-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconf-github.yaml
More file actions
31 lines (29 loc) · 1.04 KB
/
conf-github.yaml
File metadata and controls
31 lines (29 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
url:
# "https://user:password@ip:port"
params:
{
'repo_index':'github-repo_enriched',
'git_index': 'github-git_enriched',
'issue_index': 'github-issues_enriched',
'pr_index':'github-pulls_enriched',
'issue_comments_index':'github2-issues_enriched',
'pr_comments_index':'github2-pulls_enriched',
'contributors_index':'github-contributors_org_repo',
'contributors_enriched_index':'github-contributors_org_repo_enriched',
'release_index': 'github-repo_release_enriched',
'stargazer_index': 'github-stargazer_enriched',
'fork_index': 'github-fork_enriched',
'event_index': 'github-event_enriched',
'out_index': 'v2_metric_model_test',
'from_date': '2024-01-01',
'end_date': '2024-12-31',
'level': 'repo',
'community': 'pytorch',
'company': 'Facebook',
'source': 'github',
'json_file': 'projects-github-pytorch.json',
'contributors_org_index':'github-contributors_org',
'organizations_index': 'organizations',
'custom_fields': {'period': 'month'},
'bots_index': 'bots'
}