summary refs log tree commit diff
path: root/tests/util/caches (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add cancellation support to `@cached` and `@cachedList` decorators (#12183)Sean Quah2022-03-141-2/+145
* Allow for ignoring some arguments when caching. (#12189)Patrick Cloke2022-03-091-3/+81
* Fix 'Unhandled error in Deferred' (#12089)Richard van der Hoff2022-03-011-5/+5
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-282-36/+36
* Improve opentracing support for `ResponseCache` (#11607)Richard van der Hoff2021-12-201-11/+34
* Additional test for `cachedList` (#11246)Richard van der Hoff2021-11-041-0/+43
* ObservableDeferred: run observers in order (#11229)Richard van der Hoff2021-11-021-3/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-1/+1
* Extend `ResponseCache` to pass a context object into the callback (#10157)Richard van der Hoff2021-06-141-7/+68
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-3/+3
* Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-141-3/+14
* Merge branch 'master' into developAndrew Morgan2021-04-201-4/+2
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-4/+2
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-145-5/+0
|/
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-092-3/+2
* Record more information into structured logs. (#9654)Patrick Cloke2021-04-081-4/+3
* Add ResponseCache tests. (#9458)Jonathan de Jong2021-03-081-0/+131
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-162-8/+9
* Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-161-0/+161
* Empty iterables should count towards cache usage. (#9028)Patrick Cloke2021-01-061-23/+50
* Implement and use an @lru_cache decorator (#8595)Richard van der Hoff2020-10-301-1/+59
* Add some more testsRichard van der Hoff2020-10-212-0/+147
* Push some deferred wrangling down into DeferredCacheRichard van der Hoff2020-10-212-12/+11
* Combine the two sets of tests for CacheDescriptorRichard van der Hoff2020-10-211-0/+230
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-4/+23
* Combine the two sets of DeferredCache testsRichard van der Hoff2020-10-141-2/+75
* move DeferredCache into its own moduleRichard van der Hoff2020-10-142-44/+64
* Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-2/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-10/+10
* Remove the unused inlineCallbacks code-paths in the caching code (#8119)Patrick Cloke2020-08-191-6/+6
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-10/+12
* Make ObservableDeferred.observe() always return deferred.Erik Johnston2019-10-301-2/+2
* Quick fix to ensure cache descriptors always return deferredsErik Johnston2019-10-281-2/+2
* Retry well-known lookup before expiry.Erik Johnston2019-08-131-2/+2
* Fix some error cases in the caching layer. (#5749)Richard van der Hoff2019-07-251-3/+87
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-29/+20
* Run Black. (#5482)Amber Brown2019-06-202-53/+53
* Add a caching layer to .well-known responses (#4516)Richard van der Hoff2019-01-301-0/+83
* Run black.black2018-08-101-26/+20
* fix invalidationRichard van der Hoff2018-07-271-1/+41
* Rewrite cache list decoratorRichard van der Hoff2018-07-271-0/+61
* run isortAmber Brown2018-07-091-2/+5
* Reinstate lost run_on_reactor in unit testRichard van der Hoff2018-07-041-2/+15
* Remove run_on_reactor (#3395)Amber Brown2018-06-141-2/+0
* Fix overzealous cache invalidationRichard van der Hoff2018-04-051-0/+46
* Fix up testsErik Johnston2017-03-301-0/+38
* Fix the logcontext handling in the cache wrappers (#2077)Richard van der Hoff2017-03-301-0/+91
* Fix caching of remote servers' signature keysRichard van der Hoff2017-03-222-0/+100