-
Notifications
You must be signed in to change notification settings - Fork 336
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-python
base: master
head repository: firebase/firebase-admin-python
compare: ssrc-bug-bash
- 10 commits
- 35 files changed
- 6 contributors
Commits on Nov 15, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fa8b1b0 - Browse repository at this point
Copy the full SHA fa8b1b0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6f9591b - Browse repository at this point
Copy the full SHA 6f9591bView commit details
Commits on Jan 8, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 065424a - Browse repository at this point
Copy the full SHA 065424aView commit details
Commits on Jan 9, 2025
-
Updating ServerTemplate to accomodate to_json() method
Pijush Chakraborty committedJan 9, 2025 Configuration menu - View commit details
-
Copy full SHA for 0801c9c - Browse repository at this point
Copy the full SHA 0801c9cView commit details -
Pijush Chakraborty committed
Jan 9, 2025 Configuration menu - View commit details
-
Copy full SHA for b6766d8 - Browse repository at this point
Copy the full SHA b6766d8View commit details -
Pijush Chakraborty committed
Jan 9, 2025 Configuration menu - View commit details
-
Copy full SHA for 67ef909 - Browse repository at this point
Copy the full SHA 67ef909View commit details
Commits on Jan 15, 2025
-
Adding re-entrant lock to make template cache updates/reads atomic
Pijush Chakraborty committedJan 15, 2025 Configuration menu - View commit details
-
Copy full SHA for 65c3d55 - Browse repository at this point
Copy the full SHA 65c3d55View commit details
Commits on Jan 22, 2025
-
Pijush Chakraborty committed
Jan 22, 2025 Configuration menu - View commit details
-
Copy full SHA for d78873e - Browse repository at this point
Copy the full SHA d78873eView commit details
Commits on Jan 27, 2025
-
Verifying atomic load operation
Pijush Chakraborty committedJan 27, 2025 Configuration menu - View commit details
-
Copy full SHA for 049de23 - Browse repository at this point
Copy the full SHA 049de23View commit details
Commits on Feb 20, 2025
-
Pijush Chakraborty committed
Feb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for d82eda5 - Browse repository at this point
Copy the full SHA d82eda5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...ssrc-bug-bash