Mark
|
8138acb7f7
|
feat: replace hardcoded navigation with CMS-managed models
CI / nightly-e2e (pull_request) Has been skipped
CI / deploy (pull_request) Has been skipped
CI / ci (pull_request) Failing after 14s
CI / pr-e2e (pull_request) Failing after 1m19s
Replace static nav/footer links with Wagtail-managed NavigationMenuItem
and SocialMediaLink orderables on SiteSettings. Unpublished pages are
automatically excluded from rendering, fixing the dead-link problem.
- Extend SiteSettings with site_name, tagline, footer_description,
copyright_text branding fields
- Add NavigationMenuItem orderable (link_page/link_url, show_in_header,
show_in_footer, sort_order) with automatic live-page filtering
- Add SocialMediaLink orderable with platform icon templates
- New template tags: get_nav_items, get_social_links
- Update nav.html and footer.html to render from CMS data
- Data migration seeds existing hardcoded values for zero-change deploy
- Update seed_e2e_content command for test/dev environments
- 18 new tests covering models, template tags, and rendered output
Closes #32
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-03-02 18:45:03 +00:00 |
|
codex_a
|
9d323d2040
|
feat: add comprehensive Playwright E2E test suite
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Successful in 1m22s
CI / pr-e2e (pull_request) Failing after 3m28s
- Create e2e/ directory with 7 test modules covering:
- Home page: title, nav links, theme toggle, newsletter form
- Cookie consent: accept all, reject all, granular prefs, persistence
- Article index: loads, tag filter, click-through navigation
- Article detail: title/read-time, share section, comments, newsletter aside, related
- Comments: valid submit → redirect, empty body → error display, disabled check
- Newsletter: JS confirmation message, invalid email error, aside form, duplicate
- Feeds: RSS/sitemap/robots.txt validity, tag feed, seeded content present
- Extend seed_e2e_content management command with tagged article, about page,
no-comments article, and legal pages for richer test coverage
- Add seed command tests (create + idempotency) to keep coverage ≥ 90%
- Add pr-e2e CI job (runs on pull_request): builds image, starts postgres + app,
installs playwright, runs pytest e2e/
- Update nightly-e2e to run full e2e/ suite alongside legacy journey test
- Add --ignore=e2e to unit-test pytest step (coverage must not include browser tests)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-28 19:30:43 +00:00 |
|
Mark
|
c4fde90a9c
|
fix(spec): enforce read-time budget and re-render invalid comment submissions
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Successful in 1m1s
|
2026-02-28 17:36:34 +00:00 |
|
Mark
|
5adff60d4b
|
docs+comments: align plan with gitea PR-only CI and close remaining blockers
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 20s
|
2026-02-28 17:17:19 +00:00 |
|
Mark
|
29e3589b1a
|
fix(ci): avoid docker subnet exhaustion and harden nightly feed check
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 3m40s
|
2026-02-28 16:43:20 +00:00 |
|
Mark
|
14db1bb57e
|
fix(ci): address PR blockers and move CI/nightly off sqlite
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 35s
|
2026-02-28 16:38:37 +00:00 |
|
Codex_B
|
36ac487cbd
|
Resolve PR review gaps across comments, security, feeds, and UX
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Successful in 48s
|
2026-02-28 13:47:21 +00:00 |
|
Codex_B
|
932b05cc02
|
Add performance regression tests for core page flows
CI / ci (pull_request) Successful in 48s
|
2026-02-28 13:23:24 +00:00 |
|
Codex_B
|
683cba4280
|
Complete missing UX flows and production integrity commands
CI / ci (pull_request) Successful in 32s
|
2026-02-28 13:20:25 +00:00 |
|
Codex_B
|
eb2cdfc5f2
|
Add granular consent preference flow and regression tests
CI / typecheck (pull_request) Failing after 2m13s
CI / lint (pull_request) Failing after 2m20s
CI / tests (pull_request) Failing after 2m41s
|
2026-02-28 12:41:26 +00:00 |
|
Codex_B
|
82e6bc2ee0
|
Add security regression tests for headers, robots and CSRF forms
CI / typecheck (pull_request) Failing after 2m21s
CI / tests (pull_request) Failing after 3m14s
CI / lint (pull_request) Failing after 3m16s
|
2026-02-28 12:40:20 +00:00 |
|
Codex_B
|
6fc28f9d9a
|
Implement newsletter double opt-in email flow and CSP nonce headers
CI / lint (pull_request) Failing after 2m13s
CI / tests (pull_request) Failing after 2m18s
CI / typecheck (pull_request) Failing after 2m39s
|
2026-02-28 12:37:32 +00:00 |
|
Codex_B
|
8970f4d8de
|
Add Docker-executed pytest suite with >90% coverage
|
2026-02-28 11:53:05 +00:00 |
|