refactor(config): migrer le flux RSS vers l'endpoint commun #60

Merged
Codex merged 1 commits from refactor/issue-16-blog-endpoint into refactor/issue-16-caldav-endpoint 2026-09-13 12:10:52 +02:00
Collaborator

Résumé

  • migre le flux RSS vers BLOG_ENDPOINT__URL et ExternalEndpoint ;
  • conserve BLOG_RSS_URL avec DeprecationWarning ;
  • limite le RSS à HTTPS, avec file:// uniquement pour les fixtures locales ;
  • adapte la composition du pipeline et la documentation.

Validation

  • PYTHONPATH=$PWD pytest --import-mode=importlib tests/integration/test_pipeline_runner.py tests/unit/test_blog_client.py tests/unit/test_config.py -q : 89 passed
  • ruff check . : OK
  • mypy . : Success, 110 fichiers
  • hooks pre-commit complets : OK
  • git diff --check : OK

PR empilée sur #59 pour #16.

@reviewer revue demandée.

## Résumé - migre le flux RSS vers `BLOG_ENDPOINT__URL` et `ExternalEndpoint` ; - conserve `BLOG_RSS_URL` avec `DeprecationWarning` ; - limite le RSS à HTTPS, avec `file://` uniquement pour les fixtures locales ; - adapte la composition du pipeline et la documentation. ## Validation - `PYTHONPATH=$PWD pytest --import-mode=importlib tests/integration/test_pipeline_runner.py tests/unit/test_blog_client.py tests/unit/test_config.py -q` : 89 passed - `ruff check .` : OK - `mypy .` : Success, 110 fichiers - hooks pre-commit complets : OK - `git diff --check` : OK PR empilée sur #59 pour #16. @reviewer revue demandée.
Codex added 1 commit 2026-09-13 11:53:02 +02:00
Codex merged commit 86482a048a into refactor/issue-16-caldav-endpoint 2026-09-13 12:10:52 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AntoineVe/college-infos#60