summaryrefslogtreecommitdiffstats
path: root/modules/convert/repository.go
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-202/+0
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-12/+11
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+1
* Add allow_rebase_update, default_delete_branch_after_merge to repository api ...Bian Jiaping2022-07-151-48/+54
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-4/+1
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+9
* format with gofumpt (#18184)65432022-01-201-1/+1
* Add MirrorUpdated field to Repository API type (#18267)Peter GardfjÀll2022-01-181-0/+5
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+30
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+9
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Fix some API bugs (#16184)65432021-06-181-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+3
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-0/+8
* issue #12450: return original URL in `original_url` JSON field (#13885)Eric Belhomme2020-12-071-0/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-021-0/+137