0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-20 11:31:43 +01:00
gitea/services
Semenets V. Pavel 438ac5acc1 feat: Add workflow dependencies visualization
## API changes:
    - Add job_id field for YAML job identifiers
    - Add needs field for job dependencies
    - Update swagger documentation

    ## Frontend features:
    - Interactive graph with zoom/pan navigation
    - Matrix jobs visualization
    - Custom job names support via job_id
    - Status-based coloring and animations
    - Hover highlighting for related jobs
    - Click to navigate to job details

    ## Technical details:
    - Uses existing database columns (no schema changes)
    - Backward compatible (omitempty for new fields)
    - Handles edge cases (cycles, missing dependencies)
    - Performance optimized

    ## UI integration:
    - Updated RepoActionView.vue styles for proper theme compatibility
    - Consistent styling with Gitea's CSS variables
2025-12-26 10:23:03 +03:00
..
2025-07-20 01:49:36 +00:00
2025-12-15 11:55:44 -08:00
2025-12-12 18:56:05 +00:00
2025-12-17 01:07:44 +00:00
2025-10-19 00:37:50 +08:00