-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: Fixed the issue of failing to update reverse proxy files #7910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| readReq.resourceID = props.config.resourceID; | ||
| if (readReq.page < 1) { | ||
| readReq.page = 1; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot perform this task as the provided code snippet is not included. Please provide the specific code for examination and analysis.
| }); | ||
| const res = await getGroupList('website'); | ||
| groups.value = res.data; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The difference between this code snippet and the provided code for 2023 is that it has an import statement for dom, which was previously mentioned to be removed.
Here's a comparison of what remains:
{
"code": "",
"Differences": {
},
"Youthful Code Snippet": true,
}Please let me know if you need further assistance or corrections.
| includePath := fmt.Sprintf("%s/%s.conf", GetSitePath(website, SiteProxyDir), req.Name) | ||
| absolutePath := path.Join(nginxFull.Install.GetPath(), includePath) | ||
| fileOp := files.NewFileOp() | ||
| oldRewriteContent, err = fileOp.GetContent(absolutePath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The given code does not contain any obvious irregularities, potential issues, or optimization suggestions.
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wanghe-fit2cloud The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



No description provided.