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

[Logs UI] Shared <LogStream /> component #76262

Merged
merged 19 commits into from
Sep 7, 2020

Commits on Sep 1, 2020

  1. Scaffold <LogStream /> component

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4cb42b4 View commit details
    Browse the repository at this point in the history
  2. Scaffold useLogStream() hook

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9e1b7b2 View commit details
    Browse the repository at this point in the history
  3. Render empty view

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ccfb7aa View commit details
    Browse the repository at this point in the history
  4. Add seamless option for seamless rendering

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    11210e1 View commit details
    Browse the repository at this point in the history
  5. Allow for complex queries and UI manipulation

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    49026f7 View commit details
    Browse the repository at this point in the history
  6. Tweak component layout

    The `<LogStream />` component misbehaves when its parent component
    doesn't have a fixed width. This is caused by an `AutoSizer` trying to
    determine the necessary width, and the `ScrollableLogTextStreamView`
    trying to hide the scrollbar by making the scrollable view 20 pixels
    wider than its container.
    
    To fix this we control the hiding behaviour through a prop, and disable
    it in our component.
    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    de15012 View commit details
    Browse the repository at this point in the history
  7. Use <LogStream /> in "View in context" component

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    46aaadb View commit details
    Browse the repository at this point in the history
  8. Add README.md

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    018d3f7 View commit details
    Browse the repository at this point in the history
  9. POC: Integrate logs into APM

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    690130b View commit details
    Browse the repository at this point in the history
  10. Fix types

    afgomez authored and Alejandro Fernández Gómez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    6a29684 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Crash and burn if core services are not available

    afgomez authored and Alejandro Fernández Gómez committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1ed3dda View commit details
    Browse the repository at this point in the history
  2. Add error handling recommendations

    afgomez authored and Alejandro Fernández Gómez committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    77d53a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Merge branch 'master' into 75650-log-stream-shared

    afgomez authored and Alejandro Fernández Gómez committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    87438f3 View commit details
    Browse the repository at this point in the history
  2. Make the public export lazy

    afgomez authored and Alejandro Fernández Gómez committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9ce68b9 View commit details
    Browse the repository at this point in the history
  3. Fix height for view log in context

    afgomez authored and Alejandro Fernández Gómez committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4a63279 View commit details
    Browse the repository at this point in the history
  4. fixup! Make the public export lazy

    afgomez authored and Alejandro Fernández Gómez committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    09b62e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Update docs

    afgomez authored and Alejandro Fernández Gómez committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    054781c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 75650-log-stream-shared

    afgomez authored and Alejandro Fernández Gómez committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    fa1caf6 View commit details
    Browse the repository at this point in the history
  3. Revert "POC: Integrate logs into APM"

    This reverts commit 690130b.
    afgomez authored and Alejandro Fernández Gómez committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a53ae34 View commit details
    Browse the repository at this point in the history