Skip to content

Commit 3159296

Browse files
Update extension list
1 parent 3d3d017 commit 3159296

File tree

1 file changed

+54
-18
lines changed

1 file changed

+54
-18
lines changed

extensions.json

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"tags": ["Jump Start"],
2+
"tags": [
3+
"Jump Start"
4+
],
35
"requiredFeatures": [
46
"API Publishing",
57
"OAuth Integrations",
@@ -35,7 +37,9 @@
3537
}
3638
}
3739
],
38-
"tags": ["Jump Start"]
40+
"tags": [
41+
"Jump Start"
42+
]
3943
},
4044
{
4145
"name": "fastapitableau-example",
@@ -72,7 +76,9 @@
7276
}
7377
}
7478
],
75-
"tags": ["Jump Start"]
79+
"tags": [
80+
"Jump Start"
81+
]
7682
},
7783
{
7884
"name": "landing-page",
@@ -93,7 +99,9 @@
9399
"minimumConnectVersion": "2025.04.0"
94100
}
95101
],
96-
"tags": ["Jump Start"]
102+
"tags": [
103+
"Jump Start"
104+
]
97105
},
98106
{
99107
"name": "plumbertableau-example",
@@ -130,7 +138,9 @@
130138
}
131139
}
132140
],
133-
"tags": ["Jump Start"]
141+
"tags": [
142+
"Jump Start"
143+
]
134144
},
135145
{
136146
"name": "portfolio-dashboard",
@@ -161,7 +171,9 @@
161171
}
162172
}
163173
],
164-
"tags": ["Jump Start"]
174+
"tags": [
175+
"Jump Start"
176+
]
165177
},
166178
{
167179
"name": "portfolio-report",
@@ -192,7 +204,9 @@
192204
}
193205
}
194206
],
195-
"tags": ["Jump Start"]
207+
"tags": [
208+
"Jump Start"
209+
]
196210
},
197211
{
198212
"name": "publisher-command-center",
@@ -288,7 +302,9 @@
288302
}
289303
}
290304
],
291-
"tags": ["Jump Start"]
305+
"tags": [
306+
"Jump Start"
307+
]
292308
},
293309
{
294310
"name": "quarto-stock-report-python",
@@ -339,17 +355,19 @@
339355
}
340356
}
341357
],
342-
"tags": ["Jump Start"]
358+
"tags": [
359+
"Jump Start"
360+
]
343361
},
344362
{
345363
"name": "reaper",
346-
"title": "Reaper",
347-
"description": "A view to a kill.",
364+
"title": "Process Monitor",
365+
"description": "A process management tool for Connect. Monitor running processes for your apps and dashboards: see detailed information about them and terminate them if they are stuck or causing issues.",
348366
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper",
349367
"latestVersion": {
350-
"version": "0.0.2",
351-
"released": "2025-04-16T22:32:48Z",
352-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/reaper%40v0.0.2/reaper.tar.gz",
368+
"version": "0.0.3",
369+
"released": "2025-05-08T23:18:53Z",
370+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/reaper%40v0.0.3/reaper.tar.gz",
353371
"minimumConnectVersion": "2025.04.0",
354372
"requiredEnvironment": {
355373
"python": {
@@ -358,6 +376,17 @@
358376
}
359377
},
360378
"versions": [
379+
{
380+
"version": "0.0.3",
381+
"released": "2025-05-08T23:18:53Z",
382+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/reaper%40v0.0.3/reaper.tar.gz",
383+
"minimumConnectVersion": "2025.04.0",
384+
"requiredEnvironment": {
385+
"python": {
386+
"requires": "~=3.8"
387+
}
388+
}
389+
},
361390
{
362391
"version": "0.0.2",
363392
"released": "2025-04-16T22:32:48Z",
@@ -380,7 +409,8 @@
380409
}
381410
}
382411
}
383-
]
412+
],
413+
"tags": []
384414
},
385415
{
386416
"name": "stock-api-fastapi",
@@ -417,7 +447,9 @@
417447
}
418448
}
419449
],
420-
"tags": ["Jump Start"]
450+
"tags": [
451+
"Jump Start"
452+
]
421453
},
422454
{
423455
"name": "stock-api-flask",
@@ -454,7 +486,9 @@
454486
}
455487
}
456488
],
457-
"tags": ["Jump Start"]
489+
"tags": [
490+
"Jump Start"
491+
]
458492
},
459493
{
460494
"name": "stock-api-plumber",
@@ -491,7 +525,9 @@
491525
}
492526
}
493527
],
494-
"tags": ["Jump Start"]
528+
"tags": [
529+
"Jump Start"
530+
]
495531
},
496532
{
497533
"name": "usage-metrics-dashboard",

0 commit comments

Comments
 (0)