[go: up one dir, main page]

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/nodejs-spanner
base: v7.4.0
Choose a base ref
...
head repository: googleapis/nodejs-spanner
compare: v7.5.0
Choose a head ref
  • 9 commits
  • 122 files changed
  • 5 contributors

Commits on Feb 28, 2024

  1. feat(spanner): add emulator support for the admin client autogenerate…

    …d API samples (#1994)
    
    This PR introduces emulator support for the API samples, which are using admin client autogenerated methods.
    
    **Sample usage**
    
    For Instance samples:
    
    ```
    const {Spanner} = require('@google-cloud/spanner');
    const spanner = new Spanner({
        projectId: projectId,
      });
     const instanceAdminClient = spanner.get_instance_admin_client();
    ```
    
    For Database samples:
    
    ```
    const {Spanner} = require('@google-cloud/spanner');
    const spanner = new Spanner({
        projectId: projectID,
      });
    const databaseAdminClient = spanner.get_database_admin_client();
    ```
    alkatrivedi committed Feb 28, 2024
    Copy the full SHA
    e2fe5b7 View commit details
    Browse the repository at this point in the history
  2. docs: Samples and tests for Instance Admin Client APIs (#1987)

    This PR contains sample files and their integration tests for the instance admin client APIs.
    alkatrivedi committed Feb 28, 2024
    Copy the full SHA
    494a996 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. docs: Samples and tests for Database Admin Client APIs (#1986)

    This PR contains sample files and their integration tests for the database admin client APIs.
    alkatrivedi committed Feb 29, 2024
    Copy the full SHA
    f34a33a View commit details
    Browse the repository at this point in the history
  2. docs: Samples and test for backups admin apis (#2003)

    This PR contains samples and its integration tests for admin client backups APIs.
    alkatrivedi committed Feb 29, 2024
    Copy the full SHA
    2d99b5b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. chore(deps): update dependency gapic-tools to ^0.4.0 (#2006)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [gapic-tools](https://togithub.com/googleapis/gax-nodejs) ([source](https://togithub.com/googleapis/gax-nodejs/tree/HEAD/gapic-tools)) | [`^0.3.0` -> `^0.4.0`](https://renovatebot.com/diffs/npm/gapic-tools/0.3.0/0.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/gapic-tools/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gapic-tools/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gapic-tools/0.3.0/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gapic-tools/0.3.0/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs (gapic-tools)</summary>
    
    ### [`v0.4.0`](https://togithub.com/googleapis/gax-nodejs/releases/tag/gapic-tools-v0.4.0): gapic-tools: v0.4.0
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/gapic-tools-v0.3.0...gapic-tools-v0.4.0)
    
    ##### Features
    
    -   allow passing --keep-case and --force-number to compileProtos ([#&#8203;1561](https://togithub.com/googleapis/gax-nodejs/issues/1561)) ([004d112](https://togithub.com/googleapis/gax-nodejs/commit/004d112445f528a6cb143676e8b397b37137adf3))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-spanner).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot committed Mar 2, 2024
    Copy the full SHA
    afce362 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. docs: update all public documents to use auto-generated admin clients. (

    #2005)
    
    * docs: swap existing and generated samples
    
    * docs: swap existing and generated samples
    
    * docs: swap existing and generated samples
    
    * docs: swap existing and generated samples
    
    * refactor: add missing samples
    
    * fix: presubmit errors
    
    * fix: presubmit errors
    
    * refactor: integration test
    
    * fix: presubmit errors
    
    * fix: presubmit errors
    
    * fix: header-checks
    
    * fix: header-checks error
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: presubmit error
    
    * docs: update the readme
    
    * docs: update the readme
    
    * fix: presubmit error
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    alkatrivedi and gcf-owl-bot[bot] committed Mar 4, 2024
    Copy the full SHA
    f12e295 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e3abd5f View commit details
    Browse the repository at this point in the history
  3. fix: Revert untyped param type feature (#2012)

    This fix is reverting the feature untyped param type added in [PR](https://togithub.com/googleapis/nodejs-spanner/pull/1869) and released in [7.4.0](https://togithub.com/googleapis/nodejs-spanner/releases/tag/v7.4.0)
    
    This fixes issue #2009 which was introduced by untyped param type feature.
    surbhigarg92 committed Mar 4, 2024
    Copy the full SHA
    49fa60d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c2ab7bf View commit details
    Browse the repository at this point in the history