aboutsummaryrefslogtreecommitdiffstats
path: root/services/convert/convert.go
Commit message (Expand)AuthorAgeFilesLines
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-1/+2
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+22
* Add priority to protected branch (#32286)65432024-11-271-0/+1
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+1
* Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `prev...charles-plutohealth2024-09-121-12/+11
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-7/+8
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-0/+7
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+26
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+27
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-1/+1
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* Fix `convert.ToTeams` on empty input (#28426)KN4CK3R2024-01-111-20/+18
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-6/+6
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-4/+4
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+11
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-13/+13
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-3/+10
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-011-34/+0
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-0/+458