You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
admin_org.go Update gitea/sdk vendor 8 years ago
admin_repo.go Update gitea/sdk vendor 8 years ago
admin_user.go fix: Add secret to all webhook's payload where it has been missing (#5199) 6 years ago
attachment.go Issue due date (#3794) 6 years ago
doc.go Update gitea/sdk vendor 8 years ago
fork.go Update swagger documentation (#2899) 7 years ago
gitea.go Fix new release creation API to allow empty target (#5870) 6 years ago
hook.go Fix new release creation API to allow empty target (#5870) 6 years ago
issue.go fix: Add secret to all webhook's payload where it has been missing (#5199) 6 years ago
issue_comment.go Add Attachment API (#3478) 6 years ago
issue_label.go Add Attachment API (#3478) 6 years ago
issue_milestone.go Add Attachment API (#3478) 6 years ago
issue_tracked_time.go Add Attachment API (#3478) 6 years ago
lfs_lock.go Add fingerprint to ssh key endpoints. (#3009) 7 years ago
miscellaneous.go Update swagger documentation (#2899) 7 years ago
org.go Add Attachment API (#3478) 6 years ago
org_member.go Update gitea/sdk vendor 8 years ago
org_team.go api: Add missing GET teams endpoints (#5382) 6 years ago
pull.go Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
release.go Fix new release creation API to allow empty target (#5870) 6 years ago
repo.go fix: Add secret to all webhook's payload where it has been missing (#5199) 6 years ago
repo_branch.go Update swagger documentation (#2899) 7 years ago
repo_collaborator.go Update swagger documentation (#2899) 7 years ago
repo_commit.go Fix new release creation API to allow empty target (#5870) 6 years ago
repo_file.go Fix import path of go-sdk (#141) 8 years ago
repo_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 6 years ago
repo_refs.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
repo_tag.go Fix new release creation API to allow empty target (#5870) 6 years ago
repo_tree.go Feature - Pagination for git tree API (#5838) 5 years ago
repo_watch.go Update swagger documentation (#2899) 7 years ago
status.go Add Attachment API (#3478) 6 years ago
user.go API /admin/users/{username} missing parameter (#4775) 6 years ago
user_app.go Add ability to delete a token (#4235) 6 years ago
user_email.go Update swagger documentation (#2899) 7 years ago
user_follow.go Update gitea/sdk vendor 8 years ago
user_gpgkey.go Add Attachment API (#3478) 6 years ago
user_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 6 years ago
user_search.go Add Attachment API (#3478) 6 years ago
utils.go Update gitea/sdk vendor 8 years ago