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

Regenerate library with synth.py customizations #345

Merged
merged 13 commits into from
Sep 11, 2018
Merged

Conversation

jkwlui
Copy link
Member

@jkwlui jkwlui commented Sep 11, 2018

firestore had a number of unique pattern that warrants a customized synth.py:

  • code are in /dev
  • init library like so: const client = require('@google-cloud/firestore').v1()
  • .jsdoc.js needs to pull source from build/
  • uses its own project (ok since cannot share a project with one using datastore) - running synthtool from HEAD (nodejs: add test_project arg for templates synthtool#63)

system-test and samples-test can be verified in this branch (run-synth-system-tests):
https://circleci.com/gh/googleapis/workflows/nodejs-firestore/tree/run-synth-system-tests
(in-sync with this branch except enabling system/samples-test in .circleci configs)

@ghost ghost assigned jkwlui Sep 11, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 11, 2018
.circleci/config.yml Show resolved Hide resolved
"build/src/*/v*/*.js",
"build/protos/*.js",
"build/test/**/*.js"
"src/*{/*,/**/*}.js",

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith
Copy link
Contributor

Also, thank you for doing this @kinwa91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants