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 cancellation framework changes in wlm #15651

Merged

Commits on Aug 28, 2024

  1. cancellation related

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a720136 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    83e20c0 View commit details
    Browse the repository at this point in the history
  3. add better cancellation reason

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9983c73 View commit details
    Browse the repository at this point in the history
  4. Update DefaultTaskCancellationTests.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    245ee5d View commit details
    Browse the repository at this point in the history
  5. refactor

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0771fd2 View commit details
    Browse the repository at this point in the history
  6. refactor

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4b1ef81 View commit details
    Browse the repository at this point in the history
  7. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3ea44d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0103089 View commit details
    Browse the repository at this point in the history
  2. Update DefaultTaskCancellation.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    092d715 View commit details
    Browse the repository at this point in the history
  3. Update DefaultTaskSelectionStrategy.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4a2c51e View commit details
    Browse the repository at this point in the history
  4. refactor

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cbb51bd View commit details
    Browse the repository at this point in the history
  5. refactor node level threshold

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4e846e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    241b036 View commit details
    Browse the repository at this point in the history
  2. use query group task

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

Commits on Sep 3, 2024

  1. code clean up and refactorings

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

Commits on Sep 4, 2024

  1. add unit tests and fix existing ones

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

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

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ddb8dce View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/wlm-cancellation

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

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

Commits on Sep 5, 2024

  1. refactor and add UTs for new constructs

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

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

Commits on Sep 6, 2024

  1. remove code clutter

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe02a6a View commit details
    Browse the repository at this point in the history
  2. change annotation version and task selection strategy

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

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    623f6f8 View commit details
    Browse the repository at this point in the history
  4. remove wrappers from resource type

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e2e3ea View commit details
    Browse the repository at this point in the history
  5. apply spotless

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

Commits on Sep 9, 2024

  1. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    91893e7 View commit details
    Browse the repository at this point in the history
  2. add rename changes

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    66e43b2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/wlm-cancellation

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

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

Commits on Sep 10, 2024

  1. refactor changes and logical bug fix

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

Commits on Sep 11, 2024

  1. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b78ca02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/wlm-cancellation

    Signed-off-by: Ankit Jain <akjain@amazon.com>
    jainankitk authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7bb6b2c View commit details
    Browse the repository at this point in the history