| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Sorry, something went wrong.
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Sorry, something went wrong.
There was a problem hiding this comment.
Can we fix CI failures?
Sorry, something went wrong.
Updated to detect changes in AB Testing (ABT) experiment metadata. This ensures that if an experiment's variant or affected parameter keys change, the associated config keys are correctly identified as changed, even if the parameter values remain the same. Key changes: - Added constant to . - Implemented in to map affected config keys to their respective experiment descriptions. - Modified to compare experiment metadata for each config key. - Updated with cases for changed, deleted, and key-shifted experiments.
Adds daily test status to the Test Reporting bug. Unlike unit and instrumentation tests, all runs are always shown, since we currently only have 1 type of daily test. Example output below. ----- ### Unit Tests | | [#8009](#8009) | [#7983](#7983) | [#8002](#8002) | [#8027](#8027) | [#8028](#8028) | [#8025](#8025) | Success Rate | | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :--- | | firebase-dataconnect | | | | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24202345424/job/70649528040) | | [⛔](https://github.com/firebase/firebase-android-sdk/actions/runs/24162429246/job/70516856982) | ⛔ 50% | *+8 passing SDKs ### Instrumentation Tests *All tests passing* ### Daily Tests | | Apr 15 | Apr 16 | Apr 17 | Apr 18 | Apr 19 | Apr 20 | Apr 21 | Success Rate | | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :--- | | AI Daily Tests | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24442505713) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24498252859) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24553833385) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24599892175) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24623963356) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24654541730) | [✅](https://github.com/firebase/firebase-android-sdk/actions/runs/24710324995) | ✅ 100% |
| Back | FazBrowse Home | New Git URL |
Updated to detect changes in AB Testing (ABT) experiment metadata. This ensures that if an experiment's variant or affected parameter keys change, the associated config keys are correctly identified as changed, even if the parameter values remain the same.
Key changes:
Validation:
Testing on sample Android app: Link