-
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
[Uptime] Fix/host connected components #56969
[Uptime] Fix/host connected components #56969
Conversation
Pinging @elastic/uptime (Team:uptime) |
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.
Left some comments.
isApmAvailable={true} | ||
isInfraAvailable={false} | ||
isLogsAvailable={true} | ||
// basePath="foo" |
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.
Delete this code if it's not longer needed.
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.
done
isApmAvailable={true} | ||
isInfraAvailable={true} | ||
isLogsAvailable={false} | ||
// basePath="foo" |
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.
Ditto to deleting the code.
@@ -0,0 +1,21 @@ | |||
/* |
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.
Let's delete this file as we have ./helper_with_router.ts
in this same directory now.
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.
must have messed up during conflicts.
@@ -100,7 +100,7 @@ const Application = (props: UptimeAppProps) => { | |||
<EuiPage className="app-wrapper-panel " data-test-subj="uptimeApp"> | |||
<main> | |||
<PageHeader setBreadcrumbs={setBreadcrumbs} /> | |||
// @ts-ignore we need to update the type of this prop | |||
{/* @ts-ignore we need to update the type of this prop*/} |
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.
{/* @ts-ignore we need to update the type of this prop*/} | |
{/* @ts-ignore TODO we need to update the type of this prop*/} |
While we're here, let's put a TODO
string in there so if someone is searching for TODOs this will show up.
@justinkambic took care of your feedback |
💚 Build SucceededHistory
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!
@@ -100,7 +100,6 @@ const Application = (props: UptimeAppProps) => { | |||
<EuiPage className="app-wrapper-panel " data-test-subj="uptimeApp"> | |||
<main> | |||
<PageHeader setBreadcrumbs={setBreadcrumbs} /> | |||
// @ts-ignore we need to update the type of this prop |
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.
Being able to delete it, even better!
* master: (22 commits) skip flaky suite (elastic#50018) skip settings tests (elastic#57608) skip failing suite (elastic#44631) [SIEM] [Case] Initial UI (elastic#57283) handle viewing sample dashboards on default dist (elastic#57510) Fix detection of "system requests" in plugins (elastic#57149) [ML] New Platform server shim: update job service schema (elastic#57614) skip flaky suite (elastic#44631) [APM] Update monospace font family variable (elastic#57555) skip flaky test (elastic#57377) Skip save query tests (elastic#57589) [Maps] allow simultaneous opening of multiple tooltips (elastic#57226) [Uptime] Fix/host connected components (elastic#56969) [logs][metrics][docs] Update screenshots for 7.6 (elastic#57254) [ML] New Platform server shim: update job service routes to use new platform router (elastic#57403) [Maps] Fix document source top hits split by scripted field (elastic#57481) Use log4j pattern syntax (elastic#57433) [ML] Categorization field example endpoint tests (elastic#57471) [Lens] Filter out pinned filters from saved object of Lens (elastic#57197) Lens client side shim cleanup (elastic#56976) ...
* added test for pages * fixed types * moved redux logic to connected * comment * update type * type fix
Summary
Fix elastic/uptime#134
Move containers into connected folder.