aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions
Commit message (Expand)AuthorAgeFilesLines
* Do not show 500 error when default branch doesn't exist (#34096) (#34097)wxiaoguang14 days1-1/+6
* Fix auto concurrency cancellation skips commit status updates (#33764) (#33849)ChristopherHX2025-03-111-1/+1
* Trivial fixes (#33304) (#33312)wxiaoguang2025-01-181-1/+1
* Backport 1.23 (#32868)wxiaoguang2024-12-171-0/+3
* Fix bug on action list deleted branch (#32848)Lunny Xiao2024-12-163-4/+41
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-122-2/+46
* fix: render job title as commit message (#32748)metiftikci2024-12-081-13/+19
* Refactor RepoActionView.vue, add `::group::` support (#32713)wxiaoguang2024-12-061-52/+46
* Allow users with write permission to run actions (#32644)Pedro Nishiyama2024-11-281-2/+2
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-1/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-1/+0
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-2/+2
* Actions support workflow dispatch event (#28163)胖梁2024-08-183-9/+461
* Show latest run when visit /run/latest (#31808)FuXiaoHei2024-08-101-10/+19
* Clear up old Actions logs (#31735)Jason Song2024-08-021-0/+21
* Refactor names (#31405)wxiaoguang2024-06-192-16/+16
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+1
* Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-05-271-0/+8
* Fix nil dereference on error (#30740)Chongyi Zheng2024-04-281-1/+1
* Improve job commit description (#30579)yp053272024-04-261-12/+14
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-6/+30
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+23
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+56
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-272-2/+2
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-9/+42
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-5/+5
* Display friendly error message (#29105)KN4CK3R2024-02-081-7/+7
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+11
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-1/+3
* Fix the runs will not be displayed bug when the main branch have no workflows...Lunny Xiao2023-12-061-0/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-7/+9
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+1
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-12/+16
* add disable workflow feature (#26413)a10121127962023-08-142-0/+50
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+8
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-21/+45
* Ignore `runs-on` with expressions when warning no matched runners (#25917)Jason Song2023-07-171-0/+7
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+50
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-0/+24
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-1/+0
* Add step start time to `ViewStepLog` (#24980)Zettat1232023-05-291-6/+8
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+78
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-33/+0
* Optimize actions list by removing an unnecessary `git` call (#24710)Yarden Shoham2023-05-141-6/+1
* Check length of `LogIndexes` in case it is outdated (#24516)Jason Song2023-05-041-2/+12