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

Allow optional OSS to X-Pack dependencies #107432

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    0792111 View commit details
    Browse the repository at this point in the history
  2. Remove ESLint rule for OSS to X-Pack restricted paths

    This is no longer necessary now that we validate OSS to X-Pack plugin
    dependencies in the plugins service. Since there is no way to
    differentiate "optional" and "required" dependencies in ESLint rules,
    this rule needs to be removed to allow such optional dependencies.
    jportner committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    774ae1b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    c54c2b5 View commit details
    Browse the repository at this point in the history
  2. PR review feedback

    * Improve error message
    * Add source field to PluginWrapper
    jportner committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    daebba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    89e3cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a38a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07bb8ec View commit details
    Browse the repository at this point in the history