QA: vault-import e2e pack and documentation #119
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#119
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The milestone's quality gate: an end-to-end proof over the real fixture vault in CI, plus documentation of the resolution rules users will ask about.
Scope
apps/web/e2e/import-vault.spec.ts(own CI step): build the fixture vault into a ZIP in a helper; as pond admin import it under a parent page with an extra label; assert the sidebar tree structure, a rewritten wikilink navigates to the right page, nested tag labels exist, an image renders, the frontmatter mode is honored; a non-admin does not see the section; the failure path (invalid zip) surfaces the translated error.Acceptance criteria
Technical notes
apps/web/e2e/helpers.ts,apps/web/e2e/import.spec.tsandpage-tree.spec.tsas patterns,.gitea/workflows/ci.yml(chained pack steps + rate-limit reset),docs/manual/pond-admin-guide.md,docs/features.md.Dependencies
Requires #115, #117, #118.
Size
~1 day.
Implemented in
2d51a55. Both new packs run in CI after the graph pack (each preceded by the login rate-limit reset):create-missing-page.spec.tsandimport-vault.spec.ts. The pond-admin guide gained a full vault-import chapter (the three dialog choices; what happens to folders, links incl. the duplicate-name rule, tags, images, embeds; the limits; all-or-nothing), the user guide explains following a link to a page that does not exist yet, and features.md carries both bullets — German mirrors updated throughout.