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

[Fleet] Remove upgradePackage and consolidate it with installPackage, optimize calls to create index patterns #94490

Merged
merged 30 commits into from
Mar 23, 2021

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    bc3ccc1 View commit details
    Browse the repository at this point in the history
  2. First attempt at switching to indexPatternService for EPM index patte…

    …rn creation & deletion, instead of interacting directly with index pattern SOs
    jen-huang committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9dec16e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Simplify bulk install package, remove upgradePackage() method in favo…

    …r of consolidating with installPackage(), use installPackage() for bulk install instead
    jen-huang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5a09497 View commit details
    Browse the repository at this point in the history
  2. Update tests

    jen-huang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    480967d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb4f16 View commit details
    Browse the repository at this point in the history
  4. Install index patterns as a post-package installation operation, for …

    …bulk package installation, install index pattern only if one or more packages are actually new installs, add debug logging
    jen-huang committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0890eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69b93da View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Allow getFieldsForWildcard to return fields saved on index pattern …

    …when allowNoIndices is true
    jen-huang committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1331321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e3e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af0fb0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e712e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix tests

    jen-huang committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    95ddd04 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'index-pattern/allow-no-index' into epm/missing-…

    …index-patterns"
    
    This reverts commit 8e712e9, reversing
    changes made to af0fb0e.
    jen-huang committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    76dd02b View commit details
    Browse the repository at this point in the history
  3. Allow getAsSavedObjectBody to return non-scripted fields when allowNo…

    …Index is true
    
    (cherry picked from commit 69b93da)
    jen-huang committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    afc91ce View commit details
    Browse the repository at this point in the history
  4. Update API docs

    jen-huang committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b9770fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19c7989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b013774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3f2d03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2bf522 View commit details
    Browse the repository at this point in the history
  9. Revert "Update API docs"

    This reverts commit b9770fd.
    jen-huang committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c91092f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Revert "Allow getAsSavedObjectBody to return non-scripted fields when…

    … allowNoIndex is true"
    
    This reverts commit afc91ce.
    jen-huang committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1f61b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fb018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf99ee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee99bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e534f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Remove unused type

    jen-huang committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c7683ab View commit details
    Browse the repository at this point in the history
  2. Adjust comment

    jen-huang committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    cc069bf View commit details
    Browse the repository at this point in the history
  3. Update snapshot

    jen-huang committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1d845e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54ff3ac View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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