From fa34977452e6cfaa175dafde9f5bddd2c3518066 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 6 Jun 2026 15:03:02 +0200 Subject: [PATCH] todo(18): done MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit byteb4rb1e.utils.saas.forgejo delivered as a thin layer over byteb4rb1e.utils.http.client, mirroring the Bitbucket wrapper against the Forgejo REST API v1: token auth headers, repository existence check, repository creation under the authenticated user (/user/repos) or an organization (/orgs/{org}/repos). No instance URL hardcoded — every operation takes a host parameter via api_url(). Both ssh_clone_url and https_clone_url exposed. 12 unit tests cover all operations; 95/95 pass via tox -e unit-py313 with no mypy errors beyond the repo baseline. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index df1669c..db556b7 100644 --- a/TODO +++ b/TODO @@ -219,7 +219,7 @@ Content-Type: application/issue ID: 18 Type: feature Title: implement saas wrapper for Forgejo -Status: in-progress +Status: done Priority: medium Created: 2026-06-06 Relationships: