Skip to content

Commit

Permalink
Convert to GAPIC (#35)
Browse files Browse the repository at this point in the history
* Convert to GAPIC

* WIP

* Passing system tests!

* Fix read-rows.js tests

* Fix tests.

* prettier

* Document gaxOptions in cluster

* Document gaxOptions for family & expose in table.createFamily

* Expose and document gaxOptions from instance.js

* more tests

* lint

* Test family

* Row document

* update save example

* Test row.js

* Test instance.js

* Test table.js

* fix sinon errors

* Fix table#get() call to table#getMetadata()

* Fix system tests

* Support emulator

* retries

* testing continues

* pretteir

* lint

* test

* testing

* remove autocreate where operations are returned

* Remove duplicate code

* Fixed broken mutate-rows tests on GAPIC branch

* Remove patches

* Revert "Remove patches"

This reverts commit a6a3c8c.

* Fix patch & use new test

* Get windows to run test

* Fixed broken mutate-rows tests on GAPIC branch nextickv2

* Revert "Get windows to run test"

This reverts commit d34724c.

* Tests work!

* revert v2 changes

* remove non-paginated methods

* remove old test stuff

* Use `instanceof` FamilyError check.

* rename options

* Restore `sinon.restore()` call.

* Put back pre-request error handler

* prettier

* remove unnecessary resetHistory call
  • Loading branch information
stephenplusplus authored and kolodny committed Mar 13, 2018
1 parent 6e680fa commit 7abb15d
Show file tree
Hide file tree
Showing 18 changed files with 3,983 additions and 2,532 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "repo-tools test run --cmd npm -- run cover",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/",
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
"prettier": "repo-tools exec -- prettier --write patches/*.js src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
"publish-module": "node ../../scripts/publish.js bigtable",
"presystem-test": "node patches/patch",
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts"
Expand All @@ -62,6 +62,7 @@
"create-error-class": "^3.0.2",
"dot-prop": "^4.2.0",
"extend": "^3.0.0",
"google-auto-auth": "^0.9.3",
"google-gax": "^0.16.0",
"is": "^3.0.1",
"lodash.flatten": "^4.2.0",
Expand All @@ -71,7 +72,9 @@
"prop-assign": "^1.0.0",
"protobufjs": "^6.8.0",
"pumpify": "^1.3.3",
"retry-request": "^3.3.1",
"safe-buffer": "^5.1.1",
"stream-events": "^1.0.2",
"string-format-obj": "^1.0.0",
"through2": "^2.0.3"
},
Expand Down
Loading

0 comments on commit 7abb15d

Please sign in to comment.