-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconf-gitee.yaml
29 lines (28 loc) · 1.05 KB
/
conf-gitee.yaml
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
url:
"https://admin:password@localhost:8200"
params:
{
'issue_index': 'gitee_issues-enriched',
'pr_index':'gitee-prs_enriched',
'json_file': './projects-gitee-yehui-pure-mindspore.json',
'git_index': 'git_demo_enriched',
'git_branch': None,
'from_date': '2020-03-30',
'end_date': '2022-08-18',
'out_index': 'mindspore2_metric_model',
'community': 'mindspore',
'level': 'repo',
'company': 'Huawei',
'pr_comments_index':'gitee2-pull_enriched',
'issue_comments_index':'gitee2-issues_enriched',
'repo_index':'gitee_repo-enriched',
'release_index': 'repo_release_enriched',
'stargazer_index': gitee_stargazer_enriched,
'fork_index': gitee_fork_enriched,
'event_index': 'gitee_event_enriched',
'contributors_index':'gitee_contributors_org_repo',
'contributors_enriched_index':'gitee_contributors_org_repo_enriched',
'contributors_org_index':'gitee-contributors_org',
'organizations_index': 'organizations',
'bots_index': 'bots'
}