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

Check if root mapping is actually valid #6093

Closed
wants to merge 7 commits into from
Closed

Commits on May 10, 2014

  1. Check if root mapping is actually valid

    When a mapping is declared and the type is known from the uri
    then the type can be skipped in the body (see elastic#4483). However,
    there was no check if the given keys actually make a valid mapping.
    
    closes elastic#5864
    brwe committed May 10, 2014
    Configuration menu
    Copy the full SHA
    df99d75 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. remove and add same time

    brwe committed May 12, 2014
    Configuration menu
    Copy the full SHA
    3344b79 View commit details
    Browse the repository at this point in the history
  2. use StringBuilder

    brwe committed May 12, 2014
    Configuration menu
    Copy the full SHA
    ce14015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff9f855 View commit details
    Browse the repository at this point in the history
  4. typo

    brwe committed May 12, 2014
    Configuration menu
    Copy the full SHA
    7395813 View commit details
    Browse the repository at this point in the history
  5. shorter if

    brwe committed May 12, 2014
    Configuration menu
    Copy the full SHA
    32c2211 View commit details
    Browse the repository at this point in the history
  6. typo

    brwe committed May 12, 2014
    Configuration menu
    Copy the full SHA
    e321682 View commit details
    Browse the repository at this point in the history