Skip to content
This repository was archived by the owner on Jan 23, 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: GoogleCloudPlatform/cloud-debug-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-debug-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 26, 2022

  1. feat: add Firebase RTDB backend (#48)

    This is a flag-controlled alternative backend for the debug agent to use.  This is provided as a preview of the functionality and will not be released until additional error handling and customization have been added.
    
    This version of the debugger is intended to be used with https://github.com/GoogleCloudPlatform/snapshot-debugger.
    mctavish authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2d5c7e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. feat: improve firebase error handling (#53)

    * add retry for registration
    
    * add unit tests for retries
    
    * bugfix: data lost when retrying snapshot updates
    mctavish authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b2ecae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. chore: release 3.0 (#54)

    * Pin to stable firebase_admin version
    
    * Update README with section on firebase backend
    
    * Bump version number to 3.0
    mctavish authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4d953f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c891b1a View commit details
    Browse the repository at this point in the history
Loading