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

Add get field mappings to High Level REST API Client #31423

Merged

Commits on Jun 19, 2018

  1. Add get field mappings to High Level REST API Client

    Relates to elastic#27205
    Vladimir Dolzhenko committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    1730875 View commit details
    Browse the repository at this point in the history
  2. don't introduce ParseField in XContentBuilder so far

    Vladimir Dolzhenko committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    b350c33 View commit details
    Browse the repository at this point in the history
  3. don't introduce complex endpoint method; improve fields randomization…

    … - nulls are welcome
    Vladimir Dolzhenko committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    4cb66ae View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. rename getFieldMappings to getFieldMapping for consistency with REST …

    …API SPEC
    Vladimir Dolzhenko committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    207a8d5 View commit details
    Browse the repository at this point in the history
  2. simplification of GetFieldMappingsResponse.fromXContent + allow rando…

    …m fields at some level in test
    Vladimir Dolzhenko committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f095c57 View commit details
    Browse the repository at this point in the history
  3. add missed doc section for get-field-mapping-request-local

    (cherry picked from commit 38b7bd4)
    Vladimir Dolzhenko committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    ce482f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. clean up

    Vladimir Dolzhenko committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    2205664 View commit details
    Browse the repository at this point in the history
  2. use regexp in getRandomFieldsExcludeFilter

    Vladimir Dolzhenko committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    88192e8 View commit details
    Browse the repository at this point in the history
  3. add and use setRandomLocal(Consumer)

    Vladimir Dolzhenko committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    e38c145 View commit details
    Browse the repository at this point in the history
  4. rebuilt fromXContent

    Vladimir Dolzhenko committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    a7403ed View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'remotes/origin/master' into get_field_m…

    …appings_hlrestapi_
    Vladimir Dolzhenko committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    b6265f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. polish a bit randomFieldsExcludeFilter regexp

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a12c32e View commit details
    Browse the repository at this point in the history
  2. drop unnecessary assertThat-s

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    3424790 View commit details
    Browse the repository at this point in the history
  3. drop intermediate builder from fromXContent process

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    03b0396 View commit details
    Browse the repository at this point in the history
  4. unused import...

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c991dbc View commit details
    Browse the repository at this point in the history
  5. another round of fromXContent simplification

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    fa77332 View commit details
    Browse the repository at this point in the history
  6. improve junk protection on parsing

    Vladimir Dolzhenko committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    7d61d23 View commit details
    Browse the repository at this point in the history