Skip to content

Commit f286f19

Browse files
authored
Merge pull request #71 from grafana/update-legacy-registry
docs: update legacy registry
2 parents 868f622 + 7703463 commit f286f19

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

cmd/legacy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var extOverrides = map[string]extOverride{ //nolint:gochecknoglobals
231231
"github.com/szkiba/xk6-chai": {},
232232
"github.com/szkiba/xk6-csv": {},
233233
"github.com/szkiba/xk6-dotenv": {},
234-
"github.com/szkiba/xk6-faker": {},
234+
"github.com/grafana/xk6-faker": {},
235235
"github.com/szkiba/xk6-g0": {},
236236
"github.com/szkiba/xk6-mock": {},
237237
"github.com/szkiba/xk6-output-plugin": {},

docs/legacy.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
categories:
1212
- data
1313
- module: github.com/Juandavi1/xk6-prompt
14-
description: Support for input arguments via UI.
14+
description: Support for input arguments via UI
1515
imports:
1616
- k6/x/prompt
1717
categories:
@@ -30,7 +30,7 @@
3030
- reporting
3131
- observability
3232
- module: github.com/SYM01/xk6-proxy
33-
description: Add a dynamic proxy support to k6. Allow changing the HTTP proxy settings in the script.
33+
description: Dynamic proxy support, allow changing the HTTP proxy settings in the script
3434
imports:
3535
- k6/x/proxy
3636
categories:
@@ -103,7 +103,7 @@
103103
categories:
104104
- messaging
105105
- module: github.com/golioth/xk6-coap
106-
description: Interact with Constrained Application Protocol endpoints.
106+
description: Interact with Constrained Application Protocol endpoints
107107
imports:
108108
- k6/x/coap
109109
categories:
@@ -157,6 +157,13 @@
157157
- k6/x/exec
158158
categories:
159159
- misc
160+
- module: github.com/grafana/xk6-faker
161+
description: Generate random fake data
162+
tier: official
163+
imports:
164+
- k6/x/faker
165+
categories:
166+
- data
160167
- module: github.com/grafana/xk6-kubernetes
161168
description: Interact with Kubernetes clusters
162169
tier: official
@@ -203,7 +210,7 @@
203210
- reporting
204211
- data
205212
- module: github.com/grafana/xk6-sql
206-
description: Load-test SQL Servers (PostgreSQL, MySQL and SQLite3 for now)
213+
description: Load-test SQL Servers
207214
tier: official
208215
imports:
209216
- k6/x/sql
@@ -260,7 +267,7 @@
260267
- observability
261268
- data
262269
- module: github.com/mostafa/xk6-kafka
263-
description: Load-test Apache Kafka. Includes support for Avro messages
270+
description: Load test Apache Kafka. Includes support for Avro messages.
264271
imports:
265272
- k6/x/kafka
266273
categories:
@@ -278,7 +285,7 @@
278285
categories:
279286
- data
280287
- module: github.com/phymbert/xk6-sse
281-
description: A k6 extension for Server-Sent Events (SSE)
288+
description: Server Sent Event
282289
imports:
283290
- k6/x/sse
284291
categories:
@@ -326,12 +333,6 @@
326333
- k6/x/dotenv
327334
categories:
328335
- misc
329-
- module: github.com/szkiba/xk6-faker
330-
description: Generate random fake data
331-
imports:
332-
- k6/x/faker
333-
categories:
334-
- data
335336
- module: github.com/szkiba/xk6-g0
336337
description: Write k6 tests in golang
337338
imports:
@@ -345,7 +346,7 @@
345346
categories:
346347
- misc
347348
- module: github.com/szkiba/xk6-output-plugin
348-
description: Write k6 output extension as a dynamically loadable plugin using your favorite programming language
349+
description: Dynamic output extension using your favorite programming language
349350
outputs:
350351
- plugin
351352
categories:
@@ -378,7 +379,7 @@
378379
categories:
379380
- data
380381
- module: github.com/thmshmm/xk6-opentelemetry
381-
description: Generate OpenTelemetry signals from within your test scripts
382+
description: Generate OpenTelemetry signals from k6 tests
382383
imports:
383384
- k6/x/opentelemetry
384385
categories:

0 commit comments

Comments
 (0)