Fernando Hoyos

Results 31 comments of Fernando Hoyos

Oh ok, now I get why you have created this issue :-). Here we have two different things: - There is no performance gain if we perform a 1:1 replacement...

Thanks for the enhancement suggestion @msvticket. Could you provide some snapshot example or way to get such formatted json log represented as pure text in the workload logs?

Another thing to refactor within Cypress suite is the test isolation. In theory, all scenarios should be independent and isolated, but there are some of them that depend on actions...

@jmazzitelli it is not a fork. @BlueBiuBiu has created a new git repository from scratch, copied frontend folder from kiali repo (master branch) and add internationalization support. I have tested...

@jshaughn I like the idea that key is also the default so English resource file is not needed. That would allow a smooth and incremental transition and no need for...

I have created a small PoC to check feasibility of i18next wrapper commented above. Good news is that wrapper is not needed. React-i18next functions to translate statements in classes (`withTranslation`...

I will continue investigating in the PoC I have created (https://github.com/kiali/kiali/pull/6843) to figure out how to extract translated sentences using [i18next-parser](https://github.com/i18next/i18next-parser). I don't really like the tipX pattern (code does...

It is not related with this PR, but I think istio status should take into account both istiod and istio pod status. Currently it only takes into account istiod, show...

Thanks @TomasMatarazzo! The idea is to replace all `` (https://www.patternfly.org/components/forms/form-select, which embeds browser native select) to `` components (https://www.patternfly.org/components/menus/select). There are some examples of `` within the Kiali application you...

Confirmed with @fkargbo that it is recommended to replace FormSelect components to unify UX style. @TomasMatarazzo, I suggest to create a first PR replacing one of the FormSelect for guidance/review....