diff --git a/content/posts/commits/2026-07-10-commit-d12f3e6.md b/content/posts/commits/2026-07-10-commit-d12f3e6.md new file mode 100644 index 0000000..bf8e0a6 --- /dev/null +++ b/content/posts/commits/2026-07-10-commit-d12f3e6.md @@ -0,0 +1,45 @@ +--- +title: "[borodino] feat(campagnewp): add WordPress campaign worker service" +date: 2026-07-10T16:52:50+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit d12f3e6 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `d12f3e6` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `d12f3e630921d165575a6d50efe02da9ffc3c07e` | + + +### Description + +- thearm_campagnewp: new worker consuming pentest:campagnewp_queue, + attempts WP account creation via REST API, XML-RPC, and registration form +- Dockerfile.borodino: include thearm_campagnewp +- stack/40-service-borodino.yml: campagnewp-service (3 replicas) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M Dockerfile.borodino +M stack/40-service-borodino.yml +A thearm_campagnewp +``` + +### Diff Summary + +``` + Dockerfile.borodino | 1 + + stack/40-service-borodino.yml | 29 ++++ + thearm_campagnewp | 314 ++++++++++++++++++++++++++++++++++++++++++ + 3 files changed, 344 insertions(+) +```