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-22150 .NET: Add PartitionManager API #4062

Merged
merged 36 commits into from
Jul 10, 2024

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    6ec7729 View commit details
    Browse the repository at this point in the history
  2. IPartitionManager done

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5fbedad View commit details
    Browse the repository at this point in the history
  3. wip PartitionManager

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2a0fe73 View commit details
    Browse the repository at this point in the history
  4. wip ClientOp

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e5fda4c View commit details
    Browse the repository at this point in the history
  5. GetPrimaryReplicasAsync

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    105df10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b40e73b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a87b50 View commit details
    Browse the repository at this point in the history
  8. wip GetPartitionAsync

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    92f45f7 View commit details
    Browse the repository at this point in the history
  9. wip GetPartitionInternal

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9bb1d89 View commit details
    Browse the repository at this point in the history
  10. wip PartitionManagerTests

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f3b071f View commit details
    Browse the repository at this point in the history
  11. fix ClusterNode.Read

    ptupitsyn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2c4e9e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    908fafb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. tests

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4b6b255 View commit details
    Browse the repository at this point in the history
  2. TestGetPrimaryReplica

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    feac042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83db897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    355fff3 View commit details
    Browse the repository at this point in the history
  5. tests done

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b582c4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    479731c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b311e7c View commit details
    Browse the repository at this point in the history
  8. Implement replica caching

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a3b9e1c View commit details
    Browse the repository at this point in the history
  9. Implement replica caching

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e72f1a6 View commit details
    Browse the repository at this point in the history
  10. Implement replica caching

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    815aeb2 View commit details
    Browse the repository at this point in the history
  11. Implement replica caching

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a93257f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f352920 View commit details
    Browse the repository at this point in the history
  13. cleanup

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2a5b456 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    951da36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56aa3af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98cdd7d View commit details
    Browse the repository at this point in the history
  17. Fix RetryReadPolicy

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    06bd518 View commit details
    Browse the repository at this point in the history
  18. Fix ToString tests

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    017c37b View commit details
    Browse the repository at this point in the history
  19. ClusterNode band-aid

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    320331e View commit details
    Browse the repository at this point in the history
  20. cleanup

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    16ae896 View commit details
    Browse the repository at this point in the history
  21. Fix checkstyle

    ptupitsyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c08e5f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    75814da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94407e4 View commit details
    Browse the repository at this point in the history
  3. Add TestPartitionEquality

    ptupitsyn committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    48bd294 View commit details
    Browse the repository at this point in the history