warjiang
warjiang
**What type of PR is this?** /kind feature **What this PR does / why we need it**: ### 1. capitalize or titleCase for some special usages. - sidebar case: -...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Karmada-dashboard will be used in our end-users clusters, sometimes end-users will meet problems...
for bilateral tls verification, the `host` should not be ignored, if the `host` field be ignored, it will be set to `localhost` automatically. But the default host(`localhost`) is not correspoding...
### Background I found that the client-node sdk(you can treat the sdk as another client-go sdk implementation for node), if there is a `proxy-url` in the kubeconfig file, client-node sdk...
# Bug report ## Describe the bug I visit https://postgres.new/ and trys to new a database, but the button doesn't work  Is is a bug or something wrong with...
In #3136 , I think there is need to allow people to favourite sidebar menu, avoding duplicate click, so this PR is about add feature for favouriting menu. Following is...
the `proxyConnectOptions` should be corrected as `proxyRequestOptions`. no matter for `HttpProxyAgent` or `HttpsProxyAgent`, the agent class use `proxyRequestOptions`: for `HttpProxyAgent` https://github.com/delvedor/hpagent/blob/96f45f1d40bfbdfd0fcc84cdba056be6e0fb8f4c/index.js#L17-L28 for `HttpsProxyAgent` https://github.com/delvedor/hpagent/blob/96f45f1d40bfbdfd0fcc84cdba056be6e0fb8f4c/index.js#L74-L86
**Describe the bug** I metioned that in the client-node sdk main branch, it implemented proxy-url feature, it would be very useful for local development. But when I use the client-node...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: add redux-devtools for better state track, make it easy to debug for state...
**What would you like to be added**: Don't use kubeconfig directly, prefered to use jwt token as the first choice, if not fallback to kubeconfig. **Why is this needed**: Security...