stacklok / stacklok/toolhive-registry-server
As a registry client, I want to trigger on-demand registry syncs through an API endpoint, so that I can ensure content is up-to-date without waiting for scheduled syncs
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 27
- Forks
- 15
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 16
Description
Add manual sync endpoint
- Implement
POST /registry/syncfor manual sync triggering - Return 201 (created) or 409 (sync in progress)
- Prevent concurrent syncs
Note that the API endpoint is wrong (we have changed the API layout for the MVP phase)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by confirming the current MVP API layout, since the endpoint named in the issue is obsolete, and locate the existing registry sync entry point. Done means the current endpoint triggers a sync, returns 201 when accepted or 409 during another sync, and has coverage for preventing concurrent runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100