Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-shared-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: googleapis/java-shared-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 26, 2021

  1. chore: release 0.10.1-SNAPSHOT (#217)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9d98c8f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. chore: adding docfx doclet resource (#216)

    * chore: updating publish_javadoc to support docfx yml generation
    
    * fix: reducing commit
    
    Source-Author: Emily Ball <[email protected]>
    Source-Date: Mon Jan 25 13:29:09 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 3816b080296d4d52975079fd26c110dd26ba25af
    Source-Link: googleapis/synthtool@3816b08
    yoshi-automation authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    60a3539 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. chore: Re-generated to pick up changes from synthtool. (#222)

    * build: migrate to flakybot
    
    Source-Author: Justin Beckwith <[email protected]>
    Source-Date: Thu Jan 28 22:22:38 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a
    Source-Link: googleapis/synthtool@d1bb917
    
    * build(java): generate docfx yml on release
    
    * feat: generate docfx yml on release
    
    * fix: updates name variable
    
    * fix: remove non needed resource
    
    * fix: update date
    
    Source-Author: Emily Ball <[email protected]>
    Source-Date: Mon Feb 1 15:24:59 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 5de29e9434b63ea6d7e46dc348521c62969af1a1
    Source-Link: googleapis/synthtool@5de29e9
    
    * build(java): run linkage monitor as GitHub action
    
    Source-Author: Tomo Suzuki <[email protected]>
    Source-Date: Tue Feb 2 16:20:26 2021 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: e935c9ecb47da0f2e054f5f1845f7cf7c95fa625
    Source-Link: googleapis/synthtool@e935c9e
    
    * build(java): update autorelease branch name check
    
    In response to the new multi release branch changes.
    
    Source-Author: Stephanie Wang <[email protected]>
    Source-Date: Wed Feb 3 15:06:07 2021 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 140ba24a136c63e7f10a998a63e7898aed63ea7d
    Source-Link: googleapis/synthtool@140ba24
    yoshi-automation authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8148f6b View commit details
    Browse the repository at this point in the history
  2. chore: Re-generated to pick up changes from synthtool. (#223)

    * chore: remove leading newline from LICENSE
    
    Co-authored-by: Christopher Wilcox <[email protected]>
    
    Source-Author: Justin Beckwith <[email protected]>
    Source-Date: Wed Feb 3 15:37:31 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 27b2d4f4674840628d0b75c5941e89c12af4764f
    Source-Link: googleapis/synthtool@27b2d4f
    
    * fix: update repo name
    
    java-memcache set for all accidentally
    
    Source-Author: Emily Ball <[email protected]>
    Source-Date: Thu Feb 4 10:39:41 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5
    Source-Link: googleapis/synthtool@692715c
    yoshi-automation authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    048eafe View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    b0f754c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. build(java): update autorelease script (#225)

    Noticed the workflow was getting skipped on all the release PRs. Updating due to recent update in release-please branch name.
    
    Source-Author: Stephanie Wang <[email protected]>
    Source-Date: Tue Feb 9 19:10:03 2021 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 2414b817065726eae0bc525346c7e874f969369d
    Source-Link: googleapis/synthtool@2414b81
    yoshi-automation authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    a855d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c3f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b2d4a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. chore: regenerate common templates (#229)

    * ci: linkage monitor CI job to use build.sh
    
    This PR updates the GitHub Actions configuration for Linkage Monitor. Before this change, the CI configuration has "mvn install" command with 6 options. It turned out that a slight difference in the command line option from "build.sh" fails the build in google-auth-library-java repository (GoogleCloudPlatform/cloud-opensource-java#1941). (@Neenu1995 found the build failure. Thanks!)
    
    Therefore, this change updates the configuration so that Linkage Monitor job just uses "build.sh" to install the artifacts into local Maven repository.
    
    # How did I test?
    
    I tested this change in java-spanner repository with this draft PR: googleapis/java-spanner#868
    
    <img width="889" alt="Screen Shot 2021-02-12 at 16 54 18" src="https://user-images.githubusercontent.com/28604/107826467-f3cd5c80-6d52-11eb-86f1-1a8053326978.png">
    
    It succeeded.
    
    Source-Author: Tomo Suzuki <[email protected]>
    Source-Date: Tue Feb 16 15:56:09 2021 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: f327d3b657a63ae4a8efd7f011a15eacae36b59c
    Source-Link: googleapis/synthtool@f327d3b
    
    * chore: update cloud-rad buckets
    
    doclava v2 => staging
    docFX v3 => prod
    
    Source-Author: Emily Ball <[email protected]>
    Source-Date: Tue Feb 16 17:02:08 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: b416a7befcdbc42de41cf387dcf428f894fb812b
    Source-Link: googleapis/synthtool@b416a7b
    
    * fix: don't log downloads
    
    @chingor13 This change keeps Maven 3.6.1 and later from spamming our CI logs with page after page of lists of artifacts it's downloading that makes it much harder to find the actual test output.
    
    Source-Author: Elliotte Rusty Harold <[email protected]>
    Source-Date: Thu Feb 18 19:58:59 2021 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: 1aeca92e4a38f47134cb955f52ea76f84f09ff88
    Source-Link: googleapis/synthtool@1aeca92
    
    * build: reduce download junk in log files
    
    * fix: less download junk log files
    
    * Update build.sh
    
    Source-Author: Elliotte Rusty Harold <[email protected]>
    Source-Date: Fri Feb 19 01:42:29 2021 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: 6946fd71ae9215b0e7ae188f5057df765ee6d7d2
    Source-Link: googleapis/synthtool@6946fd7
    yoshi-automation authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3be9dcb View commit details
    Browse the repository at this point in the history
  2. chore: updating docfx doclet version (#227)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-shared-config/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    eaball35 authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9a6078d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    7c81787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6a95f View commit details
    Browse the repository at this point in the history
  3. ci: clean up samples.yaml from this repo (#232)

    No samples in this repo.
    stephaniewang526 authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    90a50d7 View commit details
    Browse the repository at this point in the history
  4. chore(master): release 0.11.0 (#228)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    80eccd7 View commit details
    Browse the repository at this point in the history
Loading