From 602b236c7feaec3b0474c98ecfa8ae47ff87c96d Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Wed, 1 Feb 2023 12:23:29 -0800 Subject: [PATCH 1/2] Adopt webhooks plugin --- _data/notices.yaml | 8 ++++++++ _data/update_check_overlays.yaml | 2 ++ _plugins/webhooks.md | 16 +++++++++++----- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/_data/notices.yaml b/_data/notices.yaml index b7069d0af896..16b00eefd5b6 100644 --- a/_data/notices.yaml +++ b/_data/notices.yaml @@ -220,3 +220,11 @@ repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below. link: https://github.com/synman/OctoPrint-SystemCommandEditor/releases/tag/1.0.0 +- plugin: webhooks + pluginversions: ["<3.1.3"] + versions: [] + date: 2023-2-2 12:00:00Z + text: Version 3.1.3+ of this plugin is available from a new maintainer, but your version still looks for updates at the + repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin + repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below. + link: https://github.com/derekantrican/OctoPrint-Webhooks/releases/tag/3.1.3 \ No newline at end of file diff --git a/_data/update_check_overlays.yaml b/_data/update_check_overlays.yaml index eac5ec269047..ea1d50d0c33c 100644 --- a/_data/update_check_overlays.yaml +++ b/_data/update_check_overlays.yaml @@ -49,3 +49,5 @@ excluderegion: user: bradcfisher SlicerSettingsParser: user: larsjuhw +webhooks: + user: derekantrican diff --git a/_plugins/webhooks.md b/_plugins/webhooks.md index 382f4c59ca0f..c68449d0fcf5 100644 --- a/_plugins/webhooks.md +++ b/_plugins/webhooks.md @@ -4,14 +4,16 @@ layout: plugin id: webhooks title: OctoPrint-Webhooks description: This allows you to send a webhook to any URL when events happen on OctoPrint. -author: Blane Townsend +authors: +- Derek Antrican (Current) +- Blane Townsend (Original) license: AGPLv3 date: 2020-04-29 -homepage: https://github.com/2blane/OctoPrint-Webhooks -source: https://github.com/2blane/OctoPrint-Webhooks -archive: https://github.com/2blane/OctoPrint-Webhooks/archive/master.zip +homepage: https://github.com/derekantrican/OctoPrint-Webhooks +source: https://github.com/derekantrican/OctoPrint-Webhooks +archive: https://github.com/derekantrican/OctoPrint-Webhooks/archive/master.zip tags: - webhook @@ -35,6 +37,10 @@ compatibility: --- +# *NOTE: this plugin has been abandoned by the original creator and adopted here by a new maintainer* + +For now, the below is preserved as the former README (except for a change to the setup URL) + # OctoPrint-Webhooks This allows you to send a webhook (a.k.a. API Request) to any URL when certain events happen on OctoPrint such as when @@ -51,7 +57,7 @@ I wrote a blog post to explain more about what this plugin is and why I built it Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html) or manually using this URL: - https://github.com/2blane/OctoPrint-Webhooks/archive/master.zip + https://github.com/derekantrican/OctoPrint-Webhooks/archive/master.zip Once you've installed the plugin, go to the settings page for this plugin. The page is called "Webhooks". Select which events will trigger a webhook, then change the following: From bb3cc7f429cbf2a71f1868f446d9038750719db0 Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Wed, 1 Feb 2023 12:41:21 -0800 Subject: [PATCH 2/2] Removed parenthetical comments from authors --- _plugins/webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_plugins/webhooks.md b/_plugins/webhooks.md index c68449d0fcf5..8b75a439036c 100644 --- a/_plugins/webhooks.md +++ b/_plugins/webhooks.md @@ -5,8 +5,8 @@ id: webhooks title: OctoPrint-Webhooks description: This allows you to send a webhook to any URL when events happen on OctoPrint. authors: -- Derek Antrican (Current) -- Blane Townsend (Original) +- Derek Antrican +- Blane Townsend license: AGPLv3 date: 2020-04-29