0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-11 17:42:04 +01:00
gitea/routers/web/repo
Jason Song e9b98aef44
Enhance routers for the Actions runner operations (#33549)
- Find the runner before deleting
- Move the main logic from `routers/web/repo/setting/runners.go` to
`routers/web/shared/actions/runners.go`.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-11 01:39:10 +00:00
..
actions Feature: Support workflow event dispatch via API (#33545) 2025-02-11 03:05:42 +08:00
setting Enhance routers for the Actions runner operations (#33549) 2025-02-11 01:39:10 +00:00
activity.go
attachment.go
blame.go
branch.go Fix "redirect link" handling (#33440) 2025-01-31 04:12:14 +08:00
cherry_pick.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
code_frequency.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
commit.go Move gitgraph from modules to services layer (#33527) 2025-02-07 03:05:25 +00:00
compare.go
contributors.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
download.go
editor_test.go
editor.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
find.go
fork.go
githttp_test.go
githttp.go
helper.go Refactor context RefName and RepoAssignment (#33226) 2025-01-13 01:07:05 +00:00
issue_comment.go
issue_content_history.go
issue_dependency.go Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
issue_label_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +00:00
issue_label.go
issue_list.go
issue_lock.go
issue_new.go
issue_page_meta.go
issue_pin.go
issue_poster.go Support public code/issue access for private repositories (#33127) 2025-01-14 01:53:34 +00:00
issue_stopwatch.go
issue_suggestions.go Rework suggestion backend (#33538) 2025-02-10 16:24:05 +00:00
issue_test.go
issue_timetrack.go Make tracked time representation display as hours (#33315) 2025-01-19 09:30:44 +08:00
issue_view.go Add a option "--user-type bot" to admin user create, improve role display (#27885) 2025-02-07 08:41:55 +00:00
issue_watch.go Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
issue.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
projects_test.go
projects.go
pull_review_test.go
pull_review.go
pull.go
recent_commits.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
release_test.go Validate that the tag doesn't exist when creating a tag via the web (#33241) 2025-01-14 09:27:35 +08:00
release.go Fix incorrect TagName/BranchName usages (#33279) 2025-01-15 17:34:55 +08:00
render.go Fix incorrect ref "blob" (#33240) 2025-01-13 16:27:11 +08:00
repo.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
search_test.go
search.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
star.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
topic.go
transfer.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
treelist.go
view_file.go Simplify context ref name (#33267) 2025-01-15 11:15:47 +08:00
view_home.go Fix "redirect link" handling (#33440) 2025-01-31 04:12:14 +08:00
view_readme.go
view_test.go
view.go
watch.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
webgit.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
wiki_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +00:00
wiki.go