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

[Ingest Manager] Rename data sources to package configs #70259

Merged
merged 21 commits into from
Jul 1, 2020

Commits on Jun 29, 2020

  1. Rename datasource saved object to package_config (SO type `ingest…

    …-datasource` to `ingest-package-config`) and adjust mappings:
    
    - Remove unused `processors` field on input & stream levels
    - Remove unnecessary `enabled` field on package config & input levels
    - Rename `agent_stream` field to `compiled_stream`
    - Reorder other fields so that important fields are closer to top & similar fields are grouped together
    
    Also,
    - Remove 7.9.0 migrations as we are not supporting an upgrade path from experimental to beta release
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f7ef254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482eebb View commit details
    Browse the repository at this point in the history
  3. Rename Datasource-related types to PackageConfig, update all refe…

    …rences (does not include actual type definition changes yet)
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f000015 View commit details
    Browse the repository at this point in the history
  4. Rename Datasource schemas and rest spec typings to PackageConfig

    …(does not include actual schema changes yet)
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    77cebc2 View commit details
    Browse the repository at this point in the history
  5. Change datasources on agent config typings and schemas to `package_…

    …configs` and update all references
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6e7320e View commit details
    Browse the repository at this point in the history
  6. Add back enabled field on package config and input levels. They are…

    … needed for current & future UI features. Also:
    
    - Match types and schemas with saved object mappings (`agent_stream` to `compiled_stream`, removal of `processors`)
    - Set `namespace` to be a required property on agent config and package config types, add validation support for it on UI
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    330af13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58e5e86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b31a66 View commit details
    Browse the repository at this point in the history
  9. Update doc wording

    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    849f228 View commit details
    Browse the repository at this point in the history
  10. Rename all instances of datasource in file paths and variable names o…

    …n client sides, and for Endpoint too
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    7972d2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a985661 View commit details
    Browse the repository at this point in the history
  12. Replace datasource references in tests and fixtures; remove unused `i…

    …ngest/policies` es archiver data
    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    640c63b View commit details
    Browse the repository at this point in the history
  13. Fix tests

    jen-huang committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    91d13f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fix test field name

    jen-huang committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b459636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e4bbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8194094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2585d2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b312459 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    56f32a2 View commit details
    Browse the repository at this point in the history
  2. Fix i18n

    jen-huang committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7761eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c762e2a View commit details
    Browse the repository at this point in the history