py-gitea/gitea
Meik Specht 81dfd0d463 Added dict parameter to repo.get_commits() to define what shall be pulled.
In a large repository, get_commits() will run into too many recursions.
I added the possibility to define sha, page, limit (all from the API documentation)
and the additional non-API parameter pages, which defines how many pages of commits
shall be requested. The default for pages is -1, which will request pages indefinitely.

I also added the commit message property the the Commit class/object.
I also added the commit_date property that is read from the commiter structure
below the commit structure because that date represents the actual commit time.
In our case, the Commit.created property contains bogus values because we're importing from SVN.
2021-12-11 03:27:49 +01:00
..
__init__.py reverted naming 2021-01-12 11:10:32 +01:00
basicGiteaApiObject.py added hash implementation for all gitea api objects 2021-11-11 11:02:17 +01:00
exceptions.py refactoring equals for api objects 2021-11-11 10:18:23 +01:00
gitea.py Added dict parameter to repo.get_commits() to define what shall be pulled. 2021-12-11 03:27:49 +01:00
giteaApiObject.py refactoring equals for api objects 2021-11-11 10:18:23 +01:00