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