aboutsummaryrefslogtreecommitdiffstats
path: root/services/convert
Commit message (Expand)AuthorAgeFilesLines
* Fix package webhook (#27839)Lunny Xiao2023-10-311-0/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-4/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Fix attachment download bug (#27486)Lunny Xiao2023-10-101-9/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-036-13/+15
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-293-22/+22
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+1
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)Nabapadma-sarker2023-09-241-0/+1
* Fix push mirror, wrong timestamp format (#27153)Daniel Kilimnik2023-09-231-2/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-16/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* add Upload URL to release API (#26663)Earl Warren2023-08-242-0/+29
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-0/+18
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+1
* refactor improve NoBetterThan (#26126)caicandong2023-07-261-1/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-7/+7
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-0/+8
* Add file status for API "Get a single commit from a repository" (#16205) (#25...jeremiepozzigithub2023-07-201-1/+2
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-105-15/+62
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-4/+4
* Store and use seconds for timeline time comments (#25392)65432023-06-231-0/+12
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-226-14/+30
* Add the ability to pin Issues (#24406)JakobDev2023-05-252-0/+2
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-0/+8
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+22
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-4/+3
* Filter get single commit (#24613)Matthew Walowski2023-05-101-0/+9
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-091-4/+19
* Rewrite queue (#24505)wxiaoguang2023-05-081-2/+0
* Display when a repo was archived (#22664)JakobDev2023-04-261-0/+1
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-4/+5
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+52
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-16/+20
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+18
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+11
* Fix SyncOnCommit always return false in API of push_mirrors (#23088)sillyguodong2023-02-231-0/+1
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-182-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1512-66/+72
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+3
* Fix pull request API field `closed_at` always being `null` (#22482)Yarden Shoham2023-01-171-0/+4
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-3/+10
* Use context parameter in models/git (#22367)Jason Song2023-01-092-2/+2
* Restructure `webhook` module (#22256)delvh2023-01-011-34/+0
* Move `convert` package to services (#22264)KN4CK3R2022-12-2922-0/+2354