Added GiteaLister
Summary: Lister implementation for Gitea, works for (T2313). For now because of https://github.com/go-gitea/gitea/issues/9165 it would require setting its param limit to 50. Reviewers: #reviewers, ardumont Reviewed By: #reviewers, ardumont Subscribers: ardumont Differential Revision: https://forge.softwareheritage.org/D3107
This commit is contained in:
parent
566294749e
commit
1408517c08
12 changed files with 752 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -67,6 +67,7 @@ setup(
|
|||
lister.phabricator=swh.lister.phabricator:register
|
||||
lister.pypi=swh.lister.pypi:register
|
||||
lister.launchpad=swh.lister.launchpad:register
|
||||
lister.gitea=swh.lister.gitea:register
|
||||
""",
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue