mirror of
https://gitlab.com/itsulu-odoo/itsulu-blog-publisher.git
synced 2026-05-30 23:41:23 +00:00
ITSulu Blog Publisher Odoo addon
Created 5 feature files covering blog generation, scheduling, LLM provider selection, SEO population, and notification emails. These files define the Gherkin scenarios that pytest-bdd will generate test functions for. - blog_generation.feature: On-demand generation with auto-publish toggle - blog_scheduling.feature: Scheduled cron slot execution - llm_provider_selection.feature: Provider dispatch and error handling - seo_population.feature: SEO metadata and tag assignment - notification_email.feature: Email notifications after generation Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| addons/itsulu_blog_publisher | ||
| docs | ||
| templates | ||
| .gitlab-ci.yml | ||
| ARCHITECTURE.md | ||
| CLAUDE.md | ||
| conftest.py | ||
| conftest_runner.py | ||
| Dockerfile | ||
| LICENCE | ||
| main.py | ||
| PHASE2_ROADMAP.md | ||
| README.md | ||
Gitlab component template
Components
<Component-name>
Use this component to <component-description>.
To add this component to your CI/CD pipeline, add the following include entry to your project's CI/CD configuration:
include:
- component: https://gitlab.com/<your project path>/<name of your template>@<tag>
Where <tag> is the release tag you want to use (releases list).
Inputs
The template contains some optional inputs:
| Input | Default value | Description |
|---|---|---|
job_name |
job-template |
The job name. |
image |
busybox:latest |
The container image to use to run the job. |
stage |
test |
The stage name for the job. |
Documentation
This project includes a MVC structure to help you get started with Gitlab CI/CD components. The template provides the basic file structure to create your own single component. This project should be public, or one of the jobs in the project's pipeline won't work.
Licence
The licence can be changed. By default this project has the MIT Licence.