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-12-26 10:23:03 +03:00
2025-12-14 17:34:45 +00:00
2025-10-04 01:21:26 +08:00
2025-10-21 15:07:11 +00:00
2025-12-23 14:26:29 +08:00
2025-12-10 09:41:01 -08:00
2025-12-05 00:20:23 +00:00
2025-07-10 17:17:56 +00:00
2025-10-19 18:19:12 +08:00
2025-12-25 17:51:30 -08:00
2025-07-16 11:22:45 +00:00
2025-11-30 11:58:15 +08:00
2025-12-12 18:56:05 +00:00
2025-10-22 05:06:56 +00:00
2025-06-22 12:43:43 +00:00
2025-06-21 19:20:51 +08:00
2025-08-27 16:31:21 +00:00
2025-10-21 15:07:11 +00:00
2025-12-10 09:41:01 -08:00
2025-12-13 21:54:03 +08:00
2025-06-22 12:43:43 +00:00
2025-11-22 07:16:08 +00:00
2025-12-12 01:15:40 +01:00
2025-11-22 07:16:08 +00:00
2025-06-07 11:25:08 +03:00
2025-06-07 11:25:08 +03:00
2025-12-20 17:57:41 -08:00
2025-04-21 00:43:43 +00:00
2025-09-19 08:04:18 -07:00
2025-06-25 07:22:58 +08:00
2025-12-17 21:55:08 +00:00
2025-06-18 01:48:09 +00:00
2025-12-10 09:41:01 -08:00
2025-06-18 01:48:09 +00:00
2025-06-18 01:48:09 +00:00
2025-06-18 01:48:09 +00:00
2025-08-28 03:52:43 +00:00
2025-11-27 14:02:03 +00:00
2025-12-25 17:51:30 -08:00
2025-12-05 00:20:23 +00:00
2025-12-17 02:01:19 +00:00
2025-10-23 08:01:38 +00:00
2025-12-05 00:20:23 +00:00
2025-12-04 19:47:23 +01:00
2025-11-05 17:48:38 +00:00
2025-11-14 08:31:11 +08:00
2025-07-31 09:34:51 +08:00
2025-11-30 11:58:15 +08:00
2025-11-05 17:48:38 +00:00
2025-11-30 11:58:15 +08:00
2025-09-01 11:12:58 -07:00
2025-12-05 00:20:23 +00:00