Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
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-logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.6.2
Choose a base ref
...
head repository: googleapis/nodejs-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.6.3
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Nov 4, 2021

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

Commits on Nov 8, 2021

  1. chore(cloud-rad): fix links for TSDocs (#1176)

    internally: b/179484422
    
    Scripts used:
    ```
        sed -i -e 's/@see \[\(.*\)\](\(.*\))$/See {@link \2| \1}/' src/*
    
        sed -i -e 's/\[\(.*\)\](\(.*\))/{@link \2| \1}/' src/*
    ```
    fhinkel authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1584916 View commit details
    Browse the repository at this point in the history
  2. fix(cloud-rad): move comments for TSDoc (#1181)

    As we move our ref docs to cloud.google.com, we rely on TSDoc rather JSDoc.
    
    TSDoc expects comments before the first overloaded function, we
    currently have those on the last function. Those comments don't make
    it into the d.ts files. We need to move comments to the first
    overloaded function rather than the last one.
    
    Internally b/190631834
    
    Script used: https://github.com/fhinkel/cloud-rad-script/blob/main/moveComments.js
    fhinkel authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    51d6efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e571d2e View commit details
    Browse the repository at this point in the history
Loading