Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 3, 2024. 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/cloud-debug-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.1
Choose a base ref
...
head repository: googleapis/cloud-debug-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 19, 2022

  1. build: have Kokoro grab service account credentials from secret that …

    …will be rotated for system tests (#1125)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/abbc97db69a57dcb991ba97ef503305b701ffb3a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:fe04ae044dadf5ad88d979dbcc85e0e99372fb5d6316790341e6aca5e4e3fbc8
    gcf-owl-bot[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    af597e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. chore: pin @fastify/busboy to a version that supports node 12 (#1130)

    
    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:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/cloud-debug-nodejs/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 #1129 🦕
    mctavish authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5b8d3b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 16, 2023

  1. fix: add timeout to firebase db connection attempt (#1132)

    Firebase database reads/writes can hang indefinitely if there is an issue with the credentials or with the database url.
    
    Fixing https://togithub.com/firebase/firebase-admin-node/issues/2004 will address this issue, but until then this PR adds a timeout to ensure that errors are emitted.
    mctavish authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8cd89c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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