-
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
[Synthetics] Fixes project monitor edit code path #146416
Conversation
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.
Pinging @elastic/uptime (Team:uptime) |
8bf8d3c
to
c05aba8
Compare
a30236e
to
728e513
Compare
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, 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. 🚢
## Summary Fixed project monitor editor code path, it was called un-necessarily on each request. (cherry picked from commit dc2b29a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…46853) # Backport This will backport the following commits from `main` to `8.6`: - [[Synthetics] Fixes project monitor edit code path (#146416)](#146416) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-12-02T08:56:29Z","message":"[Synthetics] Fixes project monitor edit code path (#146416)\n\n## Summary\n\nFixed project monitor editor code path, it was called un-necessarily on\neach request.","sha":"dc2b29add974e8ab086979f11f7ff7fa8967a495","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:uptime","release_note:skip","v8.6.0","v8.7.0"],"number":146416,"url":"https://github.com/elastic/kibana/pull/146416","mergeCommit":{"message":"[Synthetics] Fixes project monitor edit code path (#146416)\n\n## Summary\n\nFixed project monitor editor code path, it was called un-necessarily on\neach request.","sha":"dc2b29add974e8ab086979f11f7ff7fa8967a495"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146416","number":146416,"mergeCommit":{"message":"[Synthetics] Fixes project monitor edit code path (#146416)\n\n## Summary\n\nFixed project monitor editor code path, it was called un-necessarily on\neach request.","sha":"dc2b29add974e8ab086979f11f7ff7fa8967a495"}}]}] BACKPORT--> Co-authored-by: Shahzad <[email protected]>
Summary
Fixed project monitor editor code path, it was called un-necessarily on each request.