1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
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 Support reverse proxy providing email (#5554) 2018-12-18 12:05:48 -05:00
api/v1 Feature - Pagination for git tree API (#5838) 2019-02-06 18:19:26 +00:00
dev
org Improve team members and repositories settings UI (#5457) 2018-12-09 08:42:11 +02:00
private Fix ssh deploy and user key constraints (#1357) (#5939) 2019-02-03 23:56:53 +00:00
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 if repo does not exist, show a 404 not a 500 (#5900) 2019-01-30 11:13:39 -05:00
utils
home.go
init.go Ensure error is logged on db reconnection attempts (#5780) 2019-01-20 09:30:37 +00:00
install.go
metrics.go
swagger_json.go