{"id":20882021,"url":"https://github.com/weaveworks/pipeline-controller","last_synced_at":"2025-12-27T10:07:26.809Z","repository":{"id":222347479,"uuid":"523367706","full_name":"weaveworks/pipeline-controller","owner":"weaveworks","description":"This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.","archived":false,"fork":false,"pushed_at":"2024-04-19T12:26:37.000Z","size":1287,"stargazers_count":2,"open_issues_count":18,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-12T17:18:09.570Z","etag":null,"topics":["cd","pipelines","weave-gitops-enterprise"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaveworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-10T14:05:40.000Z","updated_at":"2025-03-04T15:27:57.000Z","dependencies_parsed_at":"2024-04-19T13:42:42.385Z","dependency_job_id":"a3b4c51e-ebb7-4664-8646-486c6265451d","html_url":"https://github.com/weaveworks/pipeline-controller","commit_stats":null,"previous_names":["weaveworks/pipeline-controller"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/weaveworks/pipeline-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveworks%2Fpipeline-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveworks%2Fpipeline-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveworks%2Fpipeline-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveworks%2Fpipeline-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaveworks","download_url":"https://codeload.github.com/weaveworks/pipeline-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveworks%2Fpipeline-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28077395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cd","pipelines","weave-gitops-enterprise"],"created_at":"2024-11-18T07:28:40.704Z","updated_at":"2025-12-27T10:07:26.774Z","avatar_url":"https://github.com/weaveworks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipeline Controller\n\nThe pipeline-controller is a Kubernetes controller offering an API (in terms of the `Pipeline` CRD) and automation for implementing continuous delivery (CD) pipelines in an unopinionated fashion. The API allows for defining a pipeline comprised of multiple environments and deployment targets, typically different clusters serving different purposes, e.g. \"dev\", \"staging\", \"prod\". The controller then tracks applications deployed to those environments and provides visibility into their progress while they make their way through the environments.\n\n## Pipelines\n\nOne part of this project is an API to define a continuous delivery pipeline. Please see [the Go types here](api/v1alpha1/pipeline_types.go) for details on this API.\n\n## Promotion\n\nAnother part this project offers is an API and machinery for promoting applications through environments. The following image provides an overview of how the promotion flow is implemented (an editable version of this image is maintained in [Miro](https://miro.com/app/board/uXjVPE5kjdU=/?share_link_id=65605735742)):\n\n![Promotion Flow](/docs/img/promotion-flow.jpg)\n\n## Getting Started\n\n1. Install the CRD on your cluster:\n   ```sh\n   make install\n   ```\n2. Run the controller:\n   ```sh\n   make run\n   ```\n\n## Create example pipeline\n\nTo make it easier to develop on the controller, you can add example pipeline\nresources:\n\n```bash\n# Github\nkubectl apply --recursive -f e2e/testdata/pipelines/github/\n\n# Gitlab\nkubectl apply --recursive -f e2e/testdata/pipelines/gitlab/\n```\n\n## Contributing\n\nCheck out [how to contribute](CONTRIBUTING.md) to the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaveworks%2Fpipeline-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaveworks%2Fpipeline-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaveworks%2Fpipeline-controller/lists"}