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

Log search #1114

Merged
merged 46 commits into from Nov 9, 2020
Merged

Log search #1114

merged 46 commits into from Nov 9, 2020

Commits on Oct 20, 2020

  1. Moving logs to virtual list

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 20, 2020
    Copy the full SHA
    edf59c9 View commit details
    Browse the repository at this point in the history
  2. Introducing log search

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 20, 2020
    Copy the full SHA
    7234d2e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Setting ref for VirtualList to access its methods

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 21, 2020
    Copy the full SHA
    118ed20 View commit details
    Browse the repository at this point in the history
  2. Introducing search store

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 21, 2020
    Copy the full SHA
    5c084b8 View commit details
    Browse the repository at this point in the history
  3. Centering overlay when scroll to it

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 21, 2020
    Copy the full SHA
    f8548d6 View commit details
    Browse the repository at this point in the history
  4. Using SearchInput in PodLogSearch

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 21, 2020
    Copy the full SHA
    93ae4b6 View commit details
    Browse the repository at this point in the history
  5. Using Prev/Next icons for search

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 21, 2020
    Copy the full SHA
    7ac13f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. No trigger logs load when scrolled by method

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    14e88a5 View commit details
    Browse the repository at this point in the history
  2. SearchInput refactoring

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    de33f52 View commit details
    Browse the repository at this point in the history
  3. Adding find counters

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    cfb6c3c View commit details
    Browse the repository at this point in the history
  4. Clean search query on dock tab change

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    45b6faf View commit details
    Browse the repository at this point in the history
  5. Refresh search when logs get changed

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    a6eb283 View commit details
    Browse the repository at this point in the history
  6. Case-insensitive search

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    e3a3fb4 View commit details
    Browse the repository at this point in the history
  7. Improve logs scrolling experience

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    01e485d View commit details
    Browse the repository at this point in the history
  8. Catching empty logs in various places

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    6bb874d View commit details
    Browse the repository at this point in the history
  9. Fixing downloading logs

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    4b0b635 View commit details
    Browse the repository at this point in the history
  10. Clean up some duplicated styles

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    d5ed79d View commit details
    Browse the repository at this point in the history
  11. Removing jump-to-bottom animation

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    c099711 View commit details
    Browse the repository at this point in the history
  12. Fixing since label

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    c962ea6 View commit details
    Browse the repository at this point in the history
  13. Reducing container selector size

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 22, 2020
    Copy the full SHA
    99b6bab View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Scroll down to bottom after each reload

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 23, 2020
    Copy the full SHA
    fcf9422 View commit details
    Browse the repository at this point in the history
  2. Fix search within timestamps if they not provided

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 23, 2020
    Copy the full SHA
    de536b8 View commit details
    Browse the repository at this point in the history
  3. Use log row hover color from theme

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 23, 2020
    Copy the full SHA
    d736f24 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Add search bindings for 'Esc' & 'Enter' hits

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 26, 2020
    Copy the full SHA
    2e2eec7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Copy the full SHA
    b0c0794 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    61a2936 View commit details
    Browse the repository at this point in the history
  3. Focus input fields on CmdOrCtrl+F

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Oct 30, 2020
    Copy the full SHA
    bc8a688 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Move search.store.ts in to /common folder

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 1, 2020
    Copy the full SHA
    16cde00 View commit details
    Browse the repository at this point in the history
  2. search.store.ts -> search-store.ts

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 1, 2020
    Copy the full SHA
    d262c76 View commit details
    Browse the repository at this point in the history
  3. Adding test for search store

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 1, 2020
    Copy the full SHA
    4ec29ce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Adding integration tests for logs

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 2, 2020
    Copy the full SHA
    a054ae2 View commit details
    Browse the repository at this point in the history
  2. Fixing scroll jumping bug

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 2, 2020
    Copy the full SHA
    139c114 View commit details
    Browse the repository at this point in the history
  3. Removing download icon check for testing purpose

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 2, 2020
    Copy the full SHA
    83c760d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ea96a7f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Removing clicking on nginx-create-pod-test

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 3, 2020
    Copy the full SHA
    858acc1 View commit details
    Browse the repository at this point in the history
  2. Moving log tests before cluster operations

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 3, 2020
    Copy the full SHA
    94ed372 View commit details
    Browse the repository at this point in the history
  3. Build extensions before integration tests

    Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
    nevalla committed Nov 3, 2020
    Copy the full SHA
    da12885 View commit details
    Browse the repository at this point in the history
  4. Build also npm before integration tests

    Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
    nevalla committed Nov 3, 2020
    Copy the full SHA
    cc3af77 View commit details
    Browse the repository at this point in the history
  5. Move npm build and extension build into own build step

    Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
    nevalla committed Nov 3, 2020
    Copy the full SHA
    6283daa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Copy the full SHA
    4e1b901 View commit details
    Browse the repository at this point in the history
  2. Removing separator sketches

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 4, 2020
    Copy the full SHA
    cc8902c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Horizontal scrolling to founded keyword

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 5, 2020
    Copy the full SHA
    c3c2e52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4caddf5 View commit details
    Browse the repository at this point in the history
  3. Delaying horizontal scrolling

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 5, 2020
    Copy the full SHA
    871173e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Copy the full SHA
    b67d367 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into logs-search

    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    aleksfront committed Nov 9, 2020
    Copy the full SHA
    eb4435e View commit details
    Browse the repository at this point in the history