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

Sql partition aware routing[API-1862] #1167

Merged
merged 39 commits into from
Mar 30, 2023

Commits on Mar 1, 2023

  1. sql aware draft

    akeles85 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9187896 View commit details
    Browse the repository at this point in the history
  2. sql_result update

    akeles85 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6337517 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. LRU Cache Interface

    akeles85 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d24577d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. std::priority_queue used

    akeles85 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9918fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. sql service implementation

    akeles85 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8a37050 View commit details
    Browse the repository at this point in the history
  2. revert unused file

    akeles85 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    65fcca8 View commit details
    Browse the repository at this point in the history
  3. clang format

    akeles85 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0af4c06 View commit details
    Browse the repository at this point in the history
  4. LRU Test added

    akeles85 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ca96b11 View commit details
    Browse the repository at this point in the history
  5. LRU Test added

    akeles85 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f6d5967 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. basic type tests

    akeles85 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c4e2c7e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. unit tests for complex types

    akeles85 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    65c9ede View commit details
    Browse the repository at this point in the history
  2. test case update

    akeles85 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d7c8736 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. test added for routing

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d171c8d View commit details
    Browse the repository at this point in the history
  2. clang format

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    981f313 View commit details
    Browse the repository at this point in the history
  3. 3 members for sql test

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cc41570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b6df81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from akeles85/concurrent_map

    Concurrent map
    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5a5734c View commit details
    Browse the repository at this point in the history
  6. cluster version check added

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8062180 View commit details
    Browse the repository at this point in the history
  7. test case failure fix

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1d20dbd View commit details
    Browse the repository at this point in the history
  8. member3_ reset

    akeles85 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    72469a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. additional test cases

    akeles85 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6a1f05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89fc51f View commit details
    Browse the repository at this point in the history
  3. tdd review fix

    akeles85 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7279125 View commit details
    Browse the repository at this point in the history
  4. clang format

    akeles85 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    37a24e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. comments added

    akeles85 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    bcea0c0 View commit details
    Browse the repository at this point in the history
  2. clang format

    akeles85 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c27da7a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    236bdaf View commit details
    Browse the repository at this point in the history
  2. jenkins fix

    akeles85 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    db360cc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sql_partition_aware' of github.com:akeles85/hazelcast-c…

    …pp-client into sql_partition_aware
    akeles85 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0db8e4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3d6a57 View commit details
    Browse the repository at this point in the history
  5. jenkins linux compiler error

    akeles85 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7aad67f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccfe2d5 View commit details
    Browse the repository at this point in the history
  7. code review fixes

    akeles85 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    150f63c View commit details
    Browse the repository at this point in the history
  8. initial value of lock

    akeles85 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8d3080c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. rename variable

    akeles85 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4143e37 View commit details
    Browse the repository at this point in the history
  2. clang format

    akeles85 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f63e7c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    142c5a3 View commit details
    Browse the repository at this point in the history
  2. compiler error fixed

    akeles85 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cdb70d0 View commit details
    Browse the repository at this point in the history
  3. windows bat file is updated

    akeles85 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0ae6fb0 View commit details
    Browse the repository at this point in the history