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

IGNITE-22435 Add JobTarget interface #3950

Merged
merged 55 commits into from
Jun 20, 2024
Merged

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    bf5abb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a53da1 View commit details
    Browse the repository at this point in the history
  3. wip execution targets

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f592173 View commit details
    Browse the repository at this point in the history
  4. wip execution targets

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8f654c0 View commit details
    Browse the repository at this point in the history
  5. wip execution targets

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e7b6768 View commit details
    Browse the repository at this point in the history
  6. Fix IgniteComputeImpl

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3613755 View commit details
    Browse the repository at this point in the history
  7. Fix AntiHijackIgniteCompute

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    370583d View commit details
    Browse the repository at this point in the history
  8. Fix FakeCompute

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    05cd0b1 View commit details
    Browse the repository at this point in the history
  9. Fix ClientCompute

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5588769 View commit details
    Browse the repository at this point in the history
  10. wip ClientCompute

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fbc8530 View commit details
    Browse the repository at this point in the history
  11. ClientCompute done

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1952fc7 View commit details
    Browse the repository at this point in the history
  12. wip IgniteComputeImpl

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b078ca5 View commit details
    Browse the repository at this point in the history
  13. wip IgniteComputeImpl

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5dc1789 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a51ff68 View commit details
    Browse the repository at this point in the history
  15. removing old methods

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    88c3aac View commit details
    Browse the repository at this point in the history
  16. removing old methods

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    99b9229 View commit details
    Browse the repository at this point in the history
  17. fixing tests

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f9e4fd View commit details
    Browse the repository at this point in the history
  18. fixing tests

    ptupitsyn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f1ff573 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7c0a59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4105a71 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. wip fixing tests

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f85251 View commit details
    Browse the repository at this point in the history
  2. wip fixing tests

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2f7f520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8392c View commit details
    Browse the repository at this point in the history
  4. fixing client tests

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    37829a2 View commit details
    Browse the repository at this point in the history
  5. fix FakeCompute

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8eab1d7 View commit details
    Browse the repository at this point in the history
  6. Fix client tests

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    84f1766 View commit details
    Browse the repository at this point in the history
  7. Fix embedded tests

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ce2bfdd View commit details
    Browse the repository at this point in the history
  8. wip

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    18a01f0 View commit details
    Browse the repository at this point in the history
  9. fixing checkstyle

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    53527ff View commit details
    Browse the repository at this point in the history
  10. Fix IgniteComputeImplTest

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9780a40 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'refs/heads/main' into ignite-22435

    # Conflicts:
    #	modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItComputeTestEmbedded.java
    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bc7889f View commit details
    Browse the repository at this point in the history
  12. Fix merge

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b46471d View commit details
    Browse the repository at this point in the history
  13. Fix javadoc

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ae790b4 View commit details
    Browse the repository at this point in the history
  14. Fix javadoc

    ptupitsyn committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1c17876 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    2f1b3fc View commit details
    Browse the repository at this point in the history
  2. Update modules/client/src/main/java/org/apache/ignite/internal/client…

    …/compute/ClientCompute.java
    
    Co-authored-by: Vadim Pakhnushev <8614891+valepakh@users.noreply.github.com>
    ptupitsyn and valepakh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    03c150a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51e646f View commit details
    Browse the repository at this point in the history
  4. ClientCompute cleanup

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    315b57d View commit details
    Browse the repository at this point in the history
  5. Update modules/client/src/test/java/org/apache/ignite/client/fakes/Fa…

    …keCompute.java
    
    Co-authored-by: Vadim Pakhnushev <8614891+valepakh@users.noreply.github.com>
    ptupitsyn and valepakh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8967721 View commit details
    Browse the repository at this point in the history
  6. Update modules/compute/src/integrationTest/java/org/apache/ignite/int…

    …ernal/compute/ItComputeBaseTest.java
    
    Co-authored-by: Vadim Pakhnushev <8614891+valepakh@users.noreply.github.com>
    ptupitsyn and valepakh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3396589 View commit details
    Browse the repository at this point in the history
  7. Update modules/compute/src/main/java/org/apache/ignite/internal/compu…

    …te/IgniteComputeImpl.java
    
    Co-authored-by: Vadim Pakhnushev <8614891+valepakh@users.noreply.github.com>
    ptupitsyn and valepakh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d8e2da3 View commit details
    Browse the repository at this point in the history
  8. Rename job targets

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a678027 View commit details
    Browse the repository at this point in the history
  9. wip naming

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e907ed2 View commit details
    Browse the repository at this point in the history
  10. wip naming

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca89251 View commit details
    Browse the repository at this point in the history
  11. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f69abad View commit details
    Browse the repository at this point in the history
  12. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cb3d974 View commit details
    Browse the repository at this point in the history
  13. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    15b3f92 View commit details
    Browse the repository at this point in the history
  14. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    305ee22 View commit details
    Browse the repository at this point in the history
  15. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cd5e750 View commit details
    Browse the repository at this point in the history
  16. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f31c643 View commit details
    Browse the repository at this point in the history
  17. Update modules/api/src/main/java/org/apache/ignite/compute/JobTarget.…

    …java
    
    Co-authored-by: korlov42 <korlov@gridgain.com>
    ptupitsyn and korlov42 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    18a4a7b View commit details
    Browse the repository at this point in the history
  18. Update modules/client/src/main/java/org/apache/ignite/internal/client…

    …/compute/ClientCompute.java
    
    Co-authored-by: Vadim Pakhnushev <8614891+valepakh@users.noreply.github.com>
    ptupitsyn and valepakh authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0dab8c8 View commit details
    Browse the repository at this point in the history
  19. Fix checkstyle

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5cbf114 View commit details
    Browse the repository at this point in the history
  20. Fix checkstyle

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    45afbbf View commit details
    Browse the repository at this point in the history
  21. fix javadoc

    ptupitsyn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    553977f View commit details
    Browse the repository at this point in the history