Fernando Hoyos

Results 29 issues of Fernando Hoyos

### Describe the change This PR adds i18n support to Kiali application using `i18next` library and some examples of Chinese translation in different kind of React components (classes, hooks, etc.)....

test: front-end/cypress

### Describe the change Add health status of mesh infra nodes ### Steps to test the PR Recommendations for how to test this PR. Reminder that each PR should also...

### Describe the change Backport of PR #6980 to version 1.73 ### Issue reference #6975

do not merge

Add Kiali infrastructure health status to Mesh page to be able to show in this graph problems with any of the components (Istio, Grafana, Jaeger, etc.).

enhancement

### Describe the change This PR adds new precommit eslint rule to force use of arrow functions instead of function declarations in order to be consistent through Kiali application. This...

test: n/a

### Describe the bug According to this PR (https://github.com/kiali/kiali/pull/7316), you must stop/disable the systemd-resolved service to run CRC with OCP 4.15. The issue is that minikube cannot start after executing...

bug

### Describe the change This PR reverts CRC to version 2.32 and OCP to 4.14 due to an issue with minikube when you stopping/disabling the `systemd-resolved` service. This step is...

test: n/a

### What do you want to improve? Currently there are two types of Select components within Kiali: - Standard Selects used mainly in Wizards ![image](https://github.com/kiali/kiali/assets/122779323/71d7dfd8-45ff-4f91-bd9e-88af2bb911dd) - Patternfly Selects used in...

enhancement
good first issue

Currently Kiali uses `react-router` library version 5, which works fine but has some issues with the routing algorithm, complex API, big bundle size, etc.. New version 6 is adapted to...

enhancement
backlog

### Describe the change Currently, Kiali can send body data in requests as JSON or string since its `Content-Type` header has the value `application/json`. However, OSSMC only supports string data...

test: n/a