No description
Find a file
Tiara Rodney 73c32fdee0 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.
2026-06-06 14:58:00 +02:00
src/byteb4rb1e Merge branch 'feature/20' into develop 2026-06-06 14:55:06 +02:00
tests Merge branch 'feature/20' into develop 2026-06-06 14:55:06 +02:00
.gitignore chore: ignore tox working directory 2025-12-31 14:40:39 +01:00
DEVELOPMENT.md docs: add development guidelines 2026-03-21 18:35:12 +01:00
LICENSE feat(license): add unlicense license 2025-06-20 20:39:19 +02:00
Pipfile chore: cleanup 2026-03-27 19:00:09 +01:00
Pipfile.lock chore: cleanup 2026-03-27 19:00:09 +01:00
pyproject.toml chore: cleanup 2026-03-27 19:00:09 +01:00
TODO todo(18): in-progress 2026-06-06 14:58:00 +02:00
tox.ini chore: cleanup 2026-03-27 19:00:09 +01:00