- Notifications
You must be signed in to change notification settings - Fork90
Comments
deps: update dependency com.google.cloud.samples:shared-configuration to v1.0.14#207
Conversation
codecovbot commentedMar 24, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #207 +/- ##============================================- Coverage 63.5% 63.43% -0.07% Complexity 540 540 ============================================ Files 30 30 Lines 4759 4759 Branches 427 427 ============================================- Hits 3022 3019 -3- Misses 1577 1580 +3 Partials 160 160
Continue to review full report at Codecov.
|
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
3 similar comments
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here:https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
836f3b3 to5c944c6Compare5c944c6 to14ef3afCompareYour PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
3 similar comments
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
* Change triggered by none of the following:This git repo (https://github.com/googleapis/java-storage.git)* docs: clarify documentation on date formats (#196)9b4af58commit9b4af58Author: johnalowry <jlowry@google.com>Date: Wed Mar 18 17:01:52 2020 -0700 docs: clarify documentation on date formats (#196) System.out.printf("Blob updatetime: %s", blob.getUpdateTime()); The output was Blob updatetime: 1582157090238 I verified that this was ms after epoch: $ date -d @1582157090 Wed 19 Feb 2020 04:04:50 PM PST I also traced the code to this function:https://github.com/googleapis/google-http-java-client/blob/master/google-http-client/src/main/java/com/google/api/client/util/DateTime.java#L53 I assumed that create and delete times used the same format.* chore: use java helper for templates (#195)b0ffd0bcommitb0ffd0bAuthor: Jeff Ching <chingor@google.com>Date: Wed Mar 18 17:04:08 2020 -0700 chore: use java helper for templates (#195) We are cleaning up usage of common templates in synthtool. This allows us the cleanup usage in a centralized place rather than in 60+ repos* deps: update dependency org.threeten:threetenbp to v1.4.2 (#200)84faad1commit84faad1Author: WhiteSource Renovate <bot@renovateapp.com>Date: Sat Mar 21 03:39:53 2020 +0100 deps: update dependency org.threeten:threetenbp to v1.4.2 (#200)* deps: update dependency com.google.api:api-common to v1.9.0 (#209)789ceaacommit789ceaaAuthor: WhiteSource Renovate <bot@renovateapp.com>Date: Thu Mar 26 00:22:02 2020 +0100 deps: update dependency com.google.api:api-common to v1.9.0 (#209) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` | --- ### Release Notes <details> <summary>googleapis/api-common-java</summary> ### [`v1.9.0`](https://togithub.com/googleapis/api-common-java/releases/v1.9.0) [Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0) 03-25-2020 14:09 PST #### New Features - Add `@BetaApi` `ApiFutres.catchingAsync()` ([#​117](https://togithub.com/googleapis/api-common-java/pull/117)) ##### Dependencies - Update guava to v28.2-android ([#​110](https://togithub.com/googleapis/api-common-java/pull/110)) - Update error_prone_annotations to v2.2.3 ([#​111](https://togithub.com/googleapis/api-common-java/pull/111)) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-storage).* samples: fix install-without-bom version (#211)08750dbcommit08750dbAuthor: Jeff Ching <chingor@google.com>Date: Fri Mar 27 15:09:06 2020 -0700 samples: fix install-without-bom version (#211) * samples: fix install-without-bom version * samples: fix snapshot version * samples: fix libraries-bom version* fix: storage-client-lib-docs to right location (#213)133d137commit133d137Author: Frank Natividad <frankyn@users.noreply.github.com>Date: Fri Mar 27 15:44:02 2020 -0700 fix: storage-client-lib-docs to right location (#213)* deps: update conformance test dep (#210)010c112commit010c112Author: JesseLovelace <43148100+JesseLovelace@users.noreply.github.com>Date: Fri Mar 27 15:59:00 2020 -0700 deps: update conformance test dep (#210) * Update conformance test dep * Update conformance test dep* chore: fix synth.py error and enable multiple autosynth commits (#215)2faeb54commit2faeb54Author: Jeff Ching <chingor@google.com>Date: Mon Mar 30 09:56:42 2020 -0700 chore: fix synth.py error and enable multiple autosynth commits (#215)* deps: update dependency com.google.cloud.samples:shared-configuration to v1.0.14 (#207)be74072commitbe74072Author: WhiteSource Renovate <bot@renovateapp.com>Date: Mon Mar 30 22:25:27 2020 +0200 deps: update dependency com.google.cloud.samples:shared-configuration to v1.0.14 (#207)
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
1.0.12->1.0.14Release Notes
GoogleCloudPlatform/java-repo-tools
v1.0.14Compare Source
v1.0.13Compare Source
Fix some issues w/ Checkstyle configuration. We left the option to turn it off out.
Renovate configuration
📅Schedule: At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated byWhiteSource Renovate. View repository job loghere.