Support deleteAllIndexes in PersistentCacheIndexManager#5162
Support deleteAllIndexes in PersistentCacheIndexManager#5162cherylEnkidu merged 16 commits intomasterfrom
Conversation
Unit Test Results 162 files - 642 162 suites - 642 2m 14s ⏱️ - 32m 59s Results for commit 74ba500. ± Comparison against base commit 2c8ab01. ♻️ This comment has been updated with latest results. |
Size Report 1Affected Products
Test Logs
|
aa0412a to
9d8ed0f
Compare
Coverage Report 1Affected Products
Test Logs |
dconeybe
left a comment
There was a problem hiding this comment.
LGTM; however, I'll wait for someone more familiar with this code to give the formal LGTM.
be31d91 to
4c7d5aa
Compare
52cb627 to
74ba500
Compare
📝 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. |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
* Add counter * address feedback 1 * implement autoClientIndexing * Add tests and fix bugs for BuildTargetIndex * hide getter from public API * move the flag from IndexManager to QueryEngine * move auto index flag to runtime * Support old way to enable persistent for PersistentCacheManager * Add hide and copyright * Rename PersistentCacheManager to PersistentCacheIndexManager * add configurable min documents to create indexes * Address feedback * Add deleteAllIndexes * Add documentation * add test coverage * merge main branch
This PR was ported to the web sdk in firebase/firebase-js-sdk#7587.