From 53dd26a80d0ec1df5cff917f88dd450c811e6a3b Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Thu, 8 May 2025 14:16:09 -0500 Subject: [PATCH 1/4] Some more wrods --- extensions/reaper/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/reaper/manifest.json b/extensions/reaper/manifest.json index ab62ccfb..802b855a 100644 --- a/extensions/reaper/manifest.json +++ b/extensions/reaper/manifest.json @@ -31,8 +31,8 @@ }, "extension": { "name": "reaper", - "title": "Reaper", - "description": "A view to a kill.", + "title": "Process monitor", + "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.", "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper", "minimumConnectVersion": "2025.04.0", "version": "0.0.2" From 0502553c7ca1fc8cc59831924e11f515bc40fbaf Mon Sep 17 00:00:00 2001 From: Toph Allen Date: Thu, 8 May 2025 15:38:31 -0400 Subject: [PATCH 2/4] add basic text to readme --- extensions/reaper/README.md | 3 +++ extensions/reaper/connect-extension.qmd | 9 --------- extensions/reaper/manifest.json | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 extensions/reaper/README.md delete mode 100644 extensions/reaper/connect-extension.qmd diff --git a/extensions/reaper/README.md b/extensions/reaper/README.md new file mode 100644 index 00000000..0a50ad66 --- /dev/null +++ b/extensions/reaper/README.md @@ -0,0 +1,3 @@ +# Reaper + +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. diff --git a/extensions/reaper/connect-extension.qmd b/extensions/reaper/connect-extension.qmd deleted file mode 100644 index f7e71f91..00000000 --- a/extensions/reaper/connect-extension.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: reaper -categories: - - ps - - shiny - - python ---- - -kill your darlings diff --git a/extensions/reaper/manifest.json b/extensions/reaper/manifest.json index 802b855a..d3e65aac 100644 --- a/extensions/reaper/manifest.json +++ b/extensions/reaper/manifest.json @@ -35,6 +35,6 @@ "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.", "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper", "minimumConnectVersion": "2025.04.0", - "version": "0.0.2" + "version": "0.0.3" } } From be263b7e8d972567351f67bbee6bdbc84ad91211 Mon Sep 17 00:00:00 2001 From: Toph Allen Date: Thu, 8 May 2025 15:55:29 -0400 Subject: [PATCH 3/4] Update README.md --- extensions/reaper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/reaper/README.md b/extensions/reaper/README.md index 0a50ad66..61953de0 100644 --- a/extensions/reaper/README.md +++ b/extensions/reaper/README.md @@ -1,3 +1,3 @@ -# Reaper +# Process Monitor 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. From 250d0c404de422bf9dfa9e81b69b3ca35694107e Mon Sep 17 00:00:00 2001 From: Toph Allen Date: Thu, 8 May 2025 15:56:00 -0400 Subject: [PATCH 4/4] Update extensions/reaper/manifest.json --- extensions/reaper/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/reaper/manifest.json b/extensions/reaper/manifest.json index d3e65aac..63ee1d98 100644 --- a/extensions/reaper/manifest.json +++ b/extensions/reaper/manifest.json @@ -31,7 +31,7 @@ }, "extension": { "name": "reaper", - "title": "Process monitor", + "title": "Process Monitor", "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.", "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/reaper", "minimumConnectVersion": "2025.04.0",