Skip to content

feat(atompub): parse full Org metadata block server-side - #1204

Merged
mdorman merged 15 commits into
mainfrom
issue-77-org-header-block
Aug 26, 2026
Merged

feat(atompub): parse full Org metadata block server-side#1204
mdorman merged 15 commits into
mainfrom
issue-77-org-header-block

Conversation

@mdorman

@mdorman mdorman commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Closes #77

Summary

  • parse and validate the leading Org/Jaunder metadata block through one shared normalization interface
  • merge web and AtomPub structured metadata with header fallback, then store canonical metadata-free Org source
  • validate audiences, lifecycle/date metadata, and identity/sync bookkeeping atomically across SQLite and PostgreSQL
  • preserve client compatibility with web, AtomPub, and Emacs round-trip coverage

Verification

  • cargo xtask precommit
  • cargo xtask prepush
  • focused common, storage, web, AtomPub, and Emacs test lanes
  • cargo xtask e2e-local posts.spec.ts
  • cargo xtask e2e-local atompub.spec.ts
  • final two-axis Standards/Spec review and post-rebase conformance review: pass

@mdorman
mdorman enabled auto-merge August 26, 2026 17:43
@mdorman
mdorman force-pushed the issue-77-org-header-block branch 2 times, most recently from 6666450 to 857bc6e Compare August 26, 2026 18:59
@mdorman
mdorman force-pushed the issue-77-org-header-block branch from cedfaa8 to e54896f Compare August 26, 2026 20:35
@mdorman
mdorman added this pull request to the merge queue Aug 26, 2026
Merged via the queue into main with commit 56c5f72 Aug 26, 2026
7 checks passed
@mdorman
mdorman deleted the issue-77-org-header-block branch August 26, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

atompub: parse the full org header block server-side (raw-org web authoring)

1 participant