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

feat: add async api #81

Merged
merged 59 commits into from Jun 30, 2020
Merged

feat: add async api #81

merged 59 commits into from Jun 30, 2020

Commits on Mar 20, 2020

  1. feat: add async api

    olavloite committed Mar 20, 2020
    Copy the full SHA
    e5e8df8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c7db649 View commit details
    Browse the repository at this point in the history
  3. tests: fix integration tests that assumed tx was blocking

    Some integration tests started transactions without executing a query,
    and expected these transactions to fail. However, as the client is
    now non-blocking up until the first call to ResultSet#next(), no
    exception would occur.
    olavloite committed Mar 20, 2020
    Copy the full SHA
    e485709 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e3ebeb3 View commit details
    Browse the repository at this point in the history
  5. tests: test async runner

    olavloite committed Mar 20, 2020
    Copy the full SHA
    54629ad View commit details
    Browse the repository at this point in the history
  6. feat: create async runner

    olavloite committed Mar 20, 2020
    Copy the full SHA
    8a10b64 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    91253cf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a2d28cd View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2a63e62 View commit details
    Browse the repository at this point in the history
  10. fix: fix async runner tests

    olavloite committed Mar 20, 2020
    Copy the full SHA
    9d58bc3 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4f79632 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    cfd1802 View commit details
    Browse the repository at this point in the history
  13. examples: add more examples

    olavloite committed Mar 20, 2020
    Copy the full SHA
    a2e28a5 View commit details
    Browse the repository at this point in the history
  14. tests: fix flaky tests

    olavloite committed Mar 20, 2020
    Copy the full SHA
    fa61e7d View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    fc53dbf View commit details
    Browse the repository at this point in the history
  16. fix: run code formatter

    olavloite committed Mar 20, 2020
    Copy the full SHA
    0eee1f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Copy the full SHA
    d3d2ffc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Copy the full SHA
    2e01ca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. fix: fix race conditions

    olavloite committed Apr 8, 2020
    Copy the full SHA
    5e63f2b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Copy the full SHA
    abe455e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Copy the full SHA
    cc091e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Copy the full SHA
    944c701 View commit details
    Browse the repository at this point in the history
  2. feat: add batchUpdateAsync

    olavloite committed Apr 21, 2020
    Copy the full SHA
    d75f979 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Copy the full SHA
    7f06e84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1b0615 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00b83d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Copy the full SHA
    2ea27d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Copy the full SHA
    17fb940 View commit details
    Browse the repository at this point in the history
  2. format: run code formatter

    olavloite committed Apr 29, 2020
    Copy the full SHA
    51b5113 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a03380b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8bc3a13 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Copy the full SHA
    0927957 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Copy the full SHA
    e486c54 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Copy the full SHA
    a7dd1dd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Copy the full SHA
    c662ed7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Copy the full SHA
    226f91b View commit details
    Browse the repository at this point in the history
  2. fix: run formatter

    olavloite committed Jun 11, 2020
    Copy the full SHA
    a10b61c View commit details
    Browse the repository at this point in the history
  3. chore: remove unused code

    olavloite committed Jun 11, 2020
    Copy the full SHA
    64b8a34 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3354344 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Copy the full SHA
    2b2a6a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1fada1c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    35743e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Copy the full SHA
    48de42e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    888edd8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b2a7176 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Copy the full SHA
    fba270f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix: fix test failures

    olavloite committed Jun 15, 2020
    Copy the full SHA
    8a0ad3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8022457 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e84d34 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Copy the full SHA
    707382b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcf37fd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    910b6c7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    86f85c0 View commit details
    Browse the repository at this point in the history
  5. chore: run code formatter

    olavloite committed Jun 21, 2020
    Copy the full SHA
    f5af48f View commit details
    Browse the repository at this point in the history
  6. chore: fix flaky test case

    olavloite committed Jun 21, 2020
    Copy the full SHA
    b38d164 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Copy the full SHA
    fda9f01 View commit details
    Browse the repository at this point in the history
  2. tests: fix ITs for emulator

    olavloite committed Jun 30, 2020
    Copy the full SHA
    eee881a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a1ef640 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ea45612 View commit details
    Browse the repository at this point in the history