forgejo/routers/web/repo
Bo-Yi Wu 44781f9f5c
Implement auto-cancellation of concurrent jobs if the event is push ()
- cancel running jobs if the event is push
- Add a new function `CancelRunningJobs` to cancel all running jobs of a
run
- Update `FindRunOptions` struct to include `Ref` field and update its
condition in `toConds` function
- Implement auto cancellation of running jobs in the same workflow in
`notify` function

related task: https://github.com/go-gitea/gitea/pull/22751/

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: delvh <dev.lh@web.de>
2023-07-25 11:15:55 +08:00
..
actions Implement auto-cancellation of concurrent jobs if the event is push () 2023-07-25 11:15:55 +08:00
setting Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
activity.go
attachment.go Less naked returns () 2023-07-07 05:31:56 +00:00
blame.go
branch.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
cherry_pick.go Sync branches into databases () 2023-06-29 10:03:20 +00:00
commit.go
compare.go Use frontend fetch for branch dropdown component () 2023-07-21 11:20:04 +00:00
download.go Less naked returns () 2023-07-07 05:31:56 +00:00
editor.go Refactor "Content" for file uploading () 2023-07-18 18:14:47 +00:00
editor_test.go
find.go
helper.go Add actor and status dropdowns to run list () 2023-06-21 04:25:14 +00:00
helper_test.go Add actor and status dropdowns to run list () 2023-06-21 04:25:14 +00:00
http.go Less naked returns () 2023-07-07 05:31:56 +00:00
http_test.go
issue.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
issue_content_history.go Check ctx.Written() for GetActionIssue () 2023-07-05 18:52:12 +00:00
issue_dependency.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
issue_label.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
issue_label_test.go
issue_lock.go Use fetch form action for lock/unlock/pin/unpin on sidebar () 2023-06-29 04:16:04 +00:00
issue_pin.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
issue_watch.go
main_test.go
middlewares.go Show outdated comments in files changed tab () 2023-06-21 16:08:12 +00:00
migrate.go
milestone.go Fix incorrect milestone count when provide a keyword () 2023-07-16 03:43:51 +00:00
packages.go
patch.go Sync branches into databases () 2023-06-29 10:03:20 +00:00
projects.go Fix empty project displayed in issue sidebar () 2023-07-12 16:10:35 +02:00
projects_test.go
pull.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
pull_review.go Check ctx.Written() for GetActionIssue () 2023-07-05 18:52:12 +00:00
release.go Use frontend fetch for branch dropdown component () 2023-07-21 11:20:04 +00:00
release_test.go
render.go
repo.go Use frontend fetch for branch dropdown component () 2023-07-21 11:20:04 +00:00
search.go Refactor indexer () 2023-06-23 12:37:56 +00:00
topic.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
treelist.go
view.go Remove db.DefaultContext in routers/ and cmd/ () 2023-07-23 23:47:27 -04:00
view_test.go
wiki.go Less naked returns () 2023-07-07 05:31:56 +00:00
wiki_test.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00