| Commit message (Expand) | Author | Age | Files | Lines |
* | Actions Runner rest api (#33873) | ChristopherHX | 20 hours | 1 | -0/+14 |
* | Artifacts download api for artifact actions v4 (#33510) | ChristopherHX | 2025-02-16 | 1 | -0/+14 |
* | Feature: Support workflow event dispatch via API (#33545) | wxiaoguang | 2025-02-11 | 2 | -0/+17 |
* | Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541) | wxiaoguang | 2025-02-10 | 2 | -17/+0 |
* | Feature: Support workflow event dispatch via API (#32059) | Bence Sántha | 2025-02-10 | 2 | -0/+17 |
* | Inclusion of rename organization api (#33303) | Bruno Sofiato | 2025-02-01 | 1 | -0/+3 |
* | Fix sync fork for consistency (#33147) | Chai-Shi | 2025-01-10 | 1 | -0/+12 |
* | Implement update branch API (#32433) | Kemal Zebari | 2024-12-12 | 1 | -0/+2 |
* | Add priority to protected branch (#32286) | 6543 | 2024-11-27 | 1 | -0/+3 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -0/+7 |
* | Add tag protection via rest api #17862 (#31295) | mzroot | 2024-06-14 | 2 | -0/+20 |
* | Add API endpoints for getting action jobs status (#26673) | Chester | 2024-05-01 | 1 | -0/+7 |
* | feat(api): implement branch/commit comparison API (#30349) | Bo-Yi Wu | 2024-04-16 | 1 | -0/+6 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 2 | -0/+20 |
* | Fix lint-swagger warning (#29787) | sillyguodong | 2024-03-14 | 2 | -3/+7 |
* | Add admin API route for managing user's badges (#23106) | techknowlogick | 2024-03-01 | 1 | -0/+6 |
* | refactor(API): refactor secret creation and update functionality (#26751) | Bo-Yi Wu | 2023-08-28 | 1 | -4/+1 |
* | feat(API): update and delete secret for managing organization secrets (#26660) | Bo-Yi Wu | 2023-08-24 | 1 | -0/+3 |
* | feat: implement organization secret creation API (#26566) | Bo-Yi Wu | 2023-08-22 | 2 | -0/+10 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 1 | -0/+13 |
* | Add API for changing Avatars (#25369) | JakobDev | 2023-06-29 | 1 | -0/+6 |
* | API endpoint for changing/creating/deleting multiple files (#24887) | Denys Konovalov | 2023-05-29 | 2 | -0/+10 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 1 | -0/+7 |
* | Add API for Label templates (#24602) | JakobDev | 2023-05-23 | 1 | -0/+14 |
* | Add API for gitignore templates (#22783) | JakobDev | 2023-04-27 | 1 | -0/+14 |
* | Add API for License templates (#23009) | JakobDev | 2023-04-26 | 1 | -0/+14 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+15 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -0/+14 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 1 | -0/+2 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -0/+2 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -0/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 14 | -28/+14 |
* | Add API endpoint to get changed files of a PR (#21177) | qwerty287 | 2022-09-29 | 1 | -0/+22 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+2 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 2 | -0/+17 |
* | Add spectral linter for Swagger (#20321) | silverwind | 2022-07-11 | 1 | -3/+0 |
* | User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19... | Anthony Wang | 2022-06-19 | 1 | -0/+16 |
* | Add API to query collaborators permission for a repository (#18761) | Florin Hillebrand | 2022-04-29 | 1 | -0/+7 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+30 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 1 | -0/+7 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 2 | -0/+24 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 1 | -0/+7 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 1 | -0/+16 |
* | Add an api endpoint to fetch git notes (#15373) (#16649) | nitul1991 | 2021-08-11 | 1 | -0/+7 |
* | Swagger AccessToken fixes (#16574) | zeripath | 2021-08-01 | 2 | -0/+10 |
* | Creating a repo from a template repo via API (#15958) | a1012112796 | 2021-07-05 | 1 | -0/+2 |
* | [API] GET / SET User Settings (#16169) | 6543 | 2021-06-23 | 2 | -0/+10 |
* | [API] Add repoCreateTag (#16165) | 6543 | 2021-06-17 | 1 | -0/+3 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 1 | -3/+3 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+3 |