warjiang

Results 50 issues of 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: -...

kind/feature
size/XL
tide/merge-method-squash

**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...

kind/feature
size/L

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 ![20240813173159_rec_](https://github.com/user-attachments/assets/44867531-be7b-40a6-9663-eaf811a3cc59) Is is a bug or something wrong with...

bug

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...

cncf-cla: yes
needs-rebase
size/XL
lifecycle/rotten
do-not-merge/work-in-progress
Sidebar

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...

lifecycle/stale

**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...

kind/feature
size/M

**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...

kind/feature