Add runtime site config editing #63
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-fbb9f988-runtime-site-config-editing"
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?
Summary
Add runtime site config editing through the Slugkit API, OpenAPI document, and
slugCLI.Task
Task: #task-fbb9f988
Changes
GET /api/v1/site-configandPATCH /api/v1/site-configroutes.slug site config showandslug site config set <field> <value>commands that call the API.Testing
make dev, local migrated DB/API key,slug site config set tagline "CLI Smoke Tagline" --json, andGET /api/v1/metareflected DB-backed config.make checkpasses./scripts/pre-pr.shpassesChecklist
./scripts/pre-pr.shpassesPR Review: Approved
Summary
Reviewed PR #63 at commit
9cc7461. The PR delivers the runtime site config editing slice through the product path: authenticated API routes, OpenAPI contract, CLI commands using the API, tests, and docs. Manual smoke and CI are reported green.Acceptance Criteria
GET /api/v1/site-configreturns the supported site identity/homepage config fields behind bearer auth.PATCH /api/v1/site-configvalidates and persists partial updates viaupdateSiteConfig./site-configincludessiteConfig.getandsiteConfig.update, plus request/response schemas.slugCLI: met —slug site config showandslug site config set <field> <value>use the configured API client./and/api/v1/meta; manual smoke verified CLI update and metadata reflection.make check,./scripts/pre-pr.sh, and Forgejo CI passed.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge after explicit human approval.