Fixed and deployed to production.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 23 2022
Return adequate default value when value is not in cache.
Feb 22 2022
Update comment in test
Use django cache instead of LRU caches.
In D7224#188075, @vlorentz wrote:This code feels rather weird. I think you should get rid of the lru_cache decorator on _get_listers_metrics, and implement caching directly in _get_listers_metrics, with a boolean argument to toggle it.
Fix typo in comment
Feb 21 2022
Fixed and deployed.
Fixed and deployed.
In D7202#187560, @Alphare wrote:Should this be folded with the patch in T3963#79379?
Feb 18 2022
Remove no longer used RepositoryNeedsUpgrade exception
So after some tests, what I proposed in D7198#187379 simply does not work as iterators cannot be retried.
Feb 17 2022
I misunderstood what is the repos object in the code so we did not use the throttling_retry decorator the right way.
Rebase
Looks good to me.
Looks good to me, I added some nitpick comments.
Feb 16 2022
Great, thanks !
In D7183#186875, @vlorentz wrote:IMO ~ implies some sort of regexp or glob match, but here this is essentially a substring search. : is consistent with the syntax used by Google, Bing, DDG, ...
Bump log from debug to warning.
only : is still confusing to me, how about using := or ~ instead ?
Looks good to me, it is related to T3927 right ?
Feb 15 2022
Thanks !
My bad, I had latest mypy (0.931) installed in my venv and it complained about the comment, but it is still needed for mypy 0.920.
Rebase
Reorder loader modules in pip install command.