Skip to content
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: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70013c8
Choose a base ref
...
head repository: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d82eda5
Choose a head ref
  • 10 commits
  • 35 files changed
  • 6 contributors

Commits on Nov 15, 2024

  1. Implementation for Fetching and Caching Server Side Remote Config (#825)

    * Initial Skeleton for SSRC Implementation
    
    * Adding Implementation for RemoteConfigApiClient and ServerTemplate APIs
    
    * Updating API signature
    
    * Minor update to API signature
    
    * Adding comments and unit tests
    
    * Updating init params for ServerTemplateData
    
    * Adding validation errors and test
    
    * Adding unit tests for init_server_template and get_server_template
    
    * Removing parameter groups
    
    * Addressing PR comments and fixing async flow during fetch call
    
    * Fixing lint issues
    
    ---------
    
    Co-authored-by: Pijush Chakraborty <[email protected]>
    pijushcs and Pijush Chakraborty authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fa8b1b0 View commit details
    Browse the repository at this point in the history
  2. Implementation for Evaluating Condition and Custom Signals Server Sid…

    …e Remote Config (#824)
    
    * Added implemenation of evaluate function
    
    * Improvement
    
    * Add farmhash to extension whitelist pkg
    
    * Replace farmhash to hashlib
    
    * Added unit testcase
    
    * removed lint error
    
    * add mock test
    
    * resolve lint comments
    
    * Fixed bug
    
    * Added fixes
    
    * Added fixe
    
    * Added fix for lint
    
    * Changed structure of test
    
    * Added fix for comments
    
    * Added fix for comments
    
    ---------
    
    Co-authored-by: Varun Rathore <[email protected]>
    rathovarun1032 and Varun Rathore authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6f9591b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fixing SSRC Typos and Minor Bugs (#841)

    * Changes for percent comparison
    
    * Fixing semantic version issues with invalid version
    
    * Fixing Config values must retrun default values from invalid get operations
    
    * Updating tolerance for percentage evaluation
    
    * Removing dependency changes from fix branch
    
    * Updating ServerConfig methods as per review changes
    
    * Updating comments and vars for readability
    
    * Added unit and integration tests
    
    * Refactor and add unit test
    
    * Implementation for Fetching and Caching Server Side Remote Config (#825)
    
    * Minor update to API signature
    
    * Updating init params for ServerTemplateData
    
    * Adding validation errors and test
    
    * Removing parameter groups
    
    * Addressing PR comments and fixing async flow during fetch call
    
    * Fixing lint issues
    
    ---------
    
    Co-authored-by: Jonathan Edey <[email protected]>
    Co-authored-by: Lahiru Maramba <[email protected]>
    Co-authored-by: Pijush Chakraborty <[email protected]>
    Co-authored-by: varun rathore <[email protected]>
    Co-authored-by: Varun Rathore <[email protected]>
    6 people authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    065424a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Updating ServerTemplate to accomodate to_json() method

    Pijush Chakraborty committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    0801c9c View commit details
    Browse the repository at this point in the history
  2. Updating unit tests

    Pijush Chakraborty committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    b6766d8 View commit details
    Browse the repository at this point in the history
  3. Updating docstrings

    Pijush Chakraborty committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    67ef909 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Adding re-entrant lock to make template cache updates/reads atomic

    Pijush Chakraborty committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    65c3d55 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Adding bug-bash script

    Pijush Chakraborty committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d78873e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Verifying atomic load operation

    Pijush Chakraborty committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    049de23 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Updating bug-bash script

    Pijush Chakraborty committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    d82eda5 View commit details
    Browse the repository at this point in the history
Loading