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

feat(VncConsole): Introduce VncConsole component #288

Merged
merged 2 commits into from
Jul 2, 2018

Commits on Jun 26, 2018

  1. feat(VncConsole): introduce VncConsole component

    affects: @patternfly/react-console
    
    New VncComponent is introduced for patternfly/react-console.
    The component wraps HTML-based noVNC
    client [1]
    
    [1] https://github.com/novnc/noVNC
    mareklibra committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    4199927 View commit details
    Browse the repository at this point in the history
  2. fix(MissingObserver polyfill): add MissingObserver polyfill for jest …

    …environment
    
    affects: @patternfly/react-console, patternfly-react
    
    Referenced from noVNC (@novnc/nvnc/core/util/events.js).
    
    Workaround for the 'jest' testing only
    since the MutationObserver is available in browsers otherwise.
    
    Attempt to fix the issue by using
    'browser' jest configuration option did not work in this case.
    mareklibra committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    6e0d6f0 View commit details
    Browse the repository at this point in the history