Skip to content
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

Merged

Conversation

awahab07
Copy link
Contributor

@awahab07 awahab07 commented Feb 22, 2023

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)

@awahab07 awahab07 added bug Fixes for quality problems that affect the customer experience Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability release_note:skip Skip the PR/issue when compiling release notes v8.7.0 v8.8.0 labels Feb 22, 2023
@awahab07 awahab07 requested a review from a team as a code owner February 22, 2023 12:35
@elasticmachine
Copy link
Contributor

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 };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be hardcoded?

@awahab07 awahab07 force-pushed the 151692-remove-Monitor-Management-tour branch from 805ca0a to 82fd949 Compare February 28, 2023 23:42
@awahab07 awahab07 requested a review from a team as a code owner March 2, 2023 17:21
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
synthetics 1.4MB 1.4MB -1.2KB
Unknown metric groups

ESLint disabled line counts

id before after diff
securitySolution 428 430 +2

Total ESLint disabled count

id before after diff
securitySolution 506 508 +2

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@shahzad31 shahzad31 removed the request for review from a team March 6, 2023 14:05
@shahzad31 shahzad31 merged commit 339cb64 into elastic:main Mar 6, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Mar 6, 2023
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.7

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Mar 6, 2023
# 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]>
bmorelli25 pushed a commit to bmorelli25/kibana that referenced this pull request Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v8.7.0 v8.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Uptime] Remove Monitor Management Tour
5 participants