-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] remove hydrating saved objects #140545
[Synthetics] remove hydrating saved objects #140545
Conversation
c6f49f6
to
52056b1
Compare
…-ref HEAD~1..HEAD --fix'
Pinging @elastic/uptime (Team:uptime) |
@elasticmachine merge upstream |
…tps://github.com/dominiqueclarke/kibana into fix/synthetics-deprecate-hydrating-saved-objects
…-ref HEAD~1..HEAD --fix'
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
* synthetics - remove hydrating saved objects * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * remove logic to set url back to empty string * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 0ecd3fa) # Conflicts: # x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.ts # x-pack/plugins/synthetics/server/synthetics_service/hydrate_saved_object.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* [Synthetics] remove hydrating saved objects (#140545) * synthetics - remove hydrating saved objects * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * remove logic to set url back to empty string * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 0ecd3fa) # Conflicts: # x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.ts # x-pack/plugins/synthetics/server/synthetics_service/hydrate_saved_object.ts * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * Update x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.ts * Update x-pack/plugins/synthetics/server/synthetics_service/project_monitor_formatter.ts Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Mostly a tech debt/code removal, so skipping post ff testing !! |
Summary
Removes hydration for synthetics monitor saved objects.
Hydration has historically been used to add
url
andport
fields to browser, tcp, and http monitors. However, given that this flow is prone to bugs, and offers little value, we are removing the feature entirely.