From 73c32fdee0cce8104b3d5679d6b9a7ac523bd6f8 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 6 Jun 2026 14:58:00 +0200 Subject: [PATCH] todo(18): in-progress byteb4rb1e.utils.saas.forgejo exists as a thin layer over byteb4rb1e.utils.http.client, mirroring the Bitbucket wrapper's operations against the Forgejo REST API (api/v1): token auth headers, repository existence check, repository creation under the authenticated user or an organization. No instance URL is hardcoded: every operation takes a host parameter. Both SSH and HTTPS clone URL construction are exposed. Unit tests cover all operations and pass via tox; no new mypy errors beyond the repo baseline. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 95d08fa..df1669c 100644 --- a/TODO +++ b/TODO @@ -219,7 +219,7 @@ Content-Type: application/issue ID: 18 Type: feature Title: implement saas wrapper for Forgejo -Status: open +Status: in-progress Priority: medium Created: 2026-06-06 Relationships: