Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Update NodeJS packaging patterns. #95

Merged
merged 5 commits into from
Sep 8, 2016
Merged

Update NodeJS packaging patterns. #95

merged 5 commits into from
Sep 8, 2016

Conversation

jmuk
Copy link
Contributor

@jmuk jmuk commented Aug 18, 2016

module.exports = function(relative) {
return path.join(__dirname, 'proto', relative);
};
l
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo on line 22?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right. removed.

@geigerj
Copy link
Contributor

geigerj commented Aug 19, 2016

Good to see so much dead code being removed!

Please check failing test and one small note. Otherwise looks good.

@codecov-io
Copy link

codecov-io commented Aug 19, 2016

Current coverage is 91.70% (diff: 100%)

Merging #95 into master will increase coverage by 3.36%

@@             master        #95   diff @@
==========================================
  Files             3          3          
  Lines           729        711    -18   
  Methods         151        150     -1   
  Messages          0          0          
  Branches        112        111     -1   
==========================================
+ Hits            644        652     +8   
+ Misses           85         59    -26   
  Partials          0          0          

Powered by Codecov. Last update 5a4b086...1d7c2b8

@geigerj
Copy link
Contributor

geigerj commented Aug 20, 2016

LGTM

- retire use_pbjs flag -- it's not used anymore, and it does not
  fit with the new pattern of Gapic code.
- update the grpc package template: this fits with the proto packages
  used by gcloud-node.
- update gax package template: this will work well with the new
  pattern of Gapic code, as you can see in googleapis/gapic-generator#392
  or googleapis/google-cloud-node#1476
- remove a typo
- add fake_protoc to pass nodejs test cases
- add 'env' parameter to dependency_out protoc
- modify fake_protoc not to fail on this test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants