Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Whittling down config_v2 #2666

Merged
merged 3 commits into from
Mar 29, 2019

Conversation

andreamlin
Copy link
Contributor

@andreamlin andreamlin commented Mar 28, 2019

Redefining config_v2.proto to be a subset of config.proto.

Note: this will not be checked into origin/master.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 28, 2019
@andreamlin
Copy link
Contributor Author

PTAL

Copy link
Contributor

@michaelbausor michaelbausor left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #2666 into gapic_config_v2 will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                  @@
##             gapic_config_v2    #2666      +/-   ##
=====================================================
+ Coverage              86.76%   86.77%   +<.01%     
- Complexity              5583     5584       +1     
=====================================================
  Files                    466      466              
  Lines                  22191    22191              
  Branches                2426     2426              
=====================================================
+ Hits                   19255    19256       +1     
  Misses                  2079     2079              
+ Partials                 857      856       -1
Impacted Files Coverage Δ Complexity Δ
.../java/com/google/api/codegen/discovery/Schema.java 84.84% <0%> (+0.5%) 43% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f1f16e...7ab97ad. Read the comment docs.

@andreamlin
Copy link
Contributor Author

@vchudnov-g PTAL too!

@andreamlin
Copy link
Contributor Author

I'm going to merge this as it doesn't remove anything that we haven't collectively decided to remove. There are things that we can discuss removing, and we can do that later.

@andreamlin andreamlin merged commit 1484a09 into googleapis:gapic_config_v2 Mar 29, 2019
@andreamlin andreamlin deleted the gapic_config_v2 branch March 29, 2019 20:22
andreamlin added a commit that referenced this pull request Apr 22, 2019
* Add Gapic config v2 (#2665)
* Whittling down config_v2 (#2666)
* Add ConfigV2 Validator (#2672)
* AutoValue LongRunningConfig; always use gapic config's polling settings (#2698)
* ResourceNameOneofConfig fixes (#2704)
* Start parsing GAPIC config v2 (#2703)
* Bring back timeout millis in GAPIC config v2 (#2708)
* Resource names across different protofiles (#2711)
* Fix missing default retries (#2718)
* Bug fixes for gapic config v2 parsing (#2717)
busunkim96 pushed a commit to busunkim96/gapic-generator that referenced this pull request Nov 7, 2019
* Add Gapic config v2 (googleapis#2665)
* Whittling down config_v2 (googleapis#2666)
* Add ConfigV2 Validator (googleapis#2672)
* AutoValue LongRunningConfig; always use gapic config's polling settings (googleapis#2698)
* ResourceNameOneofConfig fixes (googleapis#2704)
* Start parsing GAPIC config v2 (googleapis#2703)
* Bring back timeout millis in GAPIC config v2 (googleapis#2708)
* Resource names across different protofiles (googleapis#2711)
* Fix missing default retries (googleapis#2718)
* Bug fixes for gapic config v2 parsing (googleapis#2717)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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