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

[Uptime] Fix/host connected components #56969

Merged
merged 10 commits into from
Feb 13, 2020

Conversation

shahzad31
Copy link
Contributor

@shahzad31 shahzad31 commented Feb 6, 2020

Summary

Fix elastic/uptime#134

Move containers into connected folder.

@streamich streamich added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label Feb 7, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@shahzad31 shahzad31 self-assigned this Feb 7, 2020
@shahzad31 shahzad31 added release_note:skip Skip the PR/issue when compiling release notes v7.7.0 v8.0.0 labels Feb 7, 2020
@shahzad31 shahzad31 marked this pull request as ready for review February 11, 2020 22:07
Copy link
Contributor

@justinkambic justinkambic left a 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"
Copy link
Contributor

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.

Copy link
Contributor Author

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"
Copy link
Contributor

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 @@
/*
Copy link
Contributor

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.

Copy link
Contributor Author

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

Choose a reason for hiding this comment

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

Suggested change
{/* @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.

@shahzad31
Copy link
Contributor Author

@justinkambic took care of your feedback

@shahzad31 shahzad31 changed the title Fix/host connected components [Uptime] Fix/host connected components Feb 13, 2020
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

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

Copy link
Contributor

@justinkambic justinkambic left a 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
Copy link
Contributor

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!

@shahzad31 shahzad31 merged commit 05bf3ee into elastic:master Feb 13, 2020
@shahzad31 shahzad31 deleted the fix/host-connected-components branch February 13, 2020 17:34
gmmorris added a commit to gmmorris/kibana that referenced this pull request Feb 13, 2020
* 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)
  ...
shahzad31 added a commit to shahzad31/kibana that referenced this pull request Feb 14, 2020
* added test for pages

* fixed types

* moved redux logic to connected

* comment

* update type

* type fix
shahzad31 added a commit that referenced this pull request Feb 14, 2020
* added test for pages

* fixed types

* moved redux logic to connected

* comment

* update type

* type fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.7.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Host connected components in a dedicated directory
5 participants