No description
Find a file
Tiara Rodney f6283456bb
feat: relax host restriction in vcs.git URL parsing
parse_base_url and parse_repo_name hard-rejected any host other
than bitbucket.org — a leftover from when bootstrapping required
the Bitbucket API. With the Forgejo saas wrapper (#18) in place,
downstream consumers feed Forgejo-shaped URLs through these
helpers. Drop the host check; SCP-style format validation stays.
Also corrects parse_repo_name's docstring, which was a stale
copy of parse_base_url's.
2026-06-06 16:10:16 +02:00
src/byteb4rb1e feat: relax host restriction in vcs.git URL parsing 2026-06-06 16:10:16 +02:00
tests test: add Forgejo saas wrapper unit tests 2026-06-06 15:00:19 +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(21): in-progress 2026-06-06 16:08:31 +02:00
tox.ini chore: cleanup 2026-03-27 19:00:09 +01:00