0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-20 15:45:29 +01:00
gitea/routers/api/v1/repo
Cirno the Strongest 32b8172e56
Consolidate API for getting single commit (#11368)
* Allow Git ref for /repos/{owner}/{repo}/git/commits/{sha}

* Consolidate API for getting single commit

* Fix tests and do it differently

Co-authored-by: zeripath <art27@cantab.net>
2020-05-11 12:44:36 +03:00
..
blob.go
branch.go [API] Add branch delete (#11112) 2020-04-19 10:38:09 +08:00
collaborators.go
commits.go Consolidate API for getting single commit (#11368) 2020-05-11 12:44:36 +03:00
file.go Fix GetContents(): Dont't ignore Executables (#11192) 2020-04-24 19:20:22 +03:00
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go
issue_label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_reaction.go
issue_stopwatch.go Prevent panic in stopwatch (#10670) 2020-03-08 14:46:24 -03:00
issue_subscription.go Return issue subscription status from API subscribe (#10966) 2020-04-30 23:55:24 +01:00
issue_tracked_time.go Fix tracked time issues (#11349) 2020-05-09 11:18:44 -03:00
issue.go [API] ListIssues add filter for milestones (#10148) 2020-04-30 01:15:39 -03:00
key.go
label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
main_test.go
migrate.go
milestone.go
mirror.go
pull_review.go Add default CommitID for create pull review api (#11334) 2020-05-08 19:50:23 +01:00
pull.go Support organization labels for PRs in API (#11135) 2020-04-20 14:10:45 +01:00
release_attachment.go
release.go
repo_test.go
repo.go Option to set default branch at repository creation (#10803) 2020-03-26 19:14:51 +00:00
star.go
status.go
subscriber.go
tag.go
topic.go
transfer.go
tree.go