gitea/routers/api/v1/repo
logikonline fbd5da0acb
Some checks are pending
Build and Release / Lint and Test (push) Waiting to run
Build and Release / Build Binaries (amd64, darwin) (push) Blocked by required conditions
Build and Release / Build Binaries (amd64, linux) (push) Blocked by required conditions
Build and Release / Build Binaries (amd64, windows) (push) Blocked by required conditions
Build and Release / Build Binaries (arm64, darwin) (push) Blocked by required conditions
Build and Release / Build Binaries (arm64, linux) (push) Blocked by required conditions
Add AI-friendly enhancements: runner capabilities, release archive, action compatibility
- Add runner capability discovery API (v2) for AI tools to query before writing workflows
- Add release archive feature with filter toggle UI
- Add GitHub Actions compatibility layer with action aliasing
- Store runner capabilities JSON from act_runner Declare calls
- Add migrations for release archive and runner capabilities fields

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 04:56:11 -05:00
..
action.go Fix Actions API (#35204) 2025-08-04 23:41:30 -04:00
actions_run.go Add owner and parent fields clarification to docs (#35023) 2025-07-23 06:44:34 +00:00
avatar.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
blob.go Refactor repo contents API and add "contents-ext" API (#34822) 2025-06-25 02:34:21 +00:00
branch.go Support updating branch via API (#35951) 2025-12-10 19:23:26 +00:00
collaborators.go Enable gocritic equalFold and fix issues (#34952) 2025-07-06 16:53:34 +00:00
commits.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
compare.go Refactor compare router param parse (#36105) 2025-12-25 17:51:30 -08:00
download.go Move archive function to repo_model and gitrepo (#35514) 2025-10-06 15:01:26 -07:00
file.go Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
fork.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
git_hook.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
git_ref.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
hook_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
hook.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
issue_attachment.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
issue_comment_attachment.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
issue_comment.go Allow deleting comment with content via API like web did (#35346) 2025-08-25 10:43:11 +00:00
issue_dependency.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +00:00
issue_label.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
issue_lock.go Add API routes to lock and unlock issues (#34165) 2025-04-21 00:43:43 +00:00
issue_pin.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
issue_reaction.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
issue_stopwatch.go fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818) 2025-06-25 07:22:58 +08:00
issue_subscription.go Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#34901) 2025-06-29 21:17:45 -07:00
issue_tracked_time.go Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#34901) 2025-06-29 21:17:45 -07:00
issue.go refactor: extract helper functions from SearchIssues (#36158) 2025-12-20 17:57:41 -08:00
key.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
label.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
language.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
license.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
migrate.go Fix various bugs (#35684) 2025-10-19 00:37:50 +08:00
milestone.go refactor: extract helper functions from SearchIssues (#36158) 2025-12-20 17:57:41 -08:00
mirror.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
notes.go Improve "not found" error messages for API (#34267) 2025-04-23 17:42:50 +08:00
pages.go fix: resolve all remaining golangci-lint errors 2026-01-09 18:00:44 -05:00
patch.go Fix diffpatch API endpoint (#35610) 2025-10-10 00:39:14 +08:00
pull_review.go Rename pull request GetGitRefName to GetGitHeadRefName (#35093) 2025-07-16 21:33:33 +08:00
pull.go improve the compare page (#36261) 2026-01-01 10:32:19 -08:00
release_attachment.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
release_tags.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +00:00
release.go Add AI-friendly enhancements: runner capabilities, release archive, action compatibility 2026-01-10 04:56:11 -05:00
repo_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
repo.go Refactor Actions Token Access (#35688) 2025-10-22 11:12:31 +00:00
star.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
status.go Always return the relevant status information, even if no status exists. (#35335) 2025-08-23 18:48:44 +00:00
subscriber.go Refactor error system (#33626) 2025-02-17 12:41:03 -08:00
tag.go Improve "not found" error messages for API (#34267) 2025-04-23 17:42:50 +08:00
teams.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
topic.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
transfer.go Fix return bug (#34093) 2025-04-01 17:36:46 -04:00
tree.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
upload.go feat(api): add Phase 1 API enhancements for reliability and tracing 2026-01-09 11:14:18 -05:00
wiki.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00