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

Saved Object Namespaces #22357

Merged
merged 25 commits into from
Sep 4, 2018
Merged

Saved Object Namespaces #22357

merged 25 commits into from
Sep 4, 2018

Commits on Aug 10, 2018

  1. Adding a namespace

    kobelb committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a8c38b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

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

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    5e37485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90476b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec276f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cfc737 View commit details
    Browse the repository at this point in the history
  5. Fixing some jsdocs

    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    27c60c0 View commit details
    Browse the repository at this point in the history
  6. Removing unused type parameter

    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5b937bb View commit details
    Browse the repository at this point in the history
  7. Another stray console.log...

    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    709dffd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e06a0ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff08700 View commit details
    Browse the repository at this point in the history
  10. Fixing repository tests

    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    57487af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f877510 View commit details
    Browse the repository at this point in the history
  12. Fixing SavedObjectClient tests, using more Symbols...

    It ends up that two different instances of {} are considered to be
    equal by jest's .toHaveBeenCalledWith, so for these white-box tests
    we're just using Symbols...
    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c9059e7 View commit details
    Browse the repository at this point in the history
  13. Fixing getSearchDsl tests

    kobelb committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2c4f135 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    636d583 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Fixing query param tests

    kobelb committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c05b369 View commit details
    Browse the repository at this point in the history
  2. Adding Schema tests

    kobelb committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    ad190b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb65dd View commit details
    Browse the repository at this point in the history
  4. Namespaces via options

    kobelb committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a2c19ec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Removing duplicate test

    kobelb committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    c424230 View commit details
    Browse the repository at this point in the history
  2. Removing spaceId from mappings

    kobelb committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    607b807 View commit details
    Browse the repository at this point in the history
  3. Fixing test

    kobelb committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    002e3b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    d213cd8 View commit details
    Browse the repository at this point in the history
  2. Even better schema

    kobelb committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    95ef4b0 View commit details
    Browse the repository at this point in the history