Olga Pudrovska
Olga Pudrovska
Long captions go beyond graph node boundaries: Possible solutions: - Add wrapping to text in graph nodes (and make nodes taller). The text has no spaces, maybe it should be...
SPIKE: Fix overlapping UI elements in bootstrap wizard if height of terminal window is insufficient
Text inputs or git providers table in the bootstrap wizard in gitops run are mangled if the height of the terminal window is insufficient. Examples of "mangled" or overlapping elements...
Part of #2452 - Added tracking command events with Pendo. - Added a test for the `getCommandPath` function. - Refactored imports where both `cmd/gitops/import` and `pkg/config` are imported for consistency....
Replace text inputs with text-based checkboxes (`[ x ]`) for boolean values in the bootstrap wizard UI. It will improve user experience and will just look cool.
Hi Bryan, I am still getting this warning (which was fixed for loading comments before) when posting a comment: ``` warning.js:35 Warning: Each child in an array or iterator should...
Followup to #3282 Steps before refinement: More info on the gosec linter: https://golangci-lint.run/usage/linters/#gosec - Discuss which gosec rules to enable (all rules are enabled by default, but some of them...
Based on comments in [the following PR](https://github.com/weaveworks/weave-gitops-enterprise/pull/3696), it was noted that there is a slight inconsistency between how object status messages are computed from object conditions in Explorer and in...