summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+57
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+55
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-0/+598
* Match api migration behavior to web behavior (#23552)Andrew Tomaka2023-03-191-1/+1
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+33
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-131-0/+11
* Preserve file size when creating attachments (#23406)Peter2023-03-123-3/+3
* Add user webhooks (#21563)KN4CK3R2023-03-101-5/+1
* Fix panic when getting notes by ref (#23372)Zettat1232023-03-081-1/+11
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-2/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-29/+26
* Use context parameter in services/repository (#23186)Jason Song2023-02-283-6/+6
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+7
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1518-40/+40
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+4
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-2/+2
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+41
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Restructure `webhook` module (#22256)delvh2023-01-011-3/+4
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-2935-35/+35
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+1
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-094-4/+773
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0310-31/+32
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2742-84/+42
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1914-80/+80
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+11
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Fix 500 on PR files API (#21602)qwerty2872022-10-261-1/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-4/+4
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-212-2/+1
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-063-4/+11
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+136
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23