Gogs#
Gogs is currently archived by Software Heritage:
Gogs (Go Git Service) is a Git hosting platform.
Software Heritage’s Gogs lister queries the project API (eg. https://try.gogs.io/api/v1/repos/search for try.gogs.io), usually with an authentication token as Gogs does not allow anonymous access.
It provides an updated_at
field for each repository, matching the last time
the repository (TODO: or project? does it cover stuff like PRs and issues?) was updated;
which is passed as last_update
to the scheduler.
Software Heritage does not have a specific loader for Gitea; the Git loader is used instead.
Therefore, origin URLs are Gogs’s canonical URLs for the corresponding Git
repository: https://domain/owner/name.git`
New Gogs instances can be submitted to Software Heritage through the Add Forge Now interface.
Software Heritage does not yet archive extrinsic project metadata (eg. project description) from Gogs.