-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(website): Manually request certificates using a custom nameserver. #7840
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
|
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. |
|
|
||
| .el-descriptions { | ||
| overflow: hidden; | ||
| text-overflow: ellipsis; |
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.
No regularity detected. The code seems to be in good shape, with no syntax errors, missing or extra braces/brackets/etc.
For optimization/suggestion:
- Avoid creating unnecessary elements (like
<span>etc.) that could potentially slow down rendering due to their size/hardcoded values not being used elsewhere e.g.currentColoror similar hard-coded colors/font sizes. - Ensure there's consistent naming convention across different modules/views/stylesheets for a cleaner and easier maintenance experience especially when new components/modules are added.
If you need specific optimizations on certain aspects of this example please specify so I can further help you out!
| dns01.AddDNSTimeout(dnsTimeOut)); err != nil { | ||
| return err | ||
| } | ||
| return 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.
There appears to be a minor typo at line 135 where it's supposed to say:
nameservers = append(nameservers, websiteSSL.FastlySrvs...)
Please update accordingly. Also consider optimizing the DNS provider selection logic with conditional checks that will directly use clouddns or dns01 based on DNS_TYPE, which improves performance and readability.
I also recommend adding more comments to explain each function's purpose and what it does if not already present. This provides clarity for the users of the code.
| <el-button v-if="installed.httpsPort > 0" plain size="small"> | ||
| {{ $t('app.busPort') }}:{{ installed.httpsPort }} | ||
| </el-button> | ||
|
|
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.
No obvious issues were found with the provided code. It appears to be functioning as expected and there are no areas that can be modified or improved for efficiency, functionality, or readability. There is no room for improvement at this point.
|
wanghe-fit2cloud
left a comment
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.
/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.