Skip to content

Commit 1a6fe8a

Browse files
authored
really reap the reaper (#126)
1 parent 3159296 commit 1a6fe8a

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

extensions.json

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -359,59 +359,6 @@
359359
"Jump Start"
360360
]
361361
},
362-
{
363-
"name": "reaper",
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.",
366-
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper",
367-
"latestVersion": {
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",
371-
"minimumConnectVersion": "2025.04.0",
372-
"requiredEnvironment": {
373-
"python": {
374-
"requires": "~=3.8"
375-
}
376-
}
377-
},
378-
"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-
},
390-
{
391-
"version": "0.0.2",
392-
"released": "2025-04-16T22:32:48Z",
393-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/reaper%40v0.0.2/reaper.tar.gz",
394-
"minimumConnectVersion": "2025.04.0",
395-
"requiredEnvironment": {
396-
"python": {
397-
"requires": "~=3.8"
398-
}
399-
}
400-
},
401-
{
402-
"version": "0.0.1",
403-
"released": "2025-03-19T22:59:58Z",
404-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/reaper%40v0.0.1/reaper.tar.gz",
405-
"minimumConnectVersion": "2025.04.0",
406-
"requiredEnvironment": {
407-
"python": {
408-
"requires": "~=3.8"
409-
}
410-
}
411-
}
412-
],
413-
"tags": []
414-
},
415362
{
416363
"name": "stock-api-fastapi",
417364
"title": "FastAPI Stock Pricing Service",
@@ -567,4 +514,4 @@
567514
"tags": []
568515
}
569516
]
570-
}
517+
}

extensions/reaper/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"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.",
3636
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper",
3737
"minimumConnectVersion": "2025.04.0",
38-
"version": "0.0.3"
38+
"version": "0.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)