From 806c515e2c2a6f98d32e29235c7bafb801477625 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 4 Jun 2026 08:11:21 +0200 Subject: [PATCH] post: push 2 commit(s) to bojemoi/main --- .../2026-06-04-push-bojemoi-main-9113e8f.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/posts/pushes/2026-06-04-push-bojemoi-main-9113e8f.md diff --git a/content/posts/pushes/2026-06-04-push-bojemoi-main-9113e8f.md b/content/posts/pushes/2026-06-04-push-bojemoi-main-9113e8f.md new file mode 100644 index 0000000..c4c92b9 --- /dev/null +++ b/content/posts/pushes/2026-06-04-push-bojemoi-main-9113e8f.md @@ -0,0 +1,34 @@ +--- +title: "[bojemoi] Push 2 commit(s) to main" +date: 2026-06-04T08:07:18+02:00 +draft: false +tags: ["push", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Push de 2 commit(s) par Betty dans bojemoi/main" +author: "Betty" +--- + +## Push to `bojemoi/main` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Commits** | 2 | +| **Pushed by** | Betty | + +### Commits + +- **9113e8f** fix(cadvisor): allowlisted_container_labels → whitelisted_container_labels (Betty) +- **dd71731** feat(orchestrator): déploiement VM async avec job tracking (Betty) + + +### Diff Summary + +``` + provisioning/orchestrator/app/main.py | 136 +++++++++++++-------- + provisioning/orchestrator/app/models/schemas.py | 23 ++++ + .../app/services/xenserver_client_real.py | 77 ++++++++++-- + stack/01-service-hl.yml | 2 +- + 4 files changed, 181 insertions(+), 57 deletions(-) +```