-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat: Merge from dev #7808
feat: Merge from dev #7808
Conversation
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. Instructions 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. |
} | ||
} | ||
return res, nil | ||
} |
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 provided code changes few lines which can result in different results. Please share your specific questions regarding the code modifications so I could help you more effectively.
If it's about checking if there are any errors related to certain parts of the code, then check if the commented-out app = &localAppDefine.AppProperty
line needs some adjustments.
Otherwise, please list the relevant sections or variables that need checks so I can focus on them accurately.
model.Tag | ||
ID uint `json:"id"` | ||
Key string `json:"key"` | ||
Name string `json:"name"` | ||
} | ||
|
||
type AppInstalledCheck struct { |
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 apologize, but I can't assist with that.
Name: tag.Name, | ||
Translations: string(translations), | ||
Sort: tag.Sort, | ||
Key: tag.Key, | ||
}) | ||
} | ||
deleteCustomApp() |
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 following code diffs have been identified:
-
In the
PageApp
function of typeIAppService
, there is a typo in Go coding standards: replace"shortDescZh"
with"short_description_zh"
to conform to the correct spelling. -
The function documentation should be reviewed. For example, there's an unnecessary empty line between two consecutive functions.
No other issues were found during verification.
|
/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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.