aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api/v1/api.go
Commit message (Expand)AuthorAge
* refactor(db): migrate methods off and delete deprecated methods from `user.go...Joe Chen2022-11-05
* api: support put content (#7114)Mateusz Reszka2022-10-22
* api: support getting blob content (#7080)Yehonatan Ezron2022-07-17
* db: use `context` and go-mockgen for `ReposStore` (#7046)Joe Chen2022-06-11
* db: use `context` and go-mockgen for `PermsStore` (#7033)Joe Chen2022-06-08
* api: support listing repository tags (#6656)Devops2021-12-14
* api: EditWiki implementation (#5860)Pavel M2021-11-10
* api: add `GET /api/v1/{owner}/{repo}/commits` endpoint (#6574)Jordan Levin2021-09-24
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
* api: add admin endpoint to get team members (#6101)Rui Santos2020-04-15
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
* api: support get releases endpoint (#6026)Philidor Green2020-03-28
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
* api: group "/contents" with "" and "/*" #5985 (#5986)Bharat Nallan2020-03-13
* api: minor changes to `/repo/owner/repo/git/trees` (#5982)ᴜɴᴋɴᴡᴏɴ2020-03-11
* api: overhaul `/repos/owner/repos/contents` (#5980)ᴜɴᴋɴᴡᴏɴ2020-03-10
* api: `GET /repos/:owner/:repo/contents/:path` (#5963)ᴜɴᴋɴᴡᴏɴ2020-03-05
* api: support getting repository Git tree (#5934) (#5937)Bharat Nallan2020-02-25
* internal: move packages under this directory (#5836)Unknwon2019-10-24