Simon

Results 65 issues of Simon

We shouldn't switch to resources view when a user presses r if there is a modifier key also pressed.

bug
component/ui
good-first-issue

You can make this happen w/ some regex voodoo: Filter out all nodes that start w/ “prom” or a number, e.g. “2 containers” as we multiline match: `label: ^(?!(prom)|[\d]).+` But...

component/ui
feature
help-wanted
estimate/hours

1. Navigate around scope. 1. Select all in url bar, cmd-c. Chrome encodes `"` -> `%22`. 2. Paste into github comment. 3. Flip to preview mode. Hover url. Github has...

bug
component/ui
estimate/hours
good-first-issue

We have a single global shortcut handler in `App` which is slowly accumulating exceptions: - don't trigger when search is focused - don't trigger when term is focused. This is...

tech-debt
component/ui

As a new user its nice to be able to get feedback via stdout to get a quick feel about what's going on. In a JS context its very natural...

kind/enhancement
topic/std

Closes **What changed?** **Why was this change made?** **How was this change implemented?** **How did you validate the change?** **Release notes** **Documentation Changes**

- OCI Repository support intro'd in https://github.com/weaveworks/weave-gitops/pull/2558 - and cleaned up / made optional in https://github.com/weaveworks/weave-gitops/pull/2584 This PR updates the user-guide around setting the correct permissions to use this feature....

exclude from release notes

**What changed?** - Expose the known clusters in the clusters-manager API - We already have subscribe, this allows you to query the existing clusters if you subscribe after some have...

Closes **What changed?** **Why was this change made?** **How was this change implemented?** **How did you validate the change?** **Release notes** **Documentation Changes**

- Might not work with gitlab either - It does work with dex! Solution _might_ be to make list of scope configurable. - Or `--google-scopes` etc rather than allowing a...

team/pesto