Re: repo groups API methods not documented

2022-09-17 Thread Mads Kiilerich
The failure comes from https://github.com/formencode/formencode/blob/1.3.1/setup.py#L14 . That version check doesn't handle Python 3.10 correctly. One workaround is thus to use Python 3.9 . Kallithea support for 3.10 (such as using formencode 2.0) has landed in the stable branch, but it

Re: repo groups API methods not documented

2022-09-17 Thread Mads Kiilerich
I found that the supported Sphinx version had broken jinja2 dependencies on pypi - fixed by https://kallithea-scm.org/repos/kallithea/changeset/33f1faa7fe044e6cea68bf4bf65f63e2a2dc15e9 . With that, it works for me on linux in a venv per

Re: repo groups API methods not documented

2022-09-17 Thread Mads Kiilerich
Hi That is just the documentation that is incomplete (and perhaps slightly wrong). You can get an idea of the functionality by looking at the implementation in https://kallithea-scm.org/repos/kallithea/files/stable/kallithea/controllers/api/api.py . /Mads On 9/17/22 10:11, Louis

repo groups API methods not documented

2022-09-17 Thread Louis Bertrand
Hello, I am trying to use the API to manage a number of repo groups but I don't see documentation on kallithea.readthedocs.io for methods like get_repo_groups, create_repo_group, and so on. They seem to work. Are they undocumented because not stable? Or is it just a to-do? My use case is