-
Notifications
You must be signed in to change notification settings - Fork 380
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-node
base: master
head repository: firebase/firebase-admin-node
compare: ssrc-merge
- 14 commits
- 14 files changed
- 5 contributors
Commits on Feb 14, 2024
-
Define SSRC API --------- Co-authored-by: Xin Wei <trekforever@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd9d4d8 - Browse repository at this point
Copy the full SHA bd9d4d8View commit details
Commits on Feb 20, 2024
-
Update SSRC API client (#2457)
Add API changes needed for SSRC --------- Co-authored-by: Xin Wei <xinwei@google.com> Co-authored-by: jen_h <harveyjen@google.com>
Configuration menu - View commit details
-
Copy full SHA for aed5646 - Browse repository at this point
Copy the full SHA aed5646View commit details
Commits on Mar 5, 2024
-
Add public SSRC methods (#2458)
Add public SSRC methods --------- Co-authored-by: Xin Wei <xinwei@google.com> Co-authored-by: jen_h <harveyjen@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5c9b649 - Browse repository at this point
Copy the full SHA 5c9b649View commit details
Commits on Mar 21, 2024
-
Remove product prefix from SSRC types (#2496)
We have a Firebase AIP to avoid these prefixes.
Configuration menu - View commit details
-
Copy full SHA for f89632a - Browse repository at this point
Copy the full SHA f89632aView commit details -
Fixes incorrect use of
Object.assign
when backfilling SSRC config w……ith defaults. (#2503) In the logic where we backfill config with defaults, the first argument to Object.assign should be an object to assign to, but the code passed the object containing the defaults.
Configuration menu - View commit details
-
Copy full SHA for 7246526 - Browse repository at this point
Copy the full SHA 7246526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c0559 - Browse repository at this point
Copy the full SHA 02c0559View commit details
Commits on Apr 2, 2024
-
Remove defaultConfig from public SSRC API (#2505)
In practice, we only set default config using the initialization methods, so make the internal field private to simplify the API.
Configuration menu - View commit details
-
Copy full SHA for ef4b2df - Browse repository at this point
Copy the full SHA ef4b2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c1262 - Browse repository at this point
Copy the full SHA 69c1262View commit details
Commits on Apr 4, 2024
-
Switch to longs for hash values for percent condition evaluation (#2507)
* Get And condition passing * Support and.or condition * Support true condition * Support false condition, and fix tests * Use or.and, not the other way around * Integrate conditional values into evaluate method * Test handling for multiple conditions * Clean up logs * Extract condition evaluation to class for testing * Namespace condition names * Iterate over ordered condition list * Test condition ordering * Differentiate named conditions * Document condition types * Generalize condition eval test and fix styling * Replace log statement with todo * Implement evaluate percent condition for RC server-side * Apply lint fixes * Add context param to evaluate method * Add tests for percent condition eval * Update evaluator tests to use context * Increase threshold to +/- 500 for percent condition eval tests to prevent some flaky tests. * Clean up percentCondition tests a bit and add note on the tolerance used * Apply suggestions from code review Co-authored-by: jen_h <harveyjen@google.com> * Update copyright date and remove stray log statement * Mock farmhash in tests * Add Math.abs for farmhash - to be consistent with the internal implementation * Regenerate package-lock to fix Node 14 CI error re busboy * Fix lint errors * Rename "id" to "randomizationId" per discussion * Extract API * Only return false in cases of uknown template evaluation * Remove product prefix from type names * Remove product prefix from exported types * Remove unused "expression" field from server condition * Extract API * Remove prefix from impl classes, for consistency * Remove prefix from new internal classes * Remove "server" prefix * Remove prefix from NamedCondition * Rename "or" and "and" fields to match API * Rename "operator" field to "percentOperator" to match API * Extract API after "and" and "or" rename * use longjs library for hash * re-run npm install * re-attempt * use node 14, re-attempt * remove file * Add comment, switch from lte to lt --------- Co-authored-by: Erik Eldridge <erikeldridge@google.com> Co-authored-by: Xin Wei <xinwei@google.com> Co-authored-by: jen_h <harveyjen@google.com>
Configuration menu - View commit details
-
Copy full SHA for 36db280 - Browse repository at this point
Copy the full SHA 36db280View commit details -
Add functionality to accept a JSON template string when initializing …
…a RC server template (#2520) * Add support to pass in a json string for RC server template initialization * Merge ssrc changes * Apply lint changes * Update comments * Run api-extractor:local * Update comments and address feedback * Update inline comment and lint fixes * Revert toJSON functionality for ServerTemplate
Configuration menu - View commit details
-
Copy full SHA for 0aca056 - Browse repository at this point
Copy the full SHA 0aca056View commit details -
Define type-specific getters for SSRC (#2519)
RC's existing SDKs define type-specific getters, like getBoolean. These aren't idiomatic for TS/JS, but have a couple advantages: 1. RC param names, values and types are mutable remotely, so a simple object can’t guarantee a strict type for application logic. A formal schema would address this, but feels excessive for the common case. Type-specific methods are consistent with RC's current SDKs and ensure appropriate types for application logic. 2. RC Android and iOS SDKs log events when personalized values are used. A method interface facilitates such additional functionality
Configuration menu - View commit details
-
Copy full SHA for 8dbf86f - Browse repository at this point
Copy the full SHA 8dbf86fView commit details
Commits on Apr 9, 2024
-
Add #set and #toJSON to RC ServerTemplate (#2522)
* Add #set on ServerTemplate to allow for setting and caching a server template * Simplify initServerTemplate to make use of the new setter * Update tests * Address comments and feedback * Update API docs * Add export for new type ServerTemplateDataType to index.ts * Update some inline comments
Configuration menu - View commit details
-
Copy full SHA for 86f4426 - Browse repository at this point
Copy the full SHA 86f4426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d16497 - Browse repository at this point
Copy the full SHA 2d16497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 751a3e9 - Browse repository at this point
Copy the full SHA 751a3e9View 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-merge