weave-gitops icon indicating copy to clipboard operation
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.

Results 262 weave-gitops issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

enhancement

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...

enhancement
customer issue

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...

enhancement
team/pesto

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...

enhancement

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...

ui

Does hierarchial namespaces solve gitops phase 2 problems?

team/denim

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...

type/story
team/denim

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...