aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions
Commit message (Expand)AuthorAgeFilesLines
* Fix markdown render behaviors (#34122)wxiaoguang8 days1-2/+2
* Do not show 500 error when default branch doesn't exist (#34096)wxiaoguang11 days1-1/+6
* Enable addtional linters (#34085)TheFox0x712 days1-1/+1
* Add flat-square action badge style (#34062)bytedream12 days1-11/+14
* Download actions job logs from API (#33858)Lunny Xiao2025-03-261-39/+9
* Add workflow_job webhook (#33694)ChristopherHX2025-03-111-1/+25
* Refactor error system (#33771)wxiaoguang2025-03-031-1/+1
* Fix Untranslated Text on Actions Page (#33635)Kerwin Bryant2025-02-181-1/+1
* Refactor error system (#33610)wxiaoguang2025-02-162-31/+31
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-15/+3
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-130/+11
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-101-24/+136
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-101-136/+24
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang2025-02-021-5/+0
* actions view: move loading of task attributes etc... into own func (#31494)65432025-02-021-67/+81
* Trivial fixes (#33304)wxiaoguang2025-01-171-1/+1
* workflow_dispatch use workflow from trigger branch (#33098)ChristopherHX2025-01-052-92/+133
* Refactor pagination (#33037)wxiaoguang2024-12-301-5/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-3/+3
* Fix various trivial problems (#32861)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