Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: add order field to TagField and TagTemplateField #157

Merged
merged 4 commits into from
Apr 21, 2020

Conversation

xiaozhenliu-gg5
Copy link
Contributor

@xiaozhenliu-gg5 xiaozhenliu-gg5 commented Apr 15, 2020

  1. feat: add order field to TagField and TagTemplateField message in tags.proto
  2. fix: broken document links & polish comments
  3. chore: update copyright for proto files
  4. feat: add csharp/ruby/PHP namespaces

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2020
@xiaozhenliu-gg5 xiaozhenliu-gg5 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 15, 2020
@xiaozhenliu-gg5
Copy link
Contributor Author

This is waiting for proto change (fixing broken links & proto updates)

@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #157 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #157   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files           8        8           
  Lines       11507    11511    +4     
  Branches      423      423           
=======================================
+ Hits        11304    11308    +4     
  Misses        199      199           
  Partials        4        4           
Impacted Files Coverage Δ
src/v1beta1/data_catalog_client.ts 98.46% <100.00%> (+<0.01%) ⬆️

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 654f4d1...7967fb1. Read the comment docs.

Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

This is not a chore:, since the proto changes contain a new feature (int32 order = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; added in some response messages, maybe more - I didn't check in detail). If I remember correctly this is your own description of the change :) googleapis/googleapis@b5e9b0b It should get here as well, since it's a new feature for the library users.

@xiaozhenliu-gg5 xiaozhenliu-gg5 changed the title chore: clean up synth.py feat: pick up changes from proto files Apr 20, 2020
@xiaozhenliu-gg5
Copy link
Contributor Author

Sure, modified the title and description details, this would be a new feature for users, but not a breaking change I think. Thank you! @alexander-fenster

@bcoe bcoe changed the title feat: pick up changes from proto files feat: add order field to TagField and TagTemplateField Apr 20, 2020
@bcoe
Copy link
Contributor

bcoe commented Apr 20, 2020

@xiaozhenliu-gg5 I would probably merge this calling out the most significant feature being added, which I think would be:

feat: add order field to TagField and TagTemplateField

@xiaozhenliu-gg5
Copy link
Contributor Author

Thank you @bcoe !

@xiaozhenliu-gg5 xiaozhenliu-gg5 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 21, 2020
Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

LGTM!

@xiaozhenliu-gg5 xiaozhenliu-gg5 merged commit 70c23c2 into master Apr 21, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 16, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.1.0](https://www.github.com/googleapis/nodejs-datacatalog/compare/v2.0.0...v2.1.0) (2020-06-16)


### Features

* add order field to TagField and TagTemplateField ([#157](https://www.github.com/googleapis/nodejs-datacatalog/issues/157)) ([70c23c2](https://www.github.com/googleapis/nodejs-datacatalog/commit/70c23c2b609bd24901dc902090e23fbf92b55895))
* move ts target to es2018 from es2016 ([#172](https://www.github.com/googleapis/nodejs-datacatalog/issues/172)) ([e354dde](https://www.github.com/googleapis/nodejs-datacatalog/commit/e354ddeeeedd3e106c50ed579075f23c9d9c5bb5))
* promote library to GA ([#177](https://www.github.com/googleapis/nodejs-datacatalog/issues/177)) ([ac11090](https://www.github.com/googleapis/nodejs-datacatalog/commit/ac110906b723f362024318295e3de6743c905b7e))


### Bug Fixes

* proper fallback option handling ([51df672](https://www.github.com/googleapis/nodejs-datacatalog/commit/51df6721306ab6d2d9bf6919b0f3f432ca85b4ab))
* regenerate unit tests ([#163](https://www.github.com/googleapis/nodejs-datacatalog/issues/163)) ([4593117](https://www.github.com/googleapis/nodejs-datacatalog/commit/45931176d266d364e0508039cf6a4e284ad2923d))
* synth.py clean up for multiple version ([#167](https://www.github.com/googleapis/nodejs-datacatalog/issues/167)) ([c799604](https://www.github.com/googleapis/nodejs-datacatalog/commit/c799604b2d29269006ff39748afb78302ce46ca2))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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.

4 participants