|
12 | 12 |
|
13 | 13 |
|
14 | 14 | class CollectBusyBoxPRSIssuesPipeline(GitHubCollector): |
15 | | - pipeline_id = "collect_busybox_prs-issues" |
| 15 | + pipeline_id = "collect-busybox-prs-issues" |
16 | 16 | repo_url = "https://github.com/mirror/busybox" |
17 | 17 |
|
18 | 18 |
|
19 | 19 | class CollectNginxPRSIssuesPipeline(GitHubCollector): |
20 | | - pipeline_id = "collect_nginx_prs-issues" |
| 20 | + pipeline_id = "collect-nginx-prs-issues" |
21 | 21 | repo_url = "https://github.com/nginx/nginx" |
22 | 22 |
|
23 | 23 |
|
24 | 24 | class CollectApacheTomcatPRSIssuesPipeline(GitHubCollector): |
25 | | - pipeline_id = "collect_apache_tomcat_prs-issues" |
| 25 | + pipeline_id = "collect-apache-tomcat-prs-issues" |
26 | 26 | repo_url = "https://github.com/apache/tomcat" |
27 | 27 |
|
28 | 28 |
|
29 | 29 | class CollectMongodbPRSIssuesPipeline(GitHubCollector): |
30 | | - pipeline_id = "collect_mongodb_prs-issues" |
| 30 | + pipeline_id = "collect-mongodb-prs-issues" |
31 | 31 | repo_url = "https://github.com/mongodb/mongo" |
32 | 32 |
|
33 | 33 |
|
34 | 34 | class CollectRedisPRSIssuesPipeline(GitHubCollector): |
35 | | - pipeline_id = "collect_redis_prs-issues" |
| 35 | + pipeline_id = "collect-redis-prs-issues" |
36 | 36 | repo_url = "https://github.com/redis/redis" |
37 | 37 |
|
38 | 38 |
|
39 | 39 | class CollectPhpPRSIssuesPipeline(GitHubCollector): |
40 | | - pipeline_id = "collect_php_prs-issues" |
| 40 | + pipeline_id = "collect-php-prs-issues" |
41 | 41 | repo_url = "https://github.com/php/php-src" |
42 | 42 |
|
43 | 43 |
|
44 | 44 | class CollectPythonCpythonPRSIssuesPipeline(GitHubCollector): |
45 | | - pipeline_id = "collect_python_cpython_prs-issues" |
| 45 | + pipeline_id = "collect-python-cpython-prs-issues" |
46 | 46 | repo_url = "https://github.com/python/cpython" |
47 | 47 |
|
48 | 48 |
|
49 | 49 | class CollectRubyPRSIssuesPipeline(GitHubCollector): |
50 | | - pipeline_id = "collect_ruby_prs-issues" |
| 50 | + pipeline_id = "collect-ruby-prs-issues" |
51 | 51 | repo_url = "https://github.com/ruby/ruby" |
52 | 52 |
|
53 | 53 |
|
54 | 54 | class CollectGoPRSIssuesPipeline(GitHubCollector): |
55 | | - pipeline_id = "collect_go_prs-issues" |
| 55 | + pipeline_id = "collect-go-prs-issues" |
56 | 56 | repo_url = "https://github.com/golang/go" |
57 | 57 |
|
58 | 58 |
|
59 | 59 | class CollectNodeJsPRSIssuesPipeline(GitHubCollector): |
60 | | - pipeline_id = "collect_node_js_prs-issues" |
| 60 | + pipeline_id = "collect-node-js-prs-issues" |
61 | 61 | repo_url = "https://github.com/nodejs/node" |
62 | 62 |
|
63 | 63 |
|
64 | 64 | class CollectRustPRSIssuesPipeline(GitHubCollector): |
65 | | - pipeline_id = "collect_rust_prs-issues" |
| 65 | + pipeline_id = "collect-rust-prs-issues" |
66 | 66 | repo_url = "https://github.com/rust-lang/rust" |
67 | 67 |
|
68 | 68 |
|
69 | 69 | class CollectOpenjdkPRSIssuesPipeline(GitHubCollector): |
70 | | - pipeline_id = "collect_openjdk_prs-issues" |
| 70 | + pipeline_id = "collect-openjdk-prs-issues" |
71 | 71 | repo_url = "https://github.com/openjdk/jdk" |
72 | 72 |
|
73 | 73 |
|
74 | 74 | class CollectSwiftPRSIssuesPipeline(GitHubCollector): |
75 | | - pipeline_id = "collect_swift_prs-issues" |
| 75 | + pipeline_id = "collect-swift-prs-issues" |
76 | 76 | repo_url = "https://github.com/swiftlang/swift" |
77 | 77 |
|
78 | 78 |
|
79 | 79 | class CollectDjangoPRSIssuesPipeline(GitHubCollector): |
80 | | - pipeline_id = "collect_django_prs-issues" |
| 80 | + pipeline_id = "collect-django-prs-issues" |
81 | 81 | repo_url = "https://github.com/django/django" |
82 | 82 |
|
83 | 83 |
|
84 | 84 | class CollectRailsPRSIssuesPipeline(GitHubCollector): |
85 | | - pipeline_id = "collect_rails_prs-issues" |
| 85 | + pipeline_id = "collect-rails-prs-issues" |
86 | 86 | repo_url = "https://github.com/rails/rails" |
87 | 87 |
|
88 | 88 |
|
89 | 89 | class CollectLaravelPRSIssuesPipeline(GitHubCollector): |
90 | | - pipeline_id = "collect_laravel_prs-issues" |
| 90 | + pipeline_id = "collect-laravel-prs-issues" |
91 | 91 | repo_url = "https://github.com/laravel/framework" |
92 | 92 |
|
93 | 93 |
|
94 | 94 | class CollectSpringFrameworkPRSIssuesPipeline(GitHubCollector): |
95 | | - pipeline_id = "collect_spring_framework_prs-issues" |
| 95 | + pipeline_id = "collect-spring-framework-prs-issues" |
96 | 96 | repo_url = "https://github.com/spring-projects/spring-framework" |
97 | 97 |
|
98 | 98 |
|
99 | 99 | class CollectReactPRSIssuesPipeline(GitHubCollector): |
100 | | - pipeline_id = "collect_react_prs-issues" |
| 100 | + pipeline_id = "collect-react-prs-issues" |
101 | 101 | repo_url = "https://github.com/facebook/react" |
102 | 102 |
|
103 | 103 |
|
104 | 104 | class CollectAngularPRSIssuesPipeline(GitHubCollector): |
105 | | - pipeline_id = "collect_angular_prs-issues" |
| 105 | + pipeline_id = "collect-angular-prs-issues" |
106 | 106 | repo_url = "https://github.com/angular/angular" |
107 | 107 |
|
108 | 108 |
|
109 | | -class CollectWordpressPRSIssuesPipeline(GitHubCollector): |
110 | | - pipeline_id = "collect_wordpress_prs-issues" |
111 | | - repo_url = "https://github.com/WordPress/WordPress" |
112 | | - |
113 | | - |
114 | 109 | class CollectDockerMobyPRSIssuesPipeline(GitHubCollector): |
115 | | - pipeline_id = "collect_docker_moby_prs-issues" |
| 110 | + pipeline_id = "collect-docker-moby-prs-issues" |
116 | 111 | repo_url = "https://github.com/moby/moby" |
117 | 112 |
|
118 | 113 |
|
119 | 114 | class CollectKubernetesPRSIssuesPipeline(GitHubCollector): |
120 | | - pipeline_id = "collect_kubernetes_prs-issues" |
| 115 | + pipeline_id = "collect-kubernetes-prs-issues" |
121 | 116 | repo_url = "https://github.com/kubernetes/kubernetes" |
122 | 117 |
|
123 | 118 |
|
124 | | -class CollectXenProjectPRSIssuesPipeline(GitHubCollector): |
125 | | - pipeline_id = "collect_xen_project_prs-issues" |
126 | | - repo_url = "https://github.com/xen-project/xen" |
127 | | - |
128 | | - |
129 | | -class CollectVirtualboxPRSIssuesPipeline(GitHubCollector): |
130 | | - pipeline_id = "collect_virtualbox_prs-issues" |
131 | | - repo_url = "https://github.com/mirror/vbox" |
132 | | - |
133 | | - |
134 | 119 | class CollectContainerdPRSIssuesPipeline(GitHubCollector): |
135 | | - pipeline_id = "collect_containerd_prs-issues" |
| 120 | + pipeline_id = "collect-containerd-prs-issues" |
136 | 121 | repo_url = "https://github.com/containerd/containerd" |
137 | 122 |
|
138 | 123 |
|
139 | 124 | class CollectAnsiblePRSIssuesPipeline(GitHubCollector): |
140 | | - pipeline_id = "collect_ansible_prs-issues" |
| 125 | + pipeline_id = "collect-ansible-prs-issues" |
141 | 126 | repo_url = "https://github.com/ansible/ansible" |
142 | 127 |
|
143 | 128 |
|
144 | 129 | class CollectTerraformPRSIssuesPipeline(GitHubCollector): |
145 | | - pipeline_id = "collect_terraform_prs-issues" |
| 130 | + pipeline_id = "collect-terraform-prs-issues" |
146 | 131 | repo_url = "https://github.com/hashicorp/terraform" |
147 | 132 |
|
148 | 133 |
|
149 | 134 | class CollectTcpdumpPRSIssuesPipeline(GitHubCollector): |
150 | | - pipeline_id = "collect_tcpdump_prs-issues" |
| 135 | + pipeline_id = "collect-tcpdump-prs-issues" |
151 | 136 | repo_url = "https://github.com/the-tcpdump-group/tcpdump" |
152 | 137 |
|
153 | 138 |
|
154 | 139 | class CollectJenkinsPRSIssuesPipeline(GitHubCollector): |
155 | | - pipeline_id = "collect_jenkins_prs-issues" |
| 140 | + pipeline_id = "collect-jenkins_prs-issues" |
156 | 141 | repo_url = "https://github.com/jenkinsci/jenkins" |
157 | 142 |
|
158 | 143 |
|
159 | 144 | class CollectGitlabPRSIssuesPipeline(GitLabCollector): |
160 | | - pipeline_id = "collect_gitlab_prs-issues" |
| 145 | + pipeline_id = "collect-gitlab-prs-issues" |
161 | 146 | repo_url = "https://gitlab.com/gitlab-org/gitlab-foss" |
162 | 147 |
|
163 | 148 |
|
164 | 149 | class CollectWiresharkPRSIssuesPipeline(GitLabCollector): |
165 | | - pipeline_id = "collect_wireshark_prs-issues" |
| 150 | + pipeline_id = "collect-wireshark-prs-issues" |
166 | 151 | repo_url = "https://gitlab.com/wireshark/wireshark" |
167 | 152 |
|
168 | 153 |
|
169 | 154 | class CollectQemuPRSIssuesPipeline(GitLabCollector): |
170 | | - pipeline_id = "collect_qemu_prs-issues" |
| 155 | + pipeline_id = "collect-qemu-prs-issues" |
171 | 156 | repo_url = "https://gitlab.com/qemu-project/qemu" |
0 commit comments