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

Basic TransformationRule: IndexMappingTypeRemoval #783

Merged
merged 51 commits into from
Jul 10, 2024

Commits on Jun 6, 2024

  1. Draft doc

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d1615eb View commit details
    Browse the repository at this point in the history
  2. Editing pass and more details about rules engine

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    44b0a7e View commit details
    Browse the repository at this point in the history
  3. Include reference link

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cf62c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Move prototype code into files

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e06343e View commit details
    Browse the repository at this point in the history
  2. traffic capture request processing

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8545bab View commit details
    Browse the repository at this point in the history
  3. Seperate metadata migration doc

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    403561f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Initial changes

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    af4f095 View commit details
    Browse the repository at this point in the history
  2. Rename types

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    991b9ab View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    ff7bcba View commit details
    Browse the repository at this point in the history
  2. Move into the migrations folder

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    49e8555 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Test stubs

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d73c257 View commit details
    Browse the repository at this point in the history
  2. Add interfacce for groupings

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d279c40 View commit details
    Browse the repository at this point in the history
  3. IndexMapping Type Removal can apply check

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8918ccd View commit details
    Browse the repository at this point in the history
  4. Initial transformer and tests

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1699bb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Shift all transformation code into core utils

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cd9c805 View commit details
    Browse the repository at this point in the history
  2. Remove static data classes

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fdb394e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into transformation_remova…

    …l_of_types
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5c565e9 View commit details
    Browse the repository at this point in the history
  4. Cleaning up a handful more of the parts of the refactor

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    93d6049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863cb31 View commit details
    Browse the repository at this point in the history
  6. Use transformations for type mapping removal

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c1cda29 View commit details
    Browse the repository at this point in the history
  7. Remove unneeded test file

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e45f1b3 View commit details
    Browse the repository at this point in the history
  8. migrateFrom_ES_v6_8 is working!

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c09409b View commit details
    Browse the repository at this point in the history
  9. Tests prints some proof of what it did

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1a46fae View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Cleanup test case a bit

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b21dd5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443df79 View commit details
    Browse the repository at this point in the history
  3. Clean up container naming

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fc000c6 View commit details
    Browse the repository at this point in the history
  4. Cleaning up core

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bcbd213 View commit details
    Browse the repository at this point in the history
  5. Cleanup white space and javadocs

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4f78c43 View commit details
    Browse the repository at this point in the history
  6. Minor doc update

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e423390 View commit details
    Browse the repository at this point in the history
  7. Minimized unneeded changes

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    78a31ea View commit details
    Browse the repository at this point in the history
  8. Fix invalid characters in javadoc

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b1eff64 View commit details
    Browse the repository at this point in the history
  9. Fix build break

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cbdb405 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Remove switch to RuntimeException

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e061abe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Updates from PR feedback

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b2af659 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Seperate list of index and index template transformations

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d713deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae3e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5635e09 View commit details
    Browse the repository at this point in the history
  4. Move to new transformation high level gradle project

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3016306 View commit details
    Browse the repository at this point in the history
  5. Fix build break

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0ccec1b View commit details
    Browse the repository at this point in the history
  6. Fix broken test case due to lack of OS 1.3 support

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3e4af5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8fce88 View commit details
    Browse the repository at this point in the history
  8. Wrong type used

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    677eeab View commit details
    Browse the repository at this point in the history
  9. Fix error where reindexed-logs appears on the cluster unrelated to th…

    …e test
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f8f7dd2 View commit details
    Browse the repository at this point in the history
  10. Lock down all docker versions, jaeger saw a push to latest with no ot…

    …her version updates looks like a bad version container doesn't start
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65dab08 View commit details
    Browse the repository at this point in the history
  11. Remove sneaky 'f' character

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ea275a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Disable testing against targeting 1.3

    Missing ' RFS Dynamically selects transformer based on target cluster type', tracked with https://opensearch.atlassian.net/browse/MIGRATIONS-1827
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    00fe75f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'reliable-cat-indices' into transformer-min

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    caf639f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'reliable-cat-indices' into transformer-min

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8b50d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa439c View commit details
    Browse the repository at this point in the history
  5. Transition from old to new types

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a750ff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge from main

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    65d6cef View commit details
    Browse the repository at this point in the history