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: v5.2.0
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: v5.2.1
Choose a head ref
  • 3 commits
  • 24 files changed
  • 5 contributors

Commits on May 21, 2021

  1. chore: migrate to owl bot (#958)

    * chore: migrate to owl bot
    
    * chore: copy files from googleapis-gen 397c0bfd367a2427104f988d5329bc117caafd95
    
    * chore: run the post processor
    
    * lint
    
    Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
    SurferJeffAtGoogle and JustinBeckwith authored May 21, 2021
    Configuration menu
    Copy the full SHA
    b312004 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. fix: periodically reset v8 session to prevent memory leak (#957)

    * fix: periodically reset v8 session to prevent memory leak
    
    This patch makes the cloud debugger reset the v8 debugger session to
    prevent the memory leak caused by v8 breakpoint hits whenenever the
    number of breakpoint hits reach the threshold.
    
    The threshold can be set through environment variable.
    
    Fixes #811
    
    * fix: lint issue, remove reading from env about reset threshold
    
    * fix: run lint on all the files
    
    * fix: update comments for default value
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    Louis Ye 叶绿宇 and Benjamin E. Coe authored May 31, 2021
    Configuration menu
    Copy the full SHA
    7735425 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore: release 5.2.1 (#960)

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