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

Read configuration file with .yaml suffix #10909

Merged
merged 2 commits into from May 28, 2015
Merged

Read configuration file with .yaml suffix #10909

merged 2 commits into from May 28, 2015

Commits on Apr 30, 2015

  1. Read configuration file with .yaml suffix

    Fixes a bug whereby we failed to read an elasticsearch config file with
    the .yaml extension. This commit allows elasticsearch config files to
    be suffixed with: .yml, .yaml, .json, .properties.
    
    Closes #9706
    aleph-zero committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    defe2c3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Test for reading alternate suffixes

    aleph-zero committed May 7, 2015
    Configuration menu
    Copy the full SHA
    4a13a56 View commit details
    Browse the repository at this point in the history