Patrick Cloke
|
4ae967cf63
Add missing type hints to test.util.caches (#14529)
|
2 年之前 |
Nick Mills-Barrett
|
c9dffd5b33
Remove unused `@lru_cache` decorator (#13595)
|
2 年之前 |
dependabot[bot]
|
0b7830e457
Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)
|
2 年之前 |
Eric Eastwood
|
29269d9d3f
Fix `have_seen_event` cache not being invalidated (#13863)
|
2 年之前 |
Sean Quah
|
2fcf4b3f6c
Add cancellation support to `@cached` and `@cachedList` decorators (#12183)
|
2 年之前 |
Patrick Cloke
|
690cb4f3b3
Allow for ignoring some arguments when caching. (#12189)
|
2 年之前 |
Richard van der Hoff
|
5458eb8551
Fix 'Unhandled error in Deferred' (#12089)
|
2 年之前 |
Patrick Cloke
|
02d708568b
Replace assertEquals and friends with non-deprecated versions. (#12092)
|
2 年之前 |
Richard van der Hoff
|
f36434590c
Additional test for `cachedList` (#11246)
|
3 年之前 |
Jonathan de Jong
|
93729719b8
Use inline type hints in `tests/` (#10350)
|
3 年之前 |
Richard van der Hoff
|
224f2f949b
Combine `LruCache.invalidate` and `invalidate_many` (#9973)
|
3 年之前 |
Richard van der Hoff
|
5090f26b63
Minor `@cachedList` enhancements (#9975)
|
3 年之前 |
Andrew Morgan
|
6982db9651
Merge branch 'master' into develop
|
3 年之前 |
Patrick Cloke
|
b076bc276e
Always use the name as the log ID. (#9829)
|
3 年之前 |
Jonathan de Jong
|
4b965c862d
Remove redundant "coding: utf-8" lines (#9786)
|
3 年之前 |
Patrick Cloke
|
0b3112123d
Use mock from the stdlib. (#9772)
|
3 年之前 |
Patrick Cloke
|
48d44ab142
Record more information into structured logs. (#9654)
|
3 年之前 |
Eric Eastwood
|
0a00b7ff14
Update black, and run auto formatting over the codebase (#9381)
|
3 年之前 |
Richard van der Hoff
|
cbc82aa09f
Implement and use an @lru_cache decorator (#8595)
|
4 年之前 |
Richard van der Hoff
|
6d3905c7c7
Add some more tests
|
4 年之前 |
Richard van der Hoff
|
1f4269700c
Push some deferred wrangling down into DeferredCache
|
4 年之前 |
Richard van der Hoff
|
7b71695388
Combine the two sets of tests for CacheDescriptor
|
4 年之前 |
Richard van der Hoff
|
4182bb812f
move DeferredCache into its own module
|
4 年之前 |
Richard van der Hoff
|
9f87da0a84
Rename Cache->DeferredCache
|
4 年之前 |
Patrick Cloke
|
c619253db8
Stop sub-classing object (#8249)
|
4 年之前 |
Patrick Cloke
|
d294f0e7e1
Remove the unused inlineCallbacks code-paths in the caching code (#8119)
|
4 年之前 |
Richard van der Hoff
|
39230d2171
Clean up some LoggingContext stuff (#7120)
|
4 年之前 |
Erik Johnston
|
326b3dace7
Make ObservableDeferred.observe() always return deferred.
|
5 年之前 |
Erik Johnston
|
d0d8a22c13
Quick fix to ensure cache descriptors always return deferreds
|
5 年之前 |
Richard van der Hoff
|
618bd1ee76
Fix some error cases in the caching layer. (#5749)
|
5 年之前 |