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.1.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.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 30, 2022

  1. chore(deps): update dependency @types/uuid to v9 (#1114)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2fuuid/8.3.4/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/compatibility-slim/8.3.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fuuid/9.0.0/confidence-slim/8.3.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### 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://app.renovatebot.com/dashboard#github/googleapis/cloud-debug-nodejs).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MS4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDEuMiJ9-->
    renovate-bot authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    640708c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. feat: add error handling to firebase controller. (#1116)

    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
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1115 🦕
    mctavish authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a188e34 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix: correctly send labels on register calls. (#1118)

    Debuggee labels were not being sent to the firebase rtdb when registering.  This resulted in debuggees without adequate information to identify them using the snapshot debugger cli.  There was no functional difference otherwise.
    mctavish authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    007cbbd View commit details
    Browse the repository at this point in the history
  2. build: have Kokoro grab service account credentials from secret that …

    …will be rotated (#1119)
    
    * build: have Kokoro grab service account credentials from secret that will be rotated
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/4a0230eb8dc497f36fd3839e6144982131f30a9d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:f59941869d508c6825deeffce180579545fd528f359f549a80a18ec0458d7094
    gcf-owl-bot[bot] authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    42ee4a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. feat: add active debuggee support (#1121)

    * wip: add timestamps to register call
    
    * fix: update the names of the timestamp fields
    
    * wip: working on tests; there are issues
    
    * wip: restructured and tests are passing
    
    * wip: registration complete
    
    * feat: add active debuggee support
    
    * fix: relax the test constraints for marking active debuggees
    
    * address PR feedback
    mctavish authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a421509 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.2.0 (#1117)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.2.0](https://togithub.com/googleapis/cloud-debug-nodejs/compare/v7.1.1...v7.2.0) (2022-12-09)
    
    
    ### Features
    
    * Add active debuggee support ([#1121](https://togithub.com/googleapis/cloud-debug-nodejs/issues/1121)) ([a421509](https://togithub.com/googleapis/cloud-debug-nodejs/commit/a421509d7c616a4ed48302498886ffa66bfefad9))
    * Add error handling to firebase controller. ([#1116](https://togithub.com/googleapis/cloud-debug-nodejs/issues/1116)) ([a188e34](https://togithub.com/googleapis/cloud-debug-nodejs/commit/a188e347131168d21d01f77267863e53ae1043a8))
    
    
    ### Bug Fixes
    
    * Correctly send labels on register calls. ([#1118](https://togithub.com/googleapis/cloud-debug-nodejs/issues/1118)) ([007cbbd](https://togithub.com/googleapis/cloud-debug-nodejs/commit/007cbbd3df765b06978aa5604bcbdb4925cf725e))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cb3ce24 View commit details
    Browse the repository at this point in the history
Loading