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

Remove hidden file leniency from plugin service #23982

Merged
merged 3 commits into from
Apr 8, 2017

Commits on Apr 7, 2017

  1. Remove hidden file leniency from plugin service

    This commit removes some leniency from the plugin service which skips
    hidden files in the plugins directory. We really want to ensure the
    integrity of the plugin folder, so hasta la vista leniency.
    jasontedor committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    71967ed View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Merge branch 'master' into skip-skipping-hidden-files

    * master:
      Discovery EC2: Remove region setting (elastic#23991)
      AWS Plugins: Remove signer type setting (elastic#23984)
      Settings: Disallow secure setting to exist in normal settings (elastic#23976)
      Add registration of new discovery settings
      Settings: Migrate ec2 discovery sensitive settings to elasticsearch keystore (elastic#23961)
      Fix throttled reindex_from_remote (elastic#23953)
      Add comment why we check for null fetch results during merge
    jasontedor committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    b197a43 View commit details
    Browse the repository at this point in the history
  2. Add test for not skipping hidden files

    This commit adds a test that hidden files are not skipped in the plugins
    folder.
    jasontedor committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    f465340 View commit details
    Browse the repository at this point in the history