-
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] Remove Monitor Management tour. #151849
[Synthetics] Remove Monitor Management tour. #151849
Conversation
Pinging @elastic/uptime (Team:uptime) |
@@ -19,5 +19,5 @@ export const useSyntheticsServiceAllowed = () => { | |||
|
|||
// return useSelector(syntheticsServiceAllowedSelector); | |||
// TODO Implement for Synthetics App | |||
return { isAllowed: true, signupUrl: 'https://example.com', loading: false }; | |||
return { isAllowed: true, signupUrl: undefined, loading: false }; |
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.
should this be hardcoded?
805ca0a
to
82fd949
Compare
…icsManagementTourDismiss"`) in tests.
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
(cherry picked from commit 339cb64)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.7`: - [[Synthetics] Remove Monitor Management tour. (#151849)](#151849) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Abdul Wahab Zahid","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-03-06T14:06:25Z","message":"[Synthetics] Remove Monitor Management tour. (#151849)","sha":"339cb643d5ad2365f19fcb6e4fa7cbc0592001e8","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:uptime","release_note:skip","v8.7.0","v8.8.0"],"number":151849,"url":"https://github.com/elastic/kibana/pull/151849","mergeCommit":{"message":"[Synthetics] Remove Monitor Management tour. (#151849)","sha":"339cb643d5ad2365f19fcb6e4fa7cbc0592001e8"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151849","number":151849,"mergeCommit":{"message":"[Synthetics] Remove Monitor Management tour. (#151849)","sha":"339cb643d5ad2365f19fcb6e4fa7cbc0592001e8"}}]}] BACKPORT--> Co-authored-by: Abdul Wahab Zahid <[email protected]>
Fixes #151692
Summary
Removes the Monitor Management tour under Uptime.
It changes the e2e util method
loginToKibana
defined under x-pack/plugins/observability/e2e/utils.ts to exclude dismissing the removed tour. (Hence a review from from actionable-observability code owner is also required)