-
Notifications
You must be signed in to change notification settings - Fork 8.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
Revert "[UII] Fix client-side validation for agent policy timeout fields (#191674)" #194338
Conversation
…lds (elastic#191674)" This reverts commit f29bf1c.
Pinging @elastic/fleet (Team:Fleet) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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
/ci |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @jen-huang |
Starting backport for target branches: 8.15, 8.x https://github.com/elastic/kibana/actions/runs/11114360369 |
…lds (elastic#191674)" (elastic#194338) ## Summary Resolves elastic#194221. This PR reverts commit f29bf1c. Timeout fields should be clearable with undefined value or zero. (cherry picked from commit 6792cb4)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…timeout fields (#191674)" (#194338) (#194491) # Backport This will backport the following commits from `main` to `8.x`: - [Revert "[UII] Fix client-side validation for agent policy timeout fields (#191674)" (#194338)](#194338) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-30T21:22:37Z","message":"Revert \"[UII] Fix client-side validation for agent policy timeout fields (#191674)\" (#194338)\n\n## Summary\r\n\r\nResolves #194221.\r\n\r\nThis PR reverts commit f29bf1c. Timeout\r\nfields should be clearable with undefined value or zero.","sha":"6792cb4dca5adecf1a48a4d052dae603db5772e3","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Fleet","v9.0.0","backport:prev-major"],"title":"Revert \"[UII] Fix client-side validation for agent policy timeout fields (#191674)\"","number":194338,"url":"https://github.com/elastic/kibana/pull/194338","mergeCommit":{"message":"Revert \"[UII] Fix client-side validation for agent policy timeout fields (#191674)\" (#194338)\n\n## Summary\r\n\r\nResolves #194221.\r\n\r\nThis PR reverts commit f29bf1c. Timeout\r\nfields should be clearable with undefined value or zero.","sha":"6792cb4dca5adecf1a48a4d052dae603db5772e3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194338","number":194338,"mergeCommit":{"message":"Revert \"[UII] Fix client-side validation for agent policy timeout fields (#191674)\" (#194338)\n\n## Summary\r\n\r\nResolves #194221.\r\n\r\nThis PR reverts commit f29bf1c. Timeout\r\nfields should be clearable with undefined value or zero.","sha":"6792cb4dca5adecf1a48a4d052dae603db5772e3"}}]}] BACKPORT--> Co-authored-by: Jen Huang <[email protected]>
Summary
Resolves #194221.
This PR reverts commit f29bf1c. Timeout fields should be clearable with undefined value or zero.