Skip to content

Commit

Permalink
fix: make HTTPDatastoreAPI compatible w/ microgen Gapic API (#136)
Browse files Browse the repository at this point in the history
* tests: refactor to helpers for repeated tests

* fix: update 'HTTPDatastoreAPI.allocate_ids' to follow request-only pattern

Toward #124

* fix: add missing 'HTTPDatastoreAPI.reserve_ids' method

Closes #134.

* fix: update 'HTTPDatastoreAPI.rollback' to follow request-only pattern

Toward #124

* fix: update 'HTTPDatastoreAPI.commit' to follow request-only pattern

Toward #124

* fix: update 'HTTPDatastoreAPI.begin_transaction' to follow request-only pattern

Toward #124

* fix: update 'HTTPDatastoreAPI.run_query' to follow request-only pattern

Toward #124

* fix: update 'HTTPDatastoreAPI.lookup' to follow request-only pattern

Toward #124

* fix: add 'retry' / 'timeout' args to HTTPDatastoreAPI methods

Closes #124.

* chore: lint

* tests: run systests also w/ GRPC disabled.

Closes #133.
  • Loading branch information
tseaver committed Dec 9, 2020
1 parent 200d892 commit d522799
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 520 deletions.

0 comments on commit d522799

Please sign in to comment.