Jordan Pellizzari
Jordan Pellizzari
Closes #1916 Makes https://github.com/weaveworks/weave-gitops/pull/1917 irrelevant. Has better support by consuming tooling to "pass through" assets like svgs
We currently maintain an `index.ts` file that describes all the things that the `weave-gitops` NPM module exports. Instead of maintaining this, we should just export everything. We already consume `go`...
Get some test coverage on that component.
Fixes an issue where primitives were navigating instead of opening the yaml hopup
Requests for resources across clusters can take upwards of 9 seconds on our demo clusters, and we have reports of requests taking minutes in customer environments. The original doc that...
We have a "demo" environment in GCP. I think the plan is to have more? This presents an opportunity to stress test various features of our api, for example: -...
The `data-url` inlining that was added [here](https://github.com/weaveworks/weave-gitops/pull/1896) has made our builds take a long time and appear to have broken hot-reloading. Reproduce: 1. Make a trivial text change 2. Note...
With telemetry turned on and no `flags.ACCOUNT_ID` present, the UI explodes. This line can resolve to `undefined` or some other value that does not have a `.match` method: https://github.com/weaveworks/weave-gitops/blob/661f3f27f1e97ccf0aa94b8c8658dea7a2f5e883/ui/components/Pendo.tsx#L89 In...
We assume here the workload comes from a public repo, but I think in most cases it comes from a private repo. I would add `flux create secret git `...
It should also be noted that this graph starts to get untenable with large groups of reconciled objects. Here is the `flux-system` kustomization for example:  _Originally...