Jordan Pellizzari

Results 33 issues of 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

ui

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

type/story
area/ui

Get some test coverage on that component.

type/story
ui
team/mauvelous

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

Epic
team/sunglow

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

bug
area/ui

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

bug
area/ui
tech-debt
priority_low

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: ![Screenshot from 2021-06-03 09-18-55](https://user-images.githubusercontent.com/2802257/120678505-00cea280-c44d-11eb-912e-61c1a960abb5.png) _Originally...