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

Support for output search #7258

Merged
merged 33 commits into from Dec 24, 2019
Merged

Commits on Oct 23, 2019

  1. Support for output search

    This is the first pass at search which can search output in a generic
    way. This commit does this on a best effort through walking and
    manipulating the DOM. There are limitations, including the inability to
    handle that to a user <span><b>foo</b>bar</span> should be searched as
    foobar. This also will not handle SVGs and does not expose a way to
    delegate search to output presenters. Still, this works very well on
    stdout/stderr type messages, tables, etc.
    
    Fixes: jupyterlab#6768
    Marc Udoff authored and telamonian committed Oct 23, 2019
    Copy the full SHA
    c68f089 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. rebase; fixed yarn.lock

    telamonian committed Oct 28, 2019
    Copy the full SHA
    9bd3d9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4133440 View commit details
    Browse the repository at this point in the history
  3. removed unneeded typing

    telamonian committed Oct 28, 2019
    Copy the full SHA
    1e756bb View commit details
    Browse the repository at this point in the history
  4. Fix issue with saving modified nodes

    Marc Udoff committed Oct 28, 2019
    Copy the full SHA
    b5d3f96 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. fixed typeerror

    telamonian committed Nov 13, 2019
    Copy the full SHA
    be2aee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Add filter on search to only search input or output

    Marc Udoff committed Nov 19, 2019
    Copy the full SHA
    dbe4924 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Copy the full SHA
    c099641 View commit details
    Browse the repository at this point in the history
  2. Dev mode update

    saulshanabrook committed Dec 9, 2019
    Copy the full SHA
    5cebdf8 View commit details
    Browse the repository at this point in the history
  3. phosphor -> lumino

    saulshanabrook committed Dec 9, 2019
    Copy the full SHA
    18e7d62 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6d78fb2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    114ccb3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    741dbfb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Copy the full SHA
    1db831c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7f5d9d View commit details
    Browse the repository at this point in the history
  3. Move filters to bottom

    saulshanabrook committed Dec 10, 2019
    Copy the full SHA
    932ea3f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    423bb11 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Copy the full SHA
    87df382 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e60f5bb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Copy the full SHA
    77031d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fe4f0b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f7313e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4b361ba View commit details
    Browse the repository at this point in the history
  5. Switch to ui color 3

    saulshanabrook committed Dec 12, 2019
    Copy the full SHA
    fbf01c2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    84b2516 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a670f86 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8f14628 View commit details
    Browse the repository at this point in the history
  9. Yarn lock updates

    saulshanabrook committed Dec 12, 2019
    Copy the full SHA
    c324faa View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b4a2232 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    848bf2a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Copy the full SHA
    bbaef99 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Integrity update

    saulshanabrook committed Dec 24, 2019
    Copy the full SHA
    c7fec0e View commit details
    Browse the repository at this point in the history
  2. Fix null checks

    saulshanabrook committed Dec 24, 2019
    Copy the full SHA
    ee1f1d0 View commit details
    Browse the repository at this point in the history