Skip to content

Commit dc6fed9

Browse files
committed
Update category in new test package
1 parent d51b12c commit dc6fed9

12 files changed

+32
-12
lines changed

packages/testdata/marshaler/packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
"github": "elastic/ecosystem"
659659
},
660660
"categories": [
661-
"web"
661+
"support"
662662
],
663663
"discovery": {},
664664
"format_version": "3.4.0",

testdata/generated/categories-experimental.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@
4848
"parent_id": "observability",
4949
"parent_title": "Observability"
5050
},
51+
{
52+
"id": "support",
53+
"title": "Support",
54+
"count": 1
55+
},
5156
{
5257
"id": "web",
5358
"title": "Web Server",
54-
"count": 5,
59+
"count": 4,
5560
"parent_id": "observability",
5661
"parent_title": "Observability"
5762
}

testdata/generated/categories-prerelease-capabilities-none.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@
4848
"parent_id": "observability",
4949
"parent_title": "Observability"
5050
},
51+
{
52+
"id": "support",
53+
"title": "Support",
54+
"count": 1
55+
},
5156
{
5257
"id": "web",
5358
"title": "Web Server",
54-
"count": 5,
59+
"count": 4,
5560
"parent_id": "observability",
5661
"parent_title": "Observability"
5762
}

testdata/generated/categories-prerelease-capabilities-observability-security.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@
4848
"parent_id": "observability",
4949
"parent_title": "Observability"
5050
},
51+
{
52+
"id": "support",
53+
"title": "Support",
54+
"count": 1
55+
},
5156
{
5257
"id": "web",
5358
"title": "Web Server",
54-
"count": 5,
59+
"count": 4,
5560
"parent_id": "observability",
5661
"parent_title": "Observability"
5762
}

testdata/generated/categories-prerelease.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@
4848
"parent_id": "observability",
4949
"parent_title": "Observability"
5050
},
51+
{
52+
"id": "support",
53+
"title": "Support",
54+
"count": 1
55+
},
5156
{
5257
"id": "web",
5358
"title": "Web Server",
54-
"count": 5,
59+
"count": 4,
5560
"parent_id": "observability",
5661
"parent_title": "Observability"
5762
}

testdata/generated/package/discovery_empty/0.1.0/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"github": "elastic/ecosystem"
3333
},
3434
"categories": [
35-
"web"
35+
"support"
3636
],
3737
"discovery": {},
3838
"format_version": "3.4.0",

testdata/generated/search-content-packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"github": "elastic/ecosystem"
3434
},
3535
"categories": [
36-
"web"
36+
"support"
3737
],
3838
"discovery": {}
3939
},

testdata/generated/search-package-experimental.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"github": "elastic/ecosystem"
296296
},
297297
"categories": [
298-
"web"
298+
"support"
299299
],
300300
"discovery": {}
301301
},

testdata/generated/search-package-prerelease.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"github": "elastic/ecosystem"
296296
},
297297
"categories": [
298-
"web"
298+
"support"
299299
],
300300
"discovery": {}
301301
},

testdata/generated/search-prerelease-capabilities-none.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"github": "elastic/ecosystem"
296296
},
297297
"categories": [
298-
"web"
298+
"support"
299299
],
300300
"discovery": {}
301301
},

0 commit comments

Comments
 (0)