Commit graph

8 commits

Author SHA1 Message Date
96adace887 release: 14.0-v0.5.1 — Odoo 14 port verified green (69/69)
Full suite passes on a live odoo:14.0 instance; module installs cleanly.
PORTING.md marked complete with the full list of resolved Odoo-14 deltas.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:54:38 -04:00
5fdbcdadc9 release: v0.5.0 — establish Odoo 14.0 branch (ITSulu production target)
Seed the 14.0 series branch from the 17.0 baseline:
- .odoo-series = 14.0; Dockerfile FROM odoo:14.0; manifest 14.0.0.5.0
- PORTING.md tracks the Odoo-14 checklist (biggest delta: mail templates
  must revert to Odoo 14's Jinja2 syntax; render API differs)
- README retargeted to 14.0 with porting-in-progress notice
- CHANGELOG v0.5.0 entry

NOTE: seeded from 17.0 — the Odoo-14 port is NOT yet verified (PORTING.md).
Not deploy-ready on the production 14.0 instance until the suite is green there.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:17:49 -04:00
5ed2851ee5 chore: make versioning series-aware for multi-Odoo-version branches
Prepares for the odoo/odoo-style branch-per-Odoo-release model (19.0, 14.0).

- bump-version.sh resolves the Odoo series from .odoo-series file > branch
  name > 17.0 fallback; manifest version becomes <series>.<product>; release
  tags are namespaced as <series>-v<product> (e.g. 19.0-v0.5.0).
- CLAUDE.md §15: new "Odoo version branches" subsection + series-aware
  sources-of-truth table, release process, and rules.
- README: branch-model pointer (19.0 latest stable, 14.0 ITSulu).

main stays the 17.0 baseline; 19.0 and 14.0 branches are created from here.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:14:12 -04:00
c039b5f0cb release: v0.4.8 — CI pipeline green + Odoo 17 fixes (squash of !1)
Squash-merge of fix/ci-pipeline-corrections. Drives the full test suite
to 69/69 green on the ITSulu K8s cluster and fixes two production bugs.

Production fixes:
- Email template migrated from dead Odoo Mako (${}/% for) to Odoo 17
  inline_template ({{ }}) + qweb body (type="html", t-out/t-foreach/t-if).
  Notification emails previously rendered raw code in the subject/body.
- _create_blog_post now writes 'content': llm_response.body_html — every
  auto-generated post was publishing empty.
- Removed duplicate itsulu_social_id field (startup warning).

Testing & infra:
- CI pipeline corrected (stage order, DB auth, junit artifact, addons path).
- E2E moved to ephemeral jobs in the itsulu-testing K8s namespace.
- Test code brought up to Odoo 17 (mail rendering, blog.post.content,
  pytest-bdd env fixture, _render_field).

Versioning:
- Introduce MAJOR.MINOR.PATCH scheme, VERSION file, scripts/bump-version.sh,
  CHANGELOG.md; first release v0.4.8. CLAUDE.md §15 documents the process.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 10:58:57 -04:00
eebc86f326 docs: add comprehensive project README with features and usage guide
Replaced GitLab CI template README with complete ITSulu Blog Publisher
documentation including:

- Project overview and core features
- 4 supported LLM providers (Claude, ChatGPT, Gemini, Ollama)
- Test coverage summary (63/63 tests passing)
- Installation and setup instructions
- Usage guide for on-demand and scheduled generation
- Configuration parameters reference
- Architecture overview with models and services
- Development workflow and TDD patterns
- Troubleshooting section
- Phase 2 completion status

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-30 00:46:19 -04:00
392e56ded8 chore: replace README and refactor manifest
Re-order manifest view declarations for consistency.
Simplify redundant field decorations in generation log tree view.
2026-05-29 21:55:16 -04:00
087c21a860 docs: add comprehensive Blog Publisher documentation
Replace generic GitLab CI template with complete Odoo addon documentation
including features, installation, configuration, development workflow,
testing framework, Kubernetes CI/CD setup, and contributing guidelines.
2026-05-29 21:52:59 -04:00
GitLab
384cbe6028 Initialized from 'GitLab CI/CD components' project template
Template repository: https://gitlab.com/gitlab-org/project-templates/gitlab-component-template
Commit SHA: b8b0a4a1821acf43f82912e4bd00a38cea90aa62
2025-03-19 11:40:54 +01:00