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

[SIEM][Timeline] Persist timeline to localStorage #67156

Merged
merged 49 commits into from Jun 17, 2020

Commits on Jun 5, 2020

  1. Init localStorage epic

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5b02a67 View commit details
    Browse the repository at this point in the history
  2. Persist removed columns

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    48508fd View commit details
    Browse the repository at this point in the history
  3. Persist added columns

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3c9d544 View commit details
    Browse the repository at this point in the history
  4. Create helpers

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a2735b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50223b7 View commit details
    Browse the repository at this point in the history
  6. Persist order of columns

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ce60056 View commit details
    Browse the repository at this point in the history
  7. Filter page timelines

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    1048da7 View commit details
    Browse the repository at this point in the history
  8. Persist deltas

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    72f6cfb View commit details
    Browse the repository at this point in the history
  9. Persist reset fields

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6cec55b View commit details
    Browse the repository at this point in the history
  10. Improve filtering

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3af9d9b View commit details
    Browse the repository at this point in the history
  11. Persist itemsPerPage

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    b7a94a6 View commit details
    Browse the repository at this point in the history
  12. Persist sort

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    dccf233 View commit details
    Browse the repository at this point in the history
  13. Use helpers

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7956547 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ee6927 View commit details
    Browse the repository at this point in the history
  15. Refactor code

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    96fdc65 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54e0926 View commit details
    Browse the repository at this point in the history
  17. Dynamic ids to alert tables

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    cec55f0 View commit details
    Browse the repository at this point in the history
  18. Move type to types

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    637189a View commit details
    Browse the repository at this point in the history
  19. Improve localStorage

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0bbd5ab View commit details
    Browse the repository at this point in the history
  20. Improve tests

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    660344f View commit details
    Browse the repository at this point in the history
  21. Add cypress test

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    67a8815 View commit details
    Browse the repository at this point in the history
  22. Test siem local storage

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c6a9994 View commit details
    Browse the repository at this point in the history
  23. Test epic

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0298a7b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c5f8248 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    85392d8 View commit details
    Browse the repository at this point in the history
  26. Fix rebase

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d4e89d8 View commit details
    Browse the repository at this point in the history
  27. Rename to new naming

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    4a780b9 View commit details
    Browse the repository at this point in the history
  28. Clean cypress tests

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0c16de3 View commit details
    Browse the repository at this point in the history
  29. Proper reload

    cnasikas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c20ae9d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

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

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    0cf818e View commit details
    Browse the repository at this point in the history
  2. Improve cypress tests

    cnasikas committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ec2df5b View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    cnasikas committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    91a892a View commit details
    Browse the repository at this point in the history
  4. Rename ids

    cnasikas committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9a8c4d0 View commit details
    Browse the repository at this point in the history
  5. Improve localStorage

    cnasikas committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    56d2c29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae37657 View commit details
    Browse the repository at this point in the history
  7. re-structure code

    XavierM committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    605466c View commit details
    Browse the repository at this point in the history
  8. Draft

    cnasikas committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    b9fd416 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    60d6319 View commit details
    Browse the repository at this point in the history
  2. Improve code

    cnasikas committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    40b02fb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    e86ad72 View commit details
    Browse the repository at this point in the history
  2. Better naming

    cnasikas committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1d636e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    ba2a556 View commit details
    Browse the repository at this point in the history
  2. Improve cypress tests

    cnasikas committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3630cfd View commit details
    Browse the repository at this point in the history
  3. Fix types

    cnasikas committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    f27e8e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Review improvements

    cnasikas committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    3a92165 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

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

Commits on Jun 16, 2020

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