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

deps: import google-cloud-shared-dependencies and use flatten-maven-plugin #168

Merged
merged 3 commits into from Apr 27, 2020

Conversation

chingor13
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2020
@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #168 into master will not change coverage.
The diff coverage is 69.98%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #168   +/-   ##
=========================================
  Coverage     72.41%   72.41%           
  Complexity      880      880           
=========================================
  Files            96       96           
  Lines          7431     7431           
  Branches         29       29           
=========================================
  Hits           5381     5381           
  Misses         1937     1937           
  Partials        113      113           
Impacted Files Coverage Δ Complexity Δ
...com/google/cloud/dialogflow/v2/AgentsSettings.java 13.20% <0.00%> (ø) 2.00 <0.00> (ø)
...m/google/cloud/dialogflow/v2/ContextsSettings.java 17.94% <0.00%> (ø) 2.00 <0.00> (ø)
...oogle/cloud/dialogflow/v2/EntityTypesSettings.java 12.28% <0.00%> (ø) 2.00 <0.00> (ø)
...om/google/cloud/dialogflow/v2/IntentsSettings.java 15.55% <0.00%> (ø) 2.00 <0.00> (ø)
...loud/dialogflow/v2/SessionEntityTypesSettings.java 18.91% <0.00%> (ø) 2.00 <0.00> (ø)
...com/google/cloud/dialogflow/v2/SessionsClient.java 43.75% <ø> (ø) 7.00 <0.00> (ø)
...om/google/cloud/dialogflow/v2/stub/AgentsStub.java 6.25% <0.00%> (ø) 1.00 <0.00> (ø)
.../google/cloud/dialogflow/v2/stub/ContextsStub.java 12.50% <0.00%> (ø) 1.00 <0.00> (ø)
...ogle/cloud/dialogflow/v2/stub/EntityTypesStub.java 5.55% <0.00%> (ø) 1.00 <0.00> (ø)
...m/google/cloud/dialogflow/v2/stub/IntentsStub.java 8.33% <0.00%> (ø) 1.00 <0.00> (ø)
... and 58 more

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 ed5bbf5...a2e753e. Read the comment docs.

@chingor13 chingor13 merged commit a4b4758 into master Apr 27, 2020
@chingor13 chingor13 deleted the flatten branch April 27, 2020 17:18
gcf-merge-on-green bot pushed a commit that referenced this pull request Apr 27, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.0.0](https://www.github.com/googleapis/java-dialogflow/compare/v1.0.0...v2.0.0) (2020-04-27)


### ⚠ BREAKING CHANGES

* **v2:** Resource name usage has changed:
  * `ProjectAgentName` is removed. Please use `AgentName` instead.
  * `AgentName` previously existed, but was unused. It now matches the behavior of the old `ProjectAgentName` class
  * `ContextsClient.update` now requires a `FieldMask` argument.

### Features

* **v2:** add ListEnvironments ([#167](https://www.github.com/googleapis/java-dialogflow/issues/167)) ([ed5bbf5](https://www.github.com/googleapis/java-dialogflow/commit/ed5bbf503cc6d00dbeebee057d87e5ae560bcd67))


### Dependencies

* import google-cloud-shared-dependencies and use flatten-maven-plugin ([#168](https://www.github.com/googleapis/java-dialogflow/issues/168)) ([a4b4758](https://www.github.com/googleapis/java-dialogflow/commit/a4b47585a60bfe5d5cadc670955ce56c26dafaa0))
* update core dependencies ([#108](https://www.github.com/googleapis/java-dialogflow/issues/108)) ([58fe433](https://www.github.com/googleapis/java-dialogflow/commit/58fe433eefa2cae7ad06353dda5702968e161f84))
* update dependency com.google.api:api-common to v1.9.0 ([#129](https://www.github.com/googleapis/java-dialogflow/issues/129)) ([adf469b](https://www.github.com/googleapis/java-dialogflow/commit/adf469b69fcfb837b30cb1f7bbfc559abb07f23d))
* update dependency com.google.cloud:google-cloud-core to v1.93.1 ([#106](https://www.github.com/googleapis/java-dialogflow/issues/106)) ([6c1ffac](https://www.github.com/googleapis/java-dialogflow/commit/6c1ffac64ac9cd9d7cbb96389f38f78a66081c45))
* update dependency com.google.cloud:google-cloud-core to v1.93.4 ([#138](https://www.github.com/googleapis/java-dialogflow/issues/138)) ([cb6ed7a](https://www.github.com/googleapis/java-dialogflow/commit/cb6ed7aec331a9033804bfe2471240c370771306))
* update dependency com.google.guava:guava-bom to v29 ([#145](https://www.github.com/googleapis/java-dialogflow/issues/145)) ([143b299](https://www.github.com/googleapis/java-dialogflow/commit/143b2993924b527e1a11835aa630be2b3265bc58))
* update dependency io.grpc:grpc-bom to v1.29.0 ([#161](https://www.github.com/googleapis/java-dialogflow/issues/161)) ([6650bfc](https://www.github.com/googleapis/java-dialogflow/commit/6650bfcd74c189881752053db1c25975676fa40d))
* update dependency org.threeten:threetenbp to v1.4.3 ([#119](https://www.github.com/googleapis/java-dialogflow/issues/119)) ([7a6ddd2](https://www.github.com/googleapis/java-dialogflow/commit/7a6ddd2e6bb36198f0c870abb068fad2f91e1410))
* update dependency org.threeten:threetenbp to v1.4.4 ([#166](https://www.github.com/googleapis/java-dialogflow/issues/166)) ([58e9e2f](https://www.github.com/googleapis/java-dialogflow/commit/58e9e2f79a9b5dfb0811271480cbb8a94759463f))


### Documentation

* **v2:** update generated javadocs from proto annotations ([cc93b16](https://www.github.com/googleapis/java-dialogflow/commit/cc93b16e596e1f13164a3fde1050c6f9369d5f1f))
---


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
3 participants