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

alias in rollup target_index field #445

Merged
merged 20 commits into from
Nov 3, 2022

Commits on Aug 10, 2022

  1. initial commit

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9d94156 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9adfb37 View commit details
    Browse the repository at this point in the history
  3. refactor and ITs

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4e7d173 View commit details
    Browse the repository at this point in the history
  4. added support for mustache scripting of rollup.target_index field (op…

    …ensearch-project#435)
    
    * tests
    * small refactor/improvements
    * added wildcard check when creating rollup job; removed resolving targetIndex on Rollup init; added test for wildcards
    * lint fixes
    * moved target_index validation in getRollup resp handler
    * removed catch block
    * exception fix
    * linter fix
    * fixed IT fail
    * added Exception catch block
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    13f3eec View commit details
    Browse the repository at this point in the history
  5. * added support for searching multiple rollup indices with same mapping

    * reverted old error messages
    * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic
    * fixed sorting
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    bae728e View commit details
    Browse the repository at this point in the history
  6. Multi rollup ndx search (opensearch-project#453)

    * fixed failing rollupInterceptorIT  test
    * reverted old error messages
    * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic
    * fixed sorting
    * added ITs for multi rollup index search
    * added ITs for multi rollup index search#2
    * detekt fixes
    * changed index names and rollup job
    * detekt fix
    * empty commit to trigger test pipeline
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    db32bb3 View commit details
    Browse the repository at this point in the history
  7. fixed rollupFieldValueExpressionResolverTests

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7ca8c83 View commit details
    Browse the repository at this point in the history
  8. * added support for mustache scripting of rollup.target_index field

    * defekt fixes
    * tests
    * small refactor/improvements
    * added wildcard check when creating rollup job; removed resolving targetIndex on Rollup init; added test for wildcards
    * lint fixes
    * moved target_index validation in getRollup resp handler
    * added using toMap()
    * exception fix
    * linter fix
    * fixed IT fail
    * added Exception catch block
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8b9a825 View commit details
    Browse the repository at this point in the history
  9. merge from main

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7a78788 View commit details
    Browse the repository at this point in the history
  10. fixed ITs and added more

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a6dc287 View commit details
    Browse the repository at this point in the history
  11. unit test fix

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d94cec2 View commit details
    Browse the repository at this point in the history
  12. removed debug logging from rollupRunner

    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8d78152 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    1193c9b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. more tweaks; more ITs

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    07b851f View commit details
    Browse the repository at this point in the history
  2. merge from main

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    29f2cb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. added more tests; added more descriptive messages

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3424178 View commit details
    Browse the repository at this point in the history
  2. test fix; method rename

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c1c5b24 View commit details
    Browse the repository at this point in the history
  3. test fix opensearch-project#2

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c970286 View commit details
    Browse the repository at this point in the history
  4. empty commit

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    efead8e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. small changes

    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Petar Dzepina committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    dfc5f7b View commit details
    Browse the repository at this point in the history