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

[Snapshot and Restore] Server side snapshots pagination #110266

Merged
merged 38 commits into from
Oct 18, 2021

Commits on Aug 26, 2021

  1. [Snapshot % Restore] Added server side pagination and sorting to get …

    …snapshots route, refactored snapshots table to use EuiBasicTable with controlled pagination instead of EuiInMemoryTable
    yuliacech committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2c2065f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    6b565fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c14d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e899c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Sep 13, 2021

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

Commits on Sep 14, 2021

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

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    5546ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. [Snapshot & Restore] Implemented server side search request for snaps…

    …hot, repository and policy name
    yuliacech committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a8418f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989dbf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fab678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d6b5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f84dfd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02ea7c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16891ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1334f40 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    7b0d517 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    35e1acf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    38cc772 View commit details
    Browse the repository at this point in the history
  2. Update x-pack/plugins/snapshot_restore/public/application/sections/ho…

    …me/snapshot_list/components/snapshot_search_bar.tsx
    
    Co-authored-by: CJ Cenizal <cj@cenizal.com>
    yuliacech and cjcenizal authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9ca9a08 View commit details
    Browse the repository at this point in the history
  3. Update x-pack/plugins/snapshot_restore/public/application/sections/ho…

    …me/snapshot_list/components/snapshot_empty_prompt.tsx
    
    Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
    yuliacech and jrodewig authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5db21ad View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    b1aa490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56be367 View commit details
    Browse the repository at this point in the history
  3. [Snapshot & Restore] Moved "getSnapshotSearchWildcard" to a separate …

    …file and added unit tests
    yuliacech committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c9467f7 View commit details
    Browse the repository at this point in the history
  4. [Snapshot & Restore] Added api integration tests for "get snapshots" …

    …endpoint (pagination, sorting, search)
    yuliacech committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    5e84030 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    d2d6a56 View commit details
    Browse the repository at this point in the history
  2. [Snapshot & Restore] Renamed SnapshotSearchOptions/SnapshotTableOptio…

    …ns to -Params and added the link to the specs issue
    yuliacech committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    e920e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    1feb0c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb22230 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    5d86bd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    c0c8096 View commit details
    Browse the repository at this point in the history
  2. [Snapshot & Restore] Fixed search wildcard to also match string in th…

    …e middle of the value, not only starting with the string. Also updated the tests following the code review suggestions to make them more readable.
    yuliacech committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    347f0e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    cfd5f04 View commit details
    Browse the repository at this point in the history
  2. [Snapshot & Restore] Added incremental search back to snapshots list …

    …and a debounce of 500ms
    yuliacech committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    61d21d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. [Snapshot & Restore] Updated snapshot search debounce value and extra…

    …cted it into a constant
    yuliacech committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    467f47c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    9ac27d3 View commit details
    Browse the repository at this point in the history
  2. [Snapshot & Restore] Renamed debounceValue to cachedListParams and ad…

    …ded a comment why debounce is used
    yuliacech committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e139f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d08704 View commit details
    Browse the repository at this point in the history