weave-gitops
weave-gitops copied to clipboard
Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
This means that the list view and the detail view for sources is driven by the same code. To make it happen, I had to: * Add type directly as...
This first of all turns dev-mode into a feature flag, because I wanted it available on the front end to tag traffic from developer machines separately from end-users - anyway,...
Closes: enterprise/1029 **What changed?** This adds a slightly different OIDC JWT Passthrough, that extracts the token, verifies it by extracting it, but passes it onto the upstream Kubernetes, rather than...
Part of: https://github.com/weaveworks/weave-gitops-enterprise/issues/1282 **What changed?** * Updated clientFactory to include a slice of watchers. * Created a clientFactory method to create/remove watcher. * Updated `UpdateClusters` to notify watchers with the...
This PR implements two packages, Flux's installer and Flux's exec. Flux installer is a package for installing a specific version of Flux. It downloads a Flux binary to a cached...
Closes: #2317 Video showing multi suspend / resume: https://user-images.githubusercontent.com/65822698/186517860-4a2ba9b9-ecd4-4928-94ed-26418aacf243.mov Screenshot showing tooltips: Sync all can happen in a follow up PR. This PR got WAY too big as we completely...
Does hierarchial namespaces solve gitops phase 2 problems?
As a developer, I want to view Terraform custom resources in Weave GitOps, so that Terraform can be also viewed in WGE when I use GitOps templates for Terraform. **Acceptance...
Adding an initial iteration of the security website - Added a security page to the website out of vulnerability management piece - To implement step 13 of public disclosure vulnerabilities...