Skip to content

feat: Pipelines page — CodePipeline runs and deployment history #27

Description

@AhmadHammad21

What

Implement the grayed-out "Pipelines" nav item in the sidebar.

Why

Currently disabled with no explanation. Would surface CodePipeline runs and deployment history from CloudTrail — useful context during incident investigations.

How

  • Backend: src/api/routers/pipelines.py — list CodePipeline pipelines, execution history, stage status
  • Frontend: frontend/src/pages/PipelinesPage.tsx — table of pipelines with last run status, duration, trigger
  • Enable the nav item in Sidebar.tsx

Files

  • src/api/routers/pipelines.py (new)
  • frontend/src/pages/PipelinesPage.tsx (new)
  • frontend/src/components/Sidebar.tsx

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions