Skip to content

Commit acf64c8

Browse files
authored
mirage: Remove badges from fixtures (#5430)
1 parent 9b49905 commit acf64c8

File tree

1 file changed

+3
-65
lines changed

1 file changed

+3
-65
lines changed

mirage/fixtures/crates.js

Lines changed: 3 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
export default [
22
{
3-
badges: [
4-
{
5-
badge_type: 'maintenance',
6-
attributes: {
7-
status: 'actively-developed',
8-
},
9-
},
10-
],
3+
badges: [],
114
created_at: '2014-11-23T09:01:21Z',
125
description: 'A Kinetic protocol library written in Rust',
136
documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/',
@@ -22,14 +15,7 @@ export default [
2215
versionIds: [],
2316
},
2417
{
25-
badges: [
26-
{
27-
badge_type: 'maintenance',
28-
attributes: {
29-
value: 'actively-developed',
30-
},
31-
},
32-
],
18+
badges: [],
3319
categoryIds: [],
3420
created_at: '2014-12-08T02:08:06Z',
3521
description: 'A high-level, Rust idiomatic wrapper around nanomsg.',
@@ -70,55 +56,7 @@ export default [
7056
name: 'rust_mixin',
7157
repository: 'https://github.com/huonw/external_mixin',
7258
updated_at: '2015-02-27T11:52:13Z',
73-
badges: [
74-
{
75-
attributes: {
76-
project: 'robertohuertasm/github-oss',
77-
pipeline: 'microserver',
78-
build: '2',
79-
},
80-
badge_type: 'azure-devops',
81-
},
82-
{
83-
attributes: {
84-
repository: 'huonw/external_mixin',
85-
},
86-
badge_type: 'appveyor',
87-
},
88-
{
89-
attributes: {
90-
branch: 'master',
91-
repository: 'huonw/external_mixin',
92-
},
93-
badge_type: 'travis-ci',
94-
},
95-
{
96-
attributes: {
97-
repository: 'huonw/external_mixin',
98-
},
99-
badge_type: 'is-it-maintained-issue-resolution',
100-
},
101-
{
102-
attributes: {
103-
repository: 'huonw/external_mixin',
104-
},
105-
badge_type: 'is-it-maintained-open-issues',
106-
},
107-
{
108-
attributes: {
109-
branch: 'master',
110-
repository: 'huonw/external_mixin',
111-
},
112-
badge_type: 'codecov',
113-
},
114-
{
115-
attributes: {
116-
branch: 'master',
117-
repository: 'huonw/external_mixin',
118-
},
119-
badge_type: 'coveralls',
120-
},
121-
],
59+
badges: [],
12260
versionIds: [],
12361
},
12462
{

0 commit comments

Comments
 (0)