From 3ecba81eb5f402d30fc4502c562d544a3ea968be Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 25 Mar 2026 23:05:18 +0100 Subject: [PATCH] post: push 1 commit(s) to bojemoi/main --- .../2026-03-25-push-bojemoi-main-27f5ef4.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md diff --git a/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md b/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md new file mode 100644 index 0000000..5c4a068 --- /dev/null +++ b/content/posts/pushes/2026-03-25-push-bojemoi-main-27f5ef4.md @@ -0,0 +1,33 @@ +--- +title: "[bojemoi] Push 1 commit(s) to main" +date: 2026-03-25T23:05:13+01:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 1 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 1 | +| **Pushed by** | Betty | + +### Commits + +- **27f5ef4** feat(orchestrator): add VulnHub VM automation endpoints (Betty) + + +### Diff Summary + +``` + provisioning/orchestrator/app/main.py | 184 +++++++++++++++++++- + provisioning/orchestrator/app/models/schemas.py | 53 ++++++ + .../orchestrator/app/services/vulnhub_manager.py | 188 +++++++++++++++++++++ + scripts/import_vulnhub_ova.sh | 123 ++++++++++++++ + 4 files changed, 547 insertions(+), 1 deletion(-) +```