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

SavedObjectsRepository code cleanup #157154

Merged
merged 37 commits into from
May 11, 2023

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    66c2db2 View commit details
    Browse the repository at this point in the history
  2. extract 'create'

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1baed7a View commit details
    Browse the repository at this point in the history
  3. extract bulk_create

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3104023 View commit details
    Browse the repository at this point in the history
  4. extract delete

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e9c8d57 View commit details
    Browse the repository at this point in the history
  5. extract checkConflicts

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2e1add9 View commit details
    Browse the repository at this point in the history
  6. extracting bulkDelete

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bd51cd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e268959 View commit details
    Browse the repository at this point in the history
  8. extract find

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7b5a8b8 View commit details
    Browse the repository at this point in the history
  9. extract bulk_get

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2dc4634 View commit details
    Browse the repository at this point in the history
  10. extract get

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a2f90e8 View commit details
    Browse the repository at this point in the history
  11. extract update

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1ed1f1c View commit details
    Browse the repository at this point in the history
  12. extract bulk_update

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8b550de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb47abb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3b338f View commit details
    Browse the repository at this point in the history
  15. extract increment_counter

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    aeed912 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    109017d View commit details
    Browse the repository at this point in the history
  17. move internals

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e7f1e34 View commit details
    Browse the repository at this point in the history
  18. delete dead code

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    aef0cfa View commit details
    Browse the repository at this point in the history
  19. remove obsolete snapshot

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    91cfdc0 View commit details
    Browse the repository at this point in the history
  20. some more cleanup

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    81ea647 View commit details
    Browse the repository at this point in the history
  21. fix import path

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ccfe1c9 View commit details
    Browse the repository at this point in the history
  22. fix import path

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    65b4bfa View commit details
    Browse the repository at this point in the history
  23. fix binding

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b6007d8 View commit details
    Browse the repository at this point in the history
  24. this was a tricky one

    pgayvallet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ba8563a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    f640226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63a1b9 View commit details
    Browse the repository at this point in the history
  3. small repository cleanup

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    85a9c00 View commit details
    Browse the repository at this point in the history
  4. move ALL the things again

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c83830d View commit details
    Browse the repository at this point in the history
  5. fix constructor error

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    eec0fc1 View commit details
    Browse the repository at this point in the history
  6. add mocks and test example

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2464efd View commit details
    Browse the repository at this point in the history
  7. lint

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7b8e966 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48a1be0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5eac343 View commit details
    Browse the repository at this point in the history
  10. merge util files

    pgayvallet committed May 10, 2023
    Configuration menu
    Copy the full SHA
    37ccab3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. add left and right helpers

    pgayvallet committed May 11, 2023
    Configuration menu
    Copy the full SHA
    32f9866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e5ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69bab51 View commit details
    Browse the repository at this point in the history