From 3f3a2065ec65d8a24adf9ba486738604270fc7d9 Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Thu, 30 May 2024 15:29:59 -0500 Subject: [PATCH] Changelog updates --- changelog.d/20240530_151558_danfuchs_notebook_refresh.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog.d/20240530_151558_danfuchs_notebook_refresh.md diff --git a/changelog.d/20240530_151558_danfuchs_notebook_refresh.md b/changelog.d/20240530_151558_danfuchs_notebook_refresh.md new file mode 100644 index 00000000..1777d493 --- /dev/null +++ b/changelog.d/20240530_151558_danfuchs_notebook_refresh.md @@ -0,0 +1,6 @@ +### New features + +- `NotebookRunner` flocks can now pick up changes to their notebooks without having to restart the whole mobu process. This refresh can happen via: + - GitHub `push` webhook post to `/mobu/github/webhook` with changes to a repo and branch that matches the flock config + - `monkeyflocker refresh ` + - `POST` to `/mobu/flocks/{flock}/refresh`