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

Script: Ingest Metadata and CtxMap #88458

Merged
merged 32 commits into from
Jul 13, 2022

Commits on Jul 8, 2022

  1. WIP

    stu-elastic committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    bf2085f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ff58a View commit details
    Browse the repository at this point in the history
  3. Update metadata javadoc

    stu-elastic committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4ea1791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7244010 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76022a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. keys() -> getKeys(), don't cache entrySet, check metadata in source, …

    …return vt validator, doc matcher only checks metadata map
    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    75f85bd View commit details
    Browse the repository at this point in the history
  2. Return raw map

    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    aebad9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2e023 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    267ebde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20d8019 View commit details
    Browse the repository at this point in the history
  6. Script: Configuration driven validation for CtxMap

    Adds FieldProperties record that configures how to validate
    fields.  Fields have a type, are writeable or read-only, and nullable
    or not and may have an additional validation useful for Set/Enum
    validation.
    
    Splits IngestMetadata from Metadata in preparation for new Metdata
    subclasses.
    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    86b35ed View commit details
    Browse the repository at this point in the history
  7. Fix hashCode in CtxMap

    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    29dd6ec View commit details
    Browse the repository at this point in the history
  8. Fix hashCode in CtxMap

    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    472b824 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdf6bfd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'ingest_ctx_map' of github.com:stu-elastic/elasticsearch…

    … into ingest_ctx_map_field_prop
    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1a0ef93 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'ingest_ctx_map' of github.com:stu-elastic/elasticsearch…

    … into ingest_sm_to_ctx_map
    stu-elastic committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1d74d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    1600725 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ingest_ctx_map' of github.com:stu-elastic/elasticsearch…

    … into ingest_sm_to_ctx_map
    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ae733b7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ingest_sm_to_ctx_map' of github.com:stu-elastic/elastic…

    …search into ingest_ctx_map_field_prop
    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    48c62de View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f9ac7ae View commit details
    Browse the repository at this point in the history
  5. FieldProperty javadoc

    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    15328b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    824cdc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c39bb9d View commit details
    Browse the repository at this point in the history
  8. _type can be updated

    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e81f5fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7276bb0 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of github.com:stu-elastic/elasticsearch into in…

    …gest_ctx_map_field_prop
    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7be1f41 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of github.com:stu-elastic/elasticsearch into in…

    …gest_ctx_map_field_prop
    stu-elastic committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e27d73a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c7b389 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a45f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    dc1fc58 View commit details
    Browse the repository at this point in the history
  2. Don't copy source

    stu-elastic committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a08afb8 View commit details
    Browse the repository at this point in the history
  3. Revert "Don't copy source"

    This reverts commit a08afb8.
    stu-elastic committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8eb42c6 View commit details
    Browse the repository at this point in the history