Xunzhuo

Results 68 issues of Xunzhuo

Please provide a description for what this PR is for. And to help us figure out who should review this PR, please put an X in all the areas that...

size/S

**Hi community :)** I am willing to propose and push the process of containerization and cloud native compatibility in layotto, some major tasks I can imagine: ## Refactor the Dockerfile...

priority/P1
pinned
area/kubernetes
area/multiple-cloud

Signed-off-by: Xunzhuo **Please provide a description of this PR:** sync pilot dashboard file name with its title name, we should better call it istio-control-plane-dashboard.json not pilot-dashboard.json, it is not synced...

needs-rebase
size/S
release-notes-none

Signed-off-by: Xunzhuo **Please provide a description of this PR:** do not collapsed default dashboard panels

needs-rebase
area/user experience
size/S
release-notes-none

Welcome to CNCF Project Onboarding! This is an issue created to help onboard your project into the CNCF after the TOC has voted to accept your project. We would like...

help wanted

See: https://github.com/kiali/kiali/runs/5680434347?check_suite_focus=true the changes of the PR should not cause this CI failed.

bug

Due to some insecurity bugs reported recently, there are some global/private maps using in concurrent read/write. In kiali: We should check that if every global/private map for reading/writting concurrently is...

enhancement
help wanted

In v1.45, the zoom in/out has been introduced into kiali, which makes a great work in large scale scenario. This issue is to have a suggestion that user should be...

enhancement

Add setTickPeriodMilliseconds( uint32_t millisecond ) to api.h As doc tells: ![image](https://user-images.githubusercontent.com/48784001/115652799-7f212a80-a360-11eb-9272-e34dc5f28c6c.png) We should support setTickPeriodMilliseconds API but actually not impl in api.h.

![image](https://user-images.githubusercontent.com/48784001/115708884-1f983e80-a3a3-11eb-836f-4b61e8b81252.png) As doc tells, we should support getRequest/ResponseBodyBufferBytes( ), but actually but impl, so I give PR to fix this.