summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/commits.go
Commit message (Expand)AuthorAgeFilesLines
* Filter get single commit (#24613)Matthew Walowski2023-05-101-16/+17
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-091-2/+18
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-4/+23
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+6
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-061-2/+9
* Add more checks in migration code (#21011)zeripath2022-09-041-2/+1
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-11/+5
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-0/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-21/+10
* Add API to get file commit history (#17652)qwerty2872021-12-221-24/+55
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-5/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+50
* [API] generalize list header (#16551)65432021-08-121-4/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-8/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+5
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-9/+9
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-98/+3
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Fix regression: Gitea commits API again returns commit summaries, not full me...Kristian Antonsen2020-07-081-1/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+4
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-111-47/+6
* [API] Get a single commit via Ref (#10915)65432020-04-071-5/+58
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+19
* Swagger info corrections (#9441)65432019-12-201-3/+4
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-22/+185
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Change summary to full message (#6591)John Olheiser2019-04-121-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-3/+2
* Updates SDK dep (#6406)Richard Mahn2019-03-221-6/+10
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+119