Skip to content

Add pipeline listing with DAG visualization across all providers#33

Merged
faustodavid merged 1 commit into
mainfrom
feature/tranverse-pipelines
Apr 20, 2026
Merged

Add pipeline listing with DAG visualization across all providers#33
faustodavid merged 1 commit into
mainfrom
feature/tranverse-pipelines

Conversation

@faustodavid

Copy link
Copy Markdown
Owner

Add comprehensive pipeline listing functionality for GitHub, GitLab, and Azure DevOps with recursive downstream traversal and DAG visualization.

  • Add command with for GitLab to traverse downstream pipeline dependencies recursively
  • Implement compact DAG output format showing job relationships and status
  • Add job normalization logic shared between JobRow and dict builders
  • Extend provider contracts (github_builds, gitlab_builds, azdo_builds) with pipeline listing and job retrieval methods
  • Add comprehensive formatting utilities for DAG visualization and job tables
  • Update CLI parser and handlers to support new pipelines list command
  • Add extensive contract tests for all three providers
  • Update SKILL.md and documentation with pipeline listing examples and format reference

Add comprehensive pipeline listing functionality for GitHub, GitLab, and
Azure DevOps with recursive downstream traversal and DAG visualization.

- Add  command with  for GitLab
  to traverse downstream pipeline dependencies recursively
- Implement compact DAG output format showing job relationships and status
- Add job normalization logic shared between JobRow and dict builders
- Extend provider contracts (github_builds, gitlab_builds, azdo_builds) with
  pipeline listing and job retrieval methods
- Add comprehensive formatting utilities for DAG visualization and job tables
- Update CLI parser and handlers to support new pipelines list command
- Add extensive contract tests for all three providers
- Update SKILL.md and documentation with pipeline listing examples and format
  reference

This feature enables users to explore CI/CD pipeline structures across
all supported providers with visual DAG output showing job dependencies
and execution status.
@faustodavid faustodavid merged commit d720c6f into main Apr 20, 2026
10 checks passed
@faustodavid faustodavid deleted the feature/tranverse-pipelines branch April 20, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant