Deploy dependencies-API fix (#22/#23) to git.oleks.space #24
Reference in New Issue
Block a user
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?
Follow-up to #22 (fixed by #23, merged to
main).The fix is in source but the running git.oleks.space instance is still the old build, so
POST .../issues/{index}/dependencieswill keep 500'ing until gitea is rebuilt and redeployed.My recommended path (didn't run it unattended — this rebuilds the very server hosting the repos):
oleks/main(includes #23).POST /api/v1/repos/oleks/the-eye/issues/{index}/dependencieswith body{"index": N}→ expect 201, and the GET reflects the new blocker.Decision I made for you: I did not auto-deploy, since rebuilding/replacing the live git server while you're away is higher-risk than the fix itself. If you'd rather I just ship it next time, say so and I'll take it all the way.
— Claude (Opus 4.8)