forked from chaoss/grimoirelab-sirmordred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliases.json
154 lines (154 loc) · 3.79 KB
/
aliases.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"askbot": {
"raw": ["askbot-raw"],
"enrich": ["askbot", "affiliations"]
},
"apache": {
"raw": ["apache"]
},
"bugzilla": {
"raw": ["bugzilla-raw"],
"enrich": ["bugzilla", "affiliations"]
},
"bugzillarest": {
"raw": ["bugzilla-raw"],
"enrich": ["bugzilla", "affiliations"]
},
"crates": {
"raw": ["crates-raw"],
"enrich": ["crate", "affiliations"]
},
"confluence": {
"raw": ["confluence-raw"],
"enrich": ["confluence", "affiliations"]
},
"discourse": {
"raw": ["discourse-raw"],
"enrich": ["discourse", "affiliations"]
},
"dockerhub": {
"raw": ["dockerhub-raw"],
"enrich": ["dockerhub"]
},
"functest": {
"raw": ["functest-raw"],
"enrich": ["functest"]
},
"gerrit": {
"raw": ["gerrit-raw"],
"enrich": ["gerrit", "affiliations"]
},
"git": {
"raw": ["git-raw"],
"enrich": ["git", "git_author", "git_enrich", "affiliations"]
},
"github": {
"raw": ["github-raw"],
"enrich": ["github_issues", "github_issues_enrich", "issues_closed",
"issues_created", "issues_updated", "affiliations"]
},
"gitlab:issue": {
"raw": ["gitlab_issue-raw"],
"enrich": ["gitlab", "gitlab_issue", "affiliations"]
},
"gitlab:merge": {
"raw": ["gitlab_merge_requests-raw"],
"enrich": ["gitlab_merge_requests", "affiliations"]
},
"google_hits": {
"raw": ["google-hits-raw"],
"enrich": ["google-hits"]
},
"hyperkitty": {
"raw": ["hyperkitty-raw"],
"enrich": ["mbox", "kafka", "affiliations"]
},
"groupsio": {
"raw": ["groupsio-raw"],
"enrich": ["mbox", "kafka", "affiliations"]
},
"jenkins": {
"raw": ["jenkins-raw"],
"enrich": ["jenkins"]
},
"jira": {
"raw": ["jira-raw"],
"enrich": ["jira", "jira_resolution_date", "affiliations"]
},
"kitsune": {
"raw": ["kitsune-raw"],
"enrich": ["kitsune", "affiliations"]
},
"mattermost": {
"raw": ["mattermost-raw"],
"enrich": ["mattermost", "affiliations"]
},
"mbox": {
"raw": ["mbox-raw"],
"enrich": ["mbox", "kafka", "affiliations"]
},
"mediawiki": {
"raw": ["mediawiki-raw"],
"enrich": ["mediawiki", "affiliations"]
},
"meetup": {
"raw": ["meetup-raw"],
"enrich": ["meetup", "affiliations"]
},
"mozillaclub": {
"raw": ["mozillaclub-raw"],
"enrich": ["mozillaclub", "affiliations"]
},
"nntp": {
"raw": ["nntp-raw"],
"enrich": ["mbox", "kafka", "affiliations"]
},
"phabricator": {
"raw": ["phabricator-raw"],
"enrich": ["phabricator", "maniphest", "affiliations"]
},
"pipermail": {
"raw": ["pipermail-raw"],
"enrich": ["mbox", "kafka", "affiliations"]
},
"puppetforge": {
"raw": ["puppetforge-raw"],
"enrich": ["puppetforge", "affiliations"]
},
"redmine": {
"raw": ["redmine-raw"],
"enrich": ["redmine", "affiliations"]
},
"remo": {
"raw": ["remo-raw"],
"enrich": ["remo", "remo-events", "remo-events_metadata__timestamp", "affiliations"]
},
"remo:activities": {
"raw": ["remo_activities-raw"],
"enrich": ["remo-activities", "remo-activities_metadata__timestamp", "affiliations"]
},
"rss": {
"raw": ["rss-raw"],
"enrich": ["rss", "affiliations"]
},
"slack": {
"raw": ["slack-raw"],
"enrich": ["slack", "affiliations"]
},
"stackexchange": {
"raw": ["stackexchange-raw"],
"enrich": ["stackoverflow", "affiliations"]
},
"supybot": {
"raw": ["supybot-raw"],
"enrich": ["supybot", "affiliations"]
},
"telegram": {
"raw": ["telegram-raw"],
"enrich": ["telegram", "affiliations"]
},
"twitter": {
"raw": ["twitter-raw"],
"enrich": ["twitter", "affiliations"]
}
}