gitea/routers
Richard Mahn da1edbfb79 Feature - Pagination for git tree API (#5838)
* Feature - Pagination for git tree API

* Handles case when page is negative

* Does a for loop over the start and end rather than all entries

* Removed redundent logic

* Adds per_page as a query parameter

* Adds DEFAULT_GIT_TREES_PER_PAGE for settings, ran make fmt

* Fix typo in cheat-sheet en

* Makes page start at 1, generated swagger

* Use updates to SDK

* Updates to use latest sdk

* Updates swagger for tree api

* Adds test for GetTreeBySHA

* Updates per PR reviews

* Updates per PR reviews

* Remove file

* Formatting

* Fix to swagger file

* Fix to swagger

* Update v1_json.tmpl

* Fix to swagger file
2019-02-06 18:19:26 +00:00
..
admin
api/v1 Feature - Pagination for git tree API (#5838) 2019-02-06 18:19:26 +00:00
dev
org
private
repo Fix serving of raw wiki files other than .md (#5814) 2019-02-05 20:58:55 -05:00
routes Allow Macaron to be set to log through to gitea.log (#5667) 2019-02-05 22:06:41 -05:00
user
utils
home.go
init.go
install.go
metrics.go
swagger_json.go