-
Notifications
You must be signed in to change notification settings - Fork 422
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
✨ Handle word boundaries and add ellipsis for MaxDescLen
#1006
✨ Handle word boundaries and add ellipsis for MaxDescLen
#1006
Conversation
Welcome @dhaiducek! |
Hi @dhaiducek. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
97fc093
to
9fca0b1
Compare
/ok-to-test |
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.
Thanks for your contribution. Could you please extend pkg/crd/testdata/cronjob_types.go to demonstrate the change in behavior end to end?
52ef352
to
9fca0b1
Compare
Sorry for the churn here--inadvertently added a commit message from a different repo. I've reset the commit and will add some integration tests in a subsequent commit. 😬 |
9fca0b1
to
803d779
Compare
- Implement word boundary handling - Add ellipsis Signed-off-by: Dale Haiducek <[email protected]>
803d779
to
e42b1a2
Compare
Hi @alvaroaleman! I've updated the |
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.
thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, dhaiducek 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 |
LGTM label has been added. Git tree hash: 3424804a8454e17ad925ca222b9e72fd45e6a47a
|
Both of the items here are noted in a TODO in the code:
MaxDescLen
Outstanding questions about the initial implementation:
MaxDescLen
--in the implementation I've added it on to the end, so the total length could technically be more thanMaxDescLen
in some cases.