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

Adding QueryGroup schema #13669

Merged
merged 31 commits into from
Jul 8, 2024

Commits on Jun 25, 2024

  1. rebase with opensearch/main

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d417d17 View commit details
    Browse the repository at this point in the history
  2. add resourceLimitGroupId propagation logic from coordinator to data n…

    …odes
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    be38bae View commit details
    Browse the repository at this point in the history
  3. add sandbox schema

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8651420 View commit details
    Browse the repository at this point in the history
  4. add resourceLimitGroupTests

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    07db8cc View commit details
    Browse the repository at this point in the history
  5. add resourceLimitGroupMetadata tests

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f531c53 View commit details
    Browse the repository at this point in the history
  6. run spotlessApply

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bfdfb88 View commit details
    Browse the repository at this point in the history
  7. add mode field in ResourceLimitGroup schema

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7631713 View commit details
    Browse the repository at this point in the history
  8. fix breaking testcases

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    49b63fa View commit details
    Browse the repository at this point in the history
  9. add task cancellation skeleton

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0270812 View commit details
    Browse the repository at this point in the history
  10. add multitenant labels in searchSource builder

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    942e142 View commit details
    Browse the repository at this point in the history
  11. write custom xcontent parser for ResourceLimitGroup

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0ca624c View commit details
    Browse the repository at this point in the history
  12. remove unrelated changes

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    163031f View commit details
    Browse the repository at this point in the history
  13. remove non-existing import fro cluster settings

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c07e5f8 View commit details
    Browse the repository at this point in the history
  14. remove non releated changes

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    098e4df View commit details
    Browse the repository at this point in the history
  15. add _id as the resourceLimitGroup key

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fba1dac View commit details
    Browse the repository at this point in the history
  16. add change to register resource limit group metadata

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7498237 View commit details
    Browse the repository at this point in the history
  17. add updatedAt in resource limit group

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    34d22a9 View commit details
    Browse the repository at this point in the history
  18. rename resourceLimitGroup to queryGroup

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a918d35 View commit details
    Browse the repository at this point in the history
  19. address the comments on PR

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a494037 View commit details
    Browse the repository at this point in the history
  20. rename the mode member var to resiliency mode

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fb58576 View commit details
    Browse the repository at this point in the history
  21. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3a1a3ef View commit details
    Browse the repository at this point in the history
  22. add change in CHANGELOG

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0da3b68 View commit details
    Browse the repository at this point in the history
  23. add tests for custom namedWritable QueryGroupMetadata

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4508c9d View commit details
    Browse the repository at this point in the history
  24. structure resourceLimits into an object

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1e45475 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add QueryGroup.toXContent test case

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    769a46f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge branch 'main' into feature/sandbox-schemaPR

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    15076eb View commit details
    Browse the repository at this point in the history
  2. fix precommit errors

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5a7f405 View commit details
    Browse the repository at this point in the history
  3. fix precommit errors

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5153a74 View commit details
    Browse the repository at this point in the history
  4. fix assemble errors

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c5a70e9 View commit details
    Browse the repository at this point in the history
  5. fix checkstyle errors

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    42d3494 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8a45648 View commit details
    Browse the repository at this point in the history