1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-01 10:16:28 +01:00
gitea/routers/web/repo/actions
Semenets V. Pavel a8505269ca
feat: Add workflow dependencies visualization (#36248)
Add workflow dependencies visualization

Related to #26062

This PR adds an interactive visualization component that displays job
dependencies in Gitea Actions workflow runs. It helps users understand
complex pipeline structures at a glance, addressing the difficulty of
comprehending dependency chains in current Gitea UI.

---------

Signed-off-by: Semenets V. Pavel <p.semenets@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-02-23 21:11:33 +08:00
..
actions_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
actions.go Move jobparser from act repository to Gitea (#36699) 2026-02-22 19:33:01 +00:00
badge.go Add flat-square action badge style (#34062) 2025-04-01 09:42:10 +00:00
main_test.go Fix bug on action list deleted branch (#32848) 2024-12-16 05:38:39 +08:00
view_test.go Add "Run" prefix for unnamed action steps (#36624) 2026-02-17 22:28:55 +00:00
view.go feat: Add workflow dependencies visualization (#36248) 2026-02-23 21:11:33 +08:00